cdmikechen opened a new pull request #2431: URL: https://github.com/apache/drill/pull/2431
# [DRILL-8109](https://issues.apache.org/jira/browse/DRILL-8109): Drill can not read parquet timestamp type with logical type in hive storage plugin ## Description Parquet timestamp int96 had been deprecated. https://github.com/apache/parquet-format/pull/86/files Many computing engines that support parquet reading (such as Hive4, Hudi, Spark and so on) can use Int64 as the time storage type. When using these computing engines to read parquet files, we should also support long data type reading. We should support int64 with logical type timestamp by hive storage. ## Documentation (Please describe user-visible changes similar to what should appear in the Drill documentation.) ## Testing (Please describe how this PR has been tested.) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
