yihua commented on code in PR #14120:
URL: https://github.com/apache/hudi/pull/14120#discussion_r2446417285


##########
hudi-client/hudi-spark-client/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/HoodieParquetFileFormatHelper.scala:
##########
@@ -140,6 +202,7 @@ object HoodieParquetFileFormatHelper {
           Cast(expr, dec, if (needTimeZone) timeZoneId else None)
         case (StringType, DateType) =>
           Cast(expr, DateType, if (needTimeZone) timeZoneId else None)
+        case (LongType, TimestampNTZType) => expr // @ethan I think we just 
want a no-op here?

Review Comment:
   I think avoiding going through the schema evolution read path would be 
preferred to avoid the additional overhead from the read path.



-- 
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]

Reply via email to