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

   Hi,
   
   I am trying Hudi 0.15.0 and Hive 3.1.3.
   
   It looks to me that Hive Query on Hudi only supports following incremental 
query: startTime plus some commits:
   
   ```
   set hoodie.my_hudi_table.consume.mode=INCREMENTAL;
   set hoodie.my_hudi_table.consume.max.commits=3;
   set hoodie.my_hudi_table.consume.start.timestamp=20240920162524;
   ```
   
   I would ask whether hive query supports incremental query between arbitrary 
start timestamp and end timestamp like:
   https://hudi.apache.org/docs/quick-start-guide#incremental-query
   
   
   
   
   


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