simonqin opened a new issue #1941:
URL: https://github.com/apache/hudi/issues/1941


   **_Tips before filing an issue_**
   
   - Have you gone through our 
[FAQs](https://cwiki.apache.org/confluence/display/HUDI/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.init data(dt is the partition filed)
   
![image](https://user-images.githubusercontent.com/10129335/89762632-61d66400-db23-11ea-9fda-8a931266f716.png)
   2.hbase index table
   
![image](https://user-images.githubusercontent.com/10129335/89762687-7fa3c900-db23-11ea-9ddc-d504956433c5.png)
   
   3. update  data(update the record(9-1) dt, before 2018,after 2019 )
   
![image](https://user-images.githubusercontent.com/10129335/89762852-d7dacb00-db23-11ea-8d7e-d739df47b724.png)
   
   4.hbase index table (the partition_path value not changed, we expect that 
would be '2019'  )
   
![image](https://user-images.githubusercontent.com/10129335/89762906-f5a83000-db23-11ea-8cb0-9d0a243ac02e.png)
   
   5.table result (the partition_path value not changed,  the  dt filed was 
changed  )
   
![image](https://user-images.githubusercontent.com/10129335/89763481-305e9800-db25-11ea-9497-a2feae3e0d62.png)
   
   **Expected behavior**
   
   A clear and concise description of what you expected to happen.
   
   **Environment Description**
   
   * Hudi version :
   0.5.2
   * Spark version :
   2.2.0
   * Hive version :
   1.x
   * Hadoop version :
   2.7
   
   * Storage (HDFS/S3/GCS..) :
   HDFS
   * Running on Docker? (yes/no) :
   no
   
   **Additional context**
   
   
   
   **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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to