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

   **_Tips before filing an issue_**
   
   - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
   
   - 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.
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1. create partition table A1 with partition colume p
   2. use spark sql to execute "delete from A1 where p='value'"
   3. use spark sql to execute show partitions A1 
   4. use hive sql to execute show partitions A1 
   
   spark env result:
   +-------------+
   |partition    |
   +-------------+
   |dt=2023-07-15|
   |dt=2023-07-16|
   |dt=2023-07-17|
   +-------------+
   
   hive env result:
   dt=2023-07-14
   dt=2023-07-15
   dt=2023-07-16
   dt=2023-07-17
   
   
   
   
   **Expected behavior**
   
   
   A clear and concise description of what you expected to happen.
   
   **Environment Description**
   
   * Hudi version : 0.12.3
   
   * Spark version : 3.3.1
   
   * Hive version : 3.1.2
   
   * Hadoop version : 3.3.5
   
   * Storage (HDFS/S3/GCS..) : hdfs
   
   * 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