davidm-db commented on code in PR #47403:
URL: https://github.com/apache/spark/pull/47403#discussion_r1684105368


##########
sql/core/src/main/scala/org/apache/spark/sql/scripting/SqlScriptingExecutionNode.scala:
##########
@@ -80,6 +89,11 @@ class SingleStatementExec(
    */
   var isExecuted = false
 
+  /**
+   * Data returned after execution.
+   */
+  var data: Option[Array[Row]] = None

Review Comment:
   let's use something other than `data` - it seems pretty generic. something 
like `result` seems more suitable?



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