vrozov commented on code in PR #49928:
URL: https://github.com/apache/spark/pull/49928#discussion_r1985384660

##########
sql/core/src/test/java/test/org/apache/spark/sql/JavaDataFrameReaderWriterSuite.java:
##########
@@ -152,4 +159,16 @@ public void testOrcAPI() {
     spark.read().schema(schema).orc(new String[]{input, input})
         .write().orc(output);
   }
+
+  @Test
+  @DisplayName("[SPARK-51182]: DataFrameWriter should throw 
dataPathNotSpecifiedError when path " +
+      "is not specified")
+  public void testPathNotSpecified() {

Review Comment:
   it should not hurt to add java test (majority of the tests in this file are 
not java specific as well).



-- 
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-unsubscr...@spark.apache.org

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


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

Reply via email to