longvu-db commented on code in PR #56705:
URL: https://github.com/apache/spark/pull/56705#discussion_r3561425624
##########
sql/catalyst/src/main/java/org/apache/spark/sql/connector/write/RowLevelOperation.java:
##########
@@ -39,7 +39,7 @@ public interface RowLevelOperation {
* @since 3.3.0
*/
enum Command {
- DELETE, UPDATE, MERGE
+ DELETE, UPDATE, MERGE, REPLACE
Review Comment:
We will probably need a separate category as INSERT REPLACE USING is not
exactly row-level, see
https://github.com/apache/spark/pull/56705#discussion_r3561421729
##########
sql/catalyst/src/main/java/org/apache/spark/sql/connector/write/RowLevelOperation.java:
##########
@@ -39,7 +39,7 @@ public interface RowLevelOperation {
* @since 3.3.0
*/
enum Command {
- DELETE, UPDATE, MERGE
+ DELETE, UPDATE, MERGE, REPLACE
Review Comment:
We will probably need a separate category for INSERT REPLACE USING as it is
not exactly row-level, see
https://github.com/apache/spark/pull/56705#discussion_r3561421729
--
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]