sadikovi commented on code in PR #36632:
URL: https://github.com/apache/spark/pull/36632#discussion_r910426378
##########
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:
It was reproducible with SHOW FUNCTIONS due to a bug mentioned in the PR. I
don't think you can replace the SQL command in the test.
--
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]