dongjoon-hyun commented on a change in pull request #28761:
URL: https://github.com/apache/spark/pull/28761#discussion_r466611016
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/orc/OrcTest.scala
##########
@@ -78,7 +78,7 @@ abstract class OrcTest extends QueryTest with
FileBasedDataSourceTest with Befor
(f: String => Unit): Unit = withDataSourceFile(data)(f)
/**
- * Writes `data` to a Orc file and reads it back as a `DataFrame`,
+ * Writes `date` dataframe to a Orc file and reads it back as a `DataFrame`,
Review comment:
Is there a reason you change this from `data` to `date`? This is not
limited to `DATE`. The original one looks correct to me.
----------------------------------------------------------------
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]