yihua commented on PR #8226:
URL: https://github.com/apache/hudi/pull/8226#issuecomment-1492581621
I found out that if I replace `format("org.apache.hudi")` with
`format("hudi")` in the test
`TestCOWDataSource.testSaveAsTableInDifferentModes` fails with the following
error (even without any production code changes):
```
java.lang.IllegalArgumentException: Insert Overwrite Partition can not use
bulk insert.
at
org.apache.spark.sql.hudi.ProvidesHoodieConfig$$anonfun$9.apply(ProvidesHoodieConfig.scala:149)
at
org.apache.spark.sql.hudi.ProvidesHoodieConfig$$anonfun$9.apply(ProvidesHoodieConfig.scala:145)
```
We need to investigate this. Supposedly, `format("hudi")` is the way to go
and there shouldn't be any failure.
--
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]