sandyfog commented on code in PR #7886:
URL: https://github.com/apache/hudi/pull/7886#discussion_r1104494581
##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/io/storage/row/RowDataParquetWriteSupport.java:
##########
@@ -53,7 +53,7 @@ public WriteContext init(Configuration configuration) {
@Override
public void prepareForWrite(RecordConsumer recordConsumer) {
// should make the utc timestamp configurable
- this.writer = new ParquetRowDataWriter(recordConsumer, rowType, schema,
true);
+ this.writer = new ParquetRowDataWriter(recordConsumer, rowType, schema,
false);
Review Comment:
add config "bulk_insert.write.utc-timezone"
--
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]