WweiL commented on PR #40861:
URL: https://github.com/apache/spark/pull/40861#issuecomment-1530967756

   Also verified null query names:
   ```
   >>> q = 
spark.readStream.format("rate").load().writeStream.format("console").start()
   >>> q1 = spark.streams.get(q.id)
   >>> q1.name
   ''
   >>> q.name
   ''
   >>> q.name == q1.name
   True
   ```


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