Github user marmbrus commented on a diff in the pull request:

    https://github.com/apache/spark/pull/15908#discussion_r88314951
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQueryStatusSuite.scala
 ---
    @@ -84,6 +88,20 @@ class StreamingQueryStatusSuite extends SparkFunSuite {
           StreamingQueryStatus.testStatus.prettyJson ===
             """
               |{
    +          |  "name" : "query",
    +          |  "id" : 1,
    --- End diff --
    
    I wonder if we should make this a `String`, both here and in the type-safe 
API.  The reasoning is, its already auto generated and I think its likely we 
will want to turn this into a UUID (maybe we should even just do that).  
Thoughts?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to