polyzos commented on code in PR #2565: URL: https://github.com/apache/fluss/pull/2565#discussion_r2762749250
########## website/docs/table-design/virtual-tables.md: ########## @@ -55,23 +49,21 @@ For Primary Key Tables, the following change types are supported: | Change Type | Description | |-------------|-------------| -| `+I` | **Insert** - A new row was inserted | -| `-U` | **Update Before** - The previous value of an updated row (retraction) | -| `+U` | **Update After** - The new value of an updated row | -| `-D` | **Delete** - A row was deleted | +| `insert` | A new row was inserted | Review Comment: maybe use `op` and `change column` columns? This also helps with consistency throughout the doc -- 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]
