the-other-tim-brown commented on code in PR #13882:
URL: https://github.com/apache/hudi/pull/13882#discussion_r2342350693
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/io/storage/row/HoodieInternalRowFileWriterFactory.java:
##########
@@ -54,24 +55,26 @@ public class HoodieInternalRowFileWriterFactory {
public static HoodieInternalRowFileWriter
getInternalRowFileWriter(StoragePath path,
HoodieTable hoodieTable,
HoodieWriteConfig writeConfig,
-
StructType schema)
+
StructType schema,
+ Schema
avroSchema)
Review Comment:
There may be differences on TimestampNTZ fields. Right now these are coming
through as `long` instead of a timestamp in the StructType so it was necessary
to pass in struct to get this context.
--
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]