gengliangwang commented on code in PR #46140:
URL: https://github.com/apache/spark/pull/46140#discussion_r1577006944
##########
connector/connect/server/src/test/scala/org/apache/spark/sql/connect/ui/SparkConnectServerListenerSuite.scala:
##########
@@ -37,7 +37,7 @@ class SparkConnectServerListenerSuite
private var kvstore: ElementTrackingStore = _
- private val jobTag = ExecuteJobTag("sessionId", "userId", "operationId")
+ private val jobTag = ExecuteJobTag("userId", "sessionId", "operationId")
Review Comment:
From the code changes, there does seem to be a bug. All the callers are
using the correct order. This PR seems just to unify the usages for such
functions.
--
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]