HyukjinKwon commented on code in PR #41748:
URL: https://github.com/apache/spark/pull/41748#discussion_r1259146603
##########
sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala:
##########
@@ -622,21 +622,43 @@ class SparkSession private(
* For example, 1, "Steven", LocalDate.of(2023, 4, 2).
* A value can be also a `Column` of literal expression, in that
case
* it is taken as is.
+ * @param tracker A tracker that can notify when query is ready for execution
*
* @since 3.5.0
Review Comment:
```suggestion
```
##########
sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala:
##########
@@ -622,21 +622,43 @@ class SparkSession private(
* For example, 1, "Steven", LocalDate.of(2023, 4, 2).
* A value can be also a `Column` of literal expression, in that
case
* it is taken as is.
+ * @param tracker A tracker that can notify when query is ready for execution
*
* @since 3.5.0
*/
@Experimental
Review Comment:
```suggestion
```
--
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]