empcl commented on code in PR #11005:
URL: https://github.com/apache/hudi/pull/11005#discussion_r1565245821


##########
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:
   This issue exists in various Spark versions, such as 2.4, 3.0, etc., while 
org. apache. park. SQL. hudi. catalog The implementation of HoodieCatalog is 
only available at 3.2 and above. My current modification is in the 
configuration of merging Hoodie CatalogTable catalog properties and hoodie. 
properties records, so I think it is acceptable.



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to