empcl commented on code in PR #11005:
URL: https://github.com/apache/hudi/pull/11005#discussion_r1574947814
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/HoodieOptionConfig.scala:
##########
@@ -43,6 +43,11 @@ object HoodieOptionConfig {
*/
val SQL_VALUE_TABLE_TYPE_MOR = "mor"
+ /**
+ * The short name for the value of index type.
+ */
+ val SQL_VALUE_INDEX_TYPE = "index.type"
Review Comment:
I have referred to your suggestions for modification.When creating a table
in Flink, convert index.type to hoodie.index.type
--
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]