voonhous commented on code in PR #17659:
URL: https://github.com/apache/hudi/pull/17659#discussion_r2676548027


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/TestHoodieDeltaStreamer.java:
##########
@@ -908,34 +917,63 @@ public void testBackwardsCompatibility(HoodieTableVersion 
version) throws Except
     });
   }
 
-  private void logicalAssertions(Schema tableSchema, String tableBasePath, 
Map<String, String> hudiOpts, int tableVersion) {
+  private void logicalAssertions(HoodieSchema tableSchema, String 
tableBasePath, Map<String, String> hudiOpts, int tableVersion) {
     if (tableVersion > 8) {
-      assertEquals("timestamp-millis", 
tableSchema.getField("ts_millis").schema().getLogicalType().getName());
+      Option<HoodieSchemaField> tsMillisFieldOpt = 
tableSchema.getField("ts_millis");

Review Comment:
   Done



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