codope commented on a change in pull request #5169:
URL: https://github.com/apache/hudi/pull/5169#discussion_r839679052



##########
File path: 
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestAlterTableDropPartition.scala
##########
@@ -305,12 +317,15 @@ class TestAlterTableDropPartition extends 
TestHoodieSqlBase {
         assertResult(false)(existsPath(
           s"${tmp.getCanonicalPath}/$tableName/year=2021/month=10/day=01"))
 
+        // TODO (HUDI-3135): These validations are failing. Due to lazy 
deletion,

Review comment:
       @XuQianJin-Stars I've disabled some of these `show partitions` check as 
they were failing. Even though I've verified that cleaner will eventually 
delete the partition, we need to check why the fs view does not exclude the 
partition.




-- 
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