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

   The environment is CDH6.3.2 and Hudi is 0.11.1 
   
![image](https://user-images.githubusercontent.com/23710717/179876164-0f81f732-559d-4710-b271-309e98bbf879.png)
   
   when I use spark sql  run:
   **delete from zone_test.hudi_spark_table0719_0101 where vehicle_model_id = 
'100';**  **it works ok**,
   But when I run :
   **delete from zone_test.hudi_spark_table0719_0101 where vehicle_model_id = 
'109';  109 does‘t exists in the table。**
   
![image](https://user-images.githubusercontent.com/23710717/179876535-87188553-c066-46a1-b043-33e167385802.png)
   and i query by hive 
   
![image](https://user-images.githubusercontent.com/23710717/179876580-987e615b-6d69-48ca-ad93-7366ae897c6d.png)
    is hudi can't delete not exsits record?
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   


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