Unsupported data types in Sirius
Opened this issue · 4 comments
bwyogatama commented
Sirius currently only supports INT32, INT64, FLOAT, DOUBLE, BOOL, and VARCHAR data types.
The following data types are not yet supported:
DATE/TIMESTAMPDECIMALINT128INT16INTERVALJSONARRAYLISTMAPSTRUCTUNION
Yifei-yang7 commented
Date type is supported by PR #44
Yifei-yang7 commented
Decimal type is supported by PR #50
Yifei-yang7 commented
Timestamp type is supported by 0a9de29.
Yifei-yang7 commented