the-other-tim-brown commented on code in PR #8574:
URL: https://github.com/apache/hudi/pull/8574#discussion_r1191501718


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java:
##########
@@ -285,7 +285,8 @@ public DeltaSync(HoodieDeltaStreamer.Config cfg, 
SparkSession sparkSession, Sche
     // Register User Provided schema first
     registerAvroSchemas(schemaProvider);
 
-    this.transformer = 
UtilHelpers.createTransformer(Option.ofNullable(cfg.transformerClassNames));
+    this.transformer = 
UtilHelpers.createTransformer(Option.ofNullable(cfg.transformerClassNames),

Review Comment:
   We'll never factor these new fields into the validation. Is that ok?



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