jonvex commented on code in PR #10556:
URL: https://github.com/apache/hudi/pull/10556#discussion_r1465590724


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamerTestBase.java:
##########
@@ -609,6 +610,7 @@ static HoodieDeltaStreamer.Config 
makeConfigForHudiIncrSrc(String srcBasePath, S
         cfg.schemaProviderClassName = schemaProviderClassName;
       }
       List<String> cfgs = new ArrayList<>();
+      cfgs.add(HANDLE_MISSING_COLUMNS_WITH_LOSSLESS_TYPE_PROMOTIONS.key() + 
"=true");

Review Comment:
   yes. Without the change the stream sync line 664 it fails



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