You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/10/21 09:15:57 UTC

[GitHub] [hudi] Zouxxyy commented on pull request #4489: [HUDI-3135] Make delete partitions lazy to be executed by the cleaner

Zouxxyy commented on PR #4489:
URL: https://github.com/apache/hudi/pull/4489#issuecomment-1286687378

   @XuQianJin-Stars if disabled hudi metadata, the following bug still exists:
   
   add two partitions dt='2021-10-01', dt='2021-10-02'
   drop one partition dt='2021-10-01'
   show partitions command
   The query result: dt='2021-10-01', dt='2021-10-02'
   The expected result is: dt='2021-10-02'
   


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org