linliu-code commented on code in PR #17601:
URL: https://github.com/apache/hudi/pull/17601#discussion_r2744705293
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/io/storage/HoodieSparkParquetReader.java:
##########
@@ -129,6 +129,8 @@ private ClosableIterator<InternalRow>
getInternalRowIterator(Schema readerSchema
if (requestedSchema == null) {
requestedSchema = readerSchema;
}
+ // Set configuration for timestamp_millis type repair.
+ storage.getConf().set(ENABLE_LOGICAL_TIMESTAMP_REPAIR,
Boolean.toString(AvroSchemaUtils.hasTimestampMillisField(readerSchema)));
Review Comment:
@nsivabalan , I will focus on other comments first.
--
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]