Standing-Man commented on code in PR #19672:
URL: https://github.com/apache/datafusion/pull/19672#discussion_r2671287612


##########
datafusion/sql/src/values.rs:
##########
@@ -31,6 +31,7 @@ impl<S: ContextProvider> SqlToRel<'_, S> {
         let SQLValues {
             explicit_row: _,
             rows,
+            value_keyword: _,

Review Comment:
   It will support two SQL syntaxes:
   - `INSERT TABLE t VALUE (1), (2), (3);` – newly added
   - `INSERT TABLE t VALUES (1), (2), (3);` – original syntax
   



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to