Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
While Drill does not currently have an int96 type, it is supported by the parquet format and we should be able to read files that contain columns of this type. For now we will read the data into a varbinary and users will have to use existing convert_from functions or write their own to interpret the type of data actually stored. One example is the Impala timestamp format which is encoded in an int96 column.
Attachments
Issue Links
- is related to
-
DRILL-3578 UnsupportedOperationException: Unable to get value vector class for minor type [FIXEDBINARY] and mode [OPTIONAL]
- Closed