vamshigv commented on code in PR #6905:
URL: https://github.com/apache/hudi/pull/6905#discussion_r1028472659


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/SourceFormatAdapter.java:
##########
@@ -48,10 +56,120 @@
  */
 public final class SourceFormatAdapter implements Closeable {
 
+  public static class SourceFormatAdapterConfig extends HoodieConfig {
+    // sanitizes invalid columns both in the data read from source and also in 
the schema.
+    // invalid definition here goes by avro naming convention 
(https://avro.apache.org/docs/current/spec.html#names).
+    public static final ConfigProperty<Boolean> SANITIZE_AVRO_FIELD_NAMES = 
ConfigProperty

Review Comment:
   yeah updated



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