cloud-fan commented on a change in pull request #34057:
URL: https://github.com/apache/spark/pull/34057#discussion_r714955008
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/FileBasedDataSourceSuite.scala
##########
@@ -384,7 +384,7 @@ class FileBasedDataSourceSuite extends QueryTest
withSQLConf(SQLConf.USE_V1_SOURCE_LIST.key -> useV1List) {
// write path
- Seq("csv", "json", "parquet", "orc").foreach { format =>
+ Seq("csv", "json", "orc").foreach { format =>
val msg = intercept[AnalysisException] {
sql("select interval 1
days").write.format(format).mode("overwrite").save(tempDir)
Review comment:
shall we update the test to create legacy interval types? I think this
test is useful to make sure we can't write the legacy interval types to all the
file formats.
--
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]