MaxGekk commented on code in PR #36632:
URL: https://github.com/apache/spark/pull/36632#discussion_r909637351


##########
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:
   I am working on unification of v1 and v2 `SHOW FUNCTIONS` tests now. Does 
this command matter here or can be any other command?



-- 
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]

Reply via email to