wombatu-kun commented on code in PR #12772:
URL: https://github.com/apache/hudi/pull/12772#discussion_r2103659302


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestHoodieSparkSqlWriter.scala:
##########
@@ -873,7 +873,7 @@ def testBulkInsertForDropPartitionColumn(): Unit = {
     fooTableModifier = 
fooTableModifier.updated(DataSourceWriteOptions.OPERATION.key(), 
WriteOperationType.DELETE_PARTITION.name())
     HoodieSparkSqlWriter.write(sqlContext, SaveMode.Append, fooTableModifier, 
recordsToDelete)
     validateDataAndPartitionStats(recordsToDelete, isDeletePartition = true)
-    val snapshotDF3 = spark.read.format("hudi").load(tempBasePath)
+    val snapshotDF3 = spark.read.format("org.apache.hudi").load(tempBasePath)

Review Comment:
   It seems, that i had error in tests 
(`TestCOWDataSource.testSaveAsTableInDifferentModes:1570: 
IllegalArgumentException:  spark_catalog.default.hoodie_test is not a Hudi 
table`) when i just took this PR up. Now it works without this change, so i 
reverted 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to