yihua commented on code in PR #14120:
URL: https://github.com/apache/hudi/pull/14120#discussion_r2443916770
##########
hudi-client/hudi-spark-client/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/HoodieParquetFileFormatHelper.scala:
##########
@@ -127,6 +146,49 @@ object HoodieParquetFileFormatHelper {
})
}
+ def recursivelyApplyMultiplication(expr: Expression, columnPath: String,
dataType: DataType): Expression = {
Review Comment:
I'm wondering if we can change `HoodieParquetReadSupport` and adding a read
support implementation for Avro parquet reader for handling the millis
interpretation, which is one layer below the current approach? Would that
incur less overhead than the projection?
--
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]