Udbhav30 commented on a change in pull request #25398: [SPARK-28659][SQL] Use
data source if convertible in insert overwrite directory
URL: https://github.com/apache/spark/pull/25398#discussion_r312722943
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/sources/InsertSuite.scala
##########
@@ -441,7 +441,6 @@ class InsertSuite extends DataSourceTest with
SharedSQLContext {
sql(
s"""
|INSERT OVERWRITE LOCAL DIRECTORY '$path'
- |STORED AS orc
Review comment:
if we use `stored as` and file format is orc or parquet it will be converted
to data source flow.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]