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)  2.hbase index table  3. update data(update the record(9-1) dt, before 2018,after 2019 )  4.hbase index table (the partition_path value not changed, we expect that would be '2019' )  5.table result (the partition_path value not changed, the dt filed was changed )  **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]
