srielau commented on code in PR #53530:
URL: https://github.com/apache/spark/pull/53530#discussion_r2690730059
##########
sql/core/src/main/scala/org/apache/spark/sql/scripting/SqlScriptingExecutionContext.scala:
##########
@@ -244,3 +336,51 @@ class SqlScriptingExecutionScope(
errorHandler
}
}
+
+/**
+ * Defines a cursor with its name and SQL query text.
+ * This is immutable - lifecycle state is managed separately via CursorState.
+ *
+ * @param name
+ * Name of the cursor.
+ * @param queryText
Review Comment:
Moved to CursorState.scala
--
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]