rfyu opened a new pull request, #97:
URL: https://github.com/apache/paimon-trino/pull/97

   1. Read incremental changes between start snapshot (exclusive) and end 
snapshot.
   ```
   SELECT * FROM 
TABLE(paimon.system.table_changes(schema_name=>'schema_name',table_name=>'table_name',incremental_between=>'snap-1,snap-2'));
   
   SELECT * FROM 
TABLE(paimon.system.table_changes(schema_name=>'schema_name',table_name=>'table_name',incremental_between=>'tag-1,tag-2'));
   
   SELECT * FROM 
TABLE(paimon.system.table_changes(schema_name=>'schema_name',table_name=>'table_name',incremental_between_timestamp=>'t1,t2'));
   ```
   2. Upgrade paimon-bundle dependency to 1.0.0
   


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