Pandas886 commented on issue #5709:
URL: https://github.com/apache/paimon/issues/5709#issuecomment-2953255834
When using changelog=lookup, the latest snapshot ID should be 6. When
specifying 0,6, the result is normal.
```
SELECT * FROM paimon_incremental_query('`my_table$audit_log`', '0', '6')
+-------+---+---+
|rowkind| k| v|
+-------+---+---+
| +I| 1| a|
| +I| 2| b|
| +U| 2| bb|
| +I| 11| a|
+-------+---+---+
```
--
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]