MehulBatra commented on code in PR #2565:
URL: https://github.com/apache/fluss/pull/2565#discussion_r2764242705


##########
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:
   Removing the op column and keeping the change_type column values small 
because it will originally be generated in smallcase, so to make it real and 
relatble not keeping it uppercase.



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