YannByron opened a new pull request #4749: URL: https://github.com/apache/hudi/pull/4749
Hoodie converts `Timestamp` to TIMESTAMP_MICROS format when upsert and other operations, except `bulk_insert`. And `bulk_insert` enables `hoodie.datasource.write.row.writer.enable`, and use `HoodieRowParquetWriteSupport` to write datas. For the issue #4552 , that will cause problems by default. So i suggest to modify the `hoodie.parquet.outputtimestamptype` default value to TIMESTAMP_MICROS so that it will be convenience to users. -- 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]
