XuQianJin-Stars commented on code in PR #5272:
URL: https://github.com/apache/hudi/pull/5272#discussion_r848974096
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestTruncateTable.scala:
##########
@@ -69,7 +69,7 @@ class TestTruncateTable extends TestHoodieSqlBase {
df.write.format("hudi")
.option(HoodieWriteConfig.TBL_NAME.key, tableName)
- .option(TABLE_TYPE.key, MOR_TABLE_TYPE_OPT_VAL)
+ .option(TABLE_TYPE.key, COW_TABLE_TYPE_OPT_VAL)
Review Comment:
> why this test case change?
This case encountered this https://github.com/apache/hudi/pull/5282 that was
not covered by ut 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]