xiarixiaoyao commented on issue #2544: URL: https://github.com/apache/hudi/issues/2544#issuecomment-789563365
hudi use avro schema to write parquet file。 Timestamp type will be treated as Types.primitive(INT64, repetition).as(TIMESTAMP_MICROS)。 however hive cannot read Parquet INT64 timestamp https://issues.apache.org/jira/browse/HIVE-21215. maybe a configuration is needed to convert avro TIMESTAMP_MICROS to INT96 when write parquet file just like spark. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
