Open
Conversation
MehulBatra
reviewed
Feb 9, 2026
Contributor
There was a problem hiding this comment.
We need to change the image to reference the new _change_type, which we have in the document.
MehulBatra
reviewed
Feb 14, 2026
|  | ||
|
|
||
| Each changelog record includes metadata columns prepended to the original table columns: | ||
| - **`_change_type`**: The type of change operation (`+I`, `-U`/`+U`, `-D`, or `+A`). |
Contributor
There was a problem hiding this comment.
Please refer to the new change_type
https://fluss.apache.org/docs/0.9/table-design/virtual-tables/#change-types
MehulBatra
reviewed
Feb 14, 2026
| Users can control where reading begins using startup modes: `earliest` (full history), `latest` (new changes), or `timestamp` (specific point in time). These modes are essential for **Point-in-Time Recovery** and **ML Backtesting**. | ||
|
|
||
| The `$changelog` virtual table unlocks critical use cases for regulatory and advanced analytics environments: | ||
|
|
Contributor
There was a problem hiding this comment.
We need to consider $binlog aswell, more information can be taken from:
https://fluss.apache.org/docs/0.9/table-design/virtual-tables/#binlog-table
SML0127
reviewed
Feb 14, 2026
Comment on lines
+286
to
+287
| - [Refactor LanceArrowWriter](https://github.com/apache/fluss/issues/1569) | ||
| - [Support Flink 2.2 Support alter table.datalake.freshness](https://github.com/apache/fluss/pull/2365) |
Contributor
There was a problem hiding this comment.
Nit. The phrase "Support Flink 2.2 Support..." seems a bit repetitive.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.