jonvex commented on code in PR #8875:
URL: https://github.com/apache/hudi/pull/8875#discussion_r1229873927
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestAlterTableDropPartition.scala:
##########
@@ -399,7 +399,9 @@ class TestAlterTableDropPartition extends
HoodieSparkSqlTestBase {
// drop 2021-10-01 partition
spark.sql(s"alter table $tableName drop partition (year='2021',
month='10', day='01')")
- spark.sql(s"""insert into $tableName values (2, "l4", "v1", "2021",
"10", "02")""")
+ withSQLConf("hoodie.datasource.write.operation" -> "upsert") {
Review Comment:
This test I'm not sure about. The others in this file make sense to not use
bulk insert because they need log files
--
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]