JingsongLi commented on code in PR #2126: URL: https://github.com/apache/incubator-paimon/pull/2126#discussion_r1357739656
########## docs/content/engines/spark3.md: ########## @@ -222,7 +222,7 @@ dataset.show() For now, Paimon does not support `UPDATE` syntax. But we can use `INSERT INTO` syntax instead for changelog tables. ```sql -INSERT INTO my_table VALUES (1, 'Hi Again'), (3, 'Test'); +INSERT INTO my_table VALUES (1, 'Hi Again'), (2, 'Hello'), (3, 'Test'); Review Comment: See above, the table already has 1| Hi and 2| Hello -- 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]
