danny0405 commented on code in PR #7886:
URL: https://github.com/apache/hudi/pull/7886#discussion_r1101211372
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestHoodieDataSource.java:
##########
@@ -1693,6 +1693,121 @@ void testWriteReadWithLocalTimestamp(HoodieTableType
tableType) {
assertRowsEquals(result, expected);
}
+ @Test
+ void testBulkInsertWithUtcTimezoneRead() {
+ TableEnvironment tableEnv = batchTableEnv;
Review Comment:
`testBulkInsertWithUtcTimezoneRead` -> `testBulkInsertReadUTCTimeZone`
--
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]