cloud-fan commented on code in PR #36632:
URL: https://github.com/apache/spark/pull/36632#discussion_r910195841
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/QueryExecutionSuite.scala:
##########
@@ -262,6 +263,14 @@ class QueryExecutionSuite extends SharedSparkSession {
assert(cmdResultExec.commandPhysicalPlan.isInstanceOf[ShowTablesExec])
}
+ test("SPARK-35378: Return UnsafeRow in CommandResultExecCheck execute
methods") {
+ val plan = spark.sql("SHOW FUNCTIONS").queryExecution.executedPlan
Review Comment:
This doesn't seem to be related to SHOW FUNCTIONS functionality. I don't
think we need to include it in the SHOW FUNCTIONS test suite.
--
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]