You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/09/19 09:49:40 UTC

[GitHub] [hudi] xushiyan commented on a diff in pull request #6456: [HUDI-4674]Change the default value of inputFormat for the MOR table

xushiyan commented on code in PR #6456:
URL: https://github.com/apache/hudi/pull/6456#discussion_r974060932


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/command/CreateHoodieTableCommand.scala:
##########
@@ -120,10 +119,8 @@ object CreateHoodieTableCommand {
 
     val tableType = tableConfig.getTableType.name()
     val inputFormat = tableType match {
-      case DataSourceWriteOptions.COW_TABLE_TYPE_OPT_VAL =>
+      case DataSourceWriteOptions.COW_TABLE_TYPE_OPT_VAL | DataSourceWriteOptions.MOR_TABLE_TYPE_OPT_VAL =>

Review Comment:
   @alexeykudinkin @linfey90 folks what is the conclusion here? should we close this?



-- 
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-unsubscribe@hudi.apache.org

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