miland-db commented on code in PR #47609:
URL: https://github.com/apache/spark/pull/47609#discussion_r1721463894
##########
sql/connect/server/src/main/scala/org/apache/spark/sql/connect/planner/SparkConnectPlanner.scala:
##########
@@ -2581,7 +2583,7 @@ class SparkConnectPlanner(
val result = SqlCommandResult.newBuilder()
// Only filled when isCommand
val metrics = ExecutePlanResponse.Metrics.newBuilder()
- if (isCommand) {
+ if (isCommand || isSqlScript) {
Review Comment:
Not yet. Is there an appropriate existing suite to add test there?
--
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]