ksoullpwk opened a new issue, #12114:
URL: https://github.com/apache/hudi/issues/12114

   **_Tips before filing an issue_**
   
   - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
   - link is dead
   
   - Join the mailing list to engage in conversations and get faster support at 
[email protected].
   
   - If you have triaged this as a bug, then file an 
[issue](https://issues.apache.org/jira/projects/HUDI/issues) directly.
   
   **Describe the problem you faced**
   
   A clear and concise description of the problem.
   I have a Hudi table with `"hoodie.metadata.enable"=false`. Then, I try to 
delete the partition with `spark.sql(s"ALTER TABLE $tableName DROP IF EXISTS 
PARTITION ($partitionSpec)").collect()`. The metadata table somehow becomes 
enable.
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1. Write table with `"hoodie.metadata.enable"=false`.
   2. Run some delete partition commands via `spark.sql()`.
   3. The `.hoodie/metadata/` somehow has been created.
   
   **Expected behavior**
   
   A clear and concise description of what you expected to happen.
   The metadata table should still disable
   
   **Environment Description**
   
   * Hudi version : 0.15.0
   
   * Spark version : 3.3
   
   * Hive version : 2.3.9
   
   * Hadoop version :
   
   * Storage (HDFS/S3/GCS..) : GCS
   
   * Running on Docker? (yes/no) : no
   
   
   **Additional context**
   
   Add any other context about the problem here.
   
   **Stacktrace**
   
   ```Add the stacktrace of the error.```
   
   


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