yoock opened a new pull request, #51661:
URL: https://github.com/apache/doris/pull/51661

   ### What problem does this PR solve?
   
   Support Paimon incremental read
   
   Syntax
   ```
   -- 快照区间增量数据
   select * from paimon_table@incr('startSnapshotId'='xxx', 
'endSnapshotId'='xxx', [incrementalBetweenScanMode='xxx']);
   -- 时间区间增量数据
   select * from paimon_table@incr('startTimestamp'='xxx', 
'endTimestamp'='xxx');
   ```
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to