yihua commented on code in PR #14076:
URL: https://github.com/apache/hudi/pull/14076#discussion_r2476399994


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/TestJsonDFSSource.java:
##########
@@ -61,6 +61,13 @@ public Source prepareDFSSource(TypedProperties props) {
     return new JsonDFSSource(props, jsc, sparkSession, schemaProvider);
   }
 
+  @Override
+  protected Option<TypedProperties> getSourceFormatAdapterProps() {
+    TypedProperties properties = new TypedProperties();
+    
properties.setProperty(HoodieStreamerConfig.SANITIZE_SCHEMA_FIELD_NAMES.key(), 
"true");

Review Comment:
   #14184 to track



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