HyukjinKwon commented on a change in pull request #29712:
URL: https://github.com/apache/spark/pull/29712#discussion_r486713510



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/test/DataFrameReaderWriterSuite.scala
##########
@@ -1190,4 +1190,24 @@ class DataFrameReaderWriterSuite extends QueryTest with 
SharedSparkSession with
     verifyLoadFails(df.write.option("path", path).format("parquet").save(path))
     verifyLoadFails(df.write.option("path", path).format("parquet").save(""))
   }
+
+  test("DataFrameReader.table take the specified options for V1 relation") {

Review comment:
       Shall we add a JIRA prefix in the test title?




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

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