wombatu-kun commented on code in PR #12772: URL: https://github.com/apache/hudi/pull/12772#discussion_r2022231064
########## hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/CreateHoodieTableAsSelectCommand.scala: ########## @@ -100,7 +101,8 @@ case class CreateHoodieTableAsSelectCommand( HiveSyncConfigHolder.HIVE_TABLE_PROPERTIES.key -> ConfigUtils.configToString(updatedTable.properties.asJava), HoodieWriteConfig.COMBINE_BEFORE_INSERT.key -> "false", DataSourceWriteOptions.SQL_INSERT_MODE.key -> InsertMode.NON_STRICT.value(), - DataSourceWriteOptions.SQL_ENABLE_BULK_INSERT.key -> "true" + DataSourceWriteOptions.SQL_ENABLE_BULK_INSERT.key -> "true", + "path" -> tablePath Review Comment: This case just did not pass without it. -- 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