You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/05/17 01:06:14 UTC

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #36445: [SPARK-39096][SQL] Support MERGE commands with DEFAULT values

HyukjinKwon commented on code in PR #36445:
URL: https://github.com/apache/spark/pull/36445#discussion_r874271010


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/command/PlanResolutionSuite.scala:
##########
@@ -1335,7 +1346,7 @@ class PlanResolutionSuite extends AnalysisTest {
     }
   }
 
-  test("MERGE INTO TABLE") {
+  test("MERGE INTO TABLE - primary") {

Review Comment:
   This test fails when ANSI is on: https://github.com/apache/spark/runs/6451765082. @dtenedor @gengliangwang 



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org