bvaradar commented on a change in pull request #854: Adding a way to infer
target schema from the dataset after the transformation
URL: https://github.com/apache/incubator-hudi/pull/854#discussion_r318326341
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/schema/NullTargetSchemaRegistryProvider.java
##########
@@ -0,0 +1,17 @@
+package org.apache.hudi.utilities.schema;
+
+import org.apache.avro.Schema;
+import org.apache.hudi.common.util.TypedProperties;
+import org.apache.spark.api.java.JavaSparkContext;
+
+public class NullTargetSchemaRegistryProvider extends SchemaRegistryProvider {
Review comment:
@afilipchik Can you add javadoc around where this class will be likely be
useful
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services