Archie-selfless commented on issue #7730: URL: https://github.com/apache/hudi/issues/7730#issuecomment-1411571048
@danny0405 @lokeshj1703 I had the same problem when using Flink ingest data(one MySQL table) to Hudi with syncing metadata to Hive. Env versions as follows: - Hudi-0.12.1 - Flink-1.15.3 - Hive-3.1.2 I have tried the methods like setting param `'hive_sync.support_timestamp' = 'true'` and indicating the column **update_time** type as `timestamp(6)`, but it still shows up as a bigint value when querying from Hive-Cli. Expecting a reply 😀 -- 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]
