BruceKellan opened a new issue #4993:
URL: https://github.com/apache/hudi/issues/4993


   **To Reproduce**
   
   1. create a streaming hudi table `ods_data`, streaming insert into it. 
`ods_data` partition by day.
   2. streaming write into a hudi table `dwd_data` from `ods_data` 
   3. `dwd_data`'s max time was '2022-03-08 23:59:59.000'. It seem that it 
cannot read new data from new day `day=2022-03-09`
   
   <img width="504" alt="image" 
src="https://user-images.githubusercontent.com/13477122/157370816-5f640a34-154e-47db-9a90-e01e03ff12b3.png";>
   
   
   **Expected behavior**
   
   dwd_data can read new data from `day=2022-03-09`
   
   **Environment Description**
   
   * Flink version : vvr-1.13/flink-1.13
   * Hudi version : 0.10.1
   * Hive version : emr-hive 2.3.9
   * Hadoop version : emr-haddop 2.8.5
   * Storage (HDFS/S3/GCS..) : aliyun-oss
   * Running on Docker? (yes/no) : no
   


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to