xiaozhch5 commented on code in PR #6013:
URL: https://github.com/apache/hudi/pull/6013#discussion_r912508833


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/catalog/TableOptionProperties.java:
##########
@@ -53,9 +81,26 @@ public class TableOptionProperties {
   public static final String PK_COLUMNS = "pk.columns";
   public static final String COMMENT = "comment";
   public static final String PARTITION_COLUMNS = "partition.columns";
+  public static final String SPARK_SOURCE_PROVIDER = 
"spark.sql.source.provider";

Review Comment:
   SPARK_SOURCE_PROVIDER should be "spark.sql.sources.provider" so as to 
resolve the problem list before.
   



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