maropu commented on a change in pull request #29085:
URL: https://github.com/apache/spark/pull/29085#discussion_r455676650
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala
##########
@@ -712,14 +713,10 @@ class SparkSqlAstBuilder(conf: SQLConf) extends
AstBuilder(conf) {
None
}
(Seq.empty, Option(name), props.toSeq, recordHandler)
-
+ // SPARK-32106: When there is no definition about format, we return
empty result
+ // then we finally execute with SparkScriptTransformationExec
Review comment:
How about rephrasing it like this?
```
// then we finally execute with SparkScriptTransformationExec
```
=>
```
// to use a built-in default Serde in SparkScriptTransformationExec.
```
----------------------------------------------------------------
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]