zhenlineo commented on code in PR #40358:
URL: https://github.com/apache/spark/pull/40358#discussion_r1136713977


##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/ClientE2ETestSuite.scala:
##########
@@ -175,6 +176,26 @@ class ClientE2ETestSuite extends RemoteSparkSession with 
SQLHelper {
     }
   }
 
+  test("write without table or path") {
+    // Should receive no error to write noop
+    spark.range(10).write.format("noop").mode("append").save()
+  }
+
+  test("write jdbc") {

Review Comment:
   @dongjoon-hyun I saw the 3.4 build went back to green. Is this 
https://github.com/apache/spark/commit/bf9c4b99cfc9fd987b0ccbf77f01f8a6ec965acf 
the fix? Is there still a problem that I shall fix?



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