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

    https://github.com/apache/spark/pull/17197#discussion_r104981881
  
    --- Diff: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/UnsupportedOperationsSuite.scala
 ---
    @@ -138,29 +138,202 @@ class UnsupportedOperationsSuite extends 
SparkFunSuite {
         outputMode = Complete,
         expectedMsgs = Seq("distinct aggregation"))
     
    -  // MapGroupsWithState: Not supported after a streaming aggregation
       val att = new AttributeReference(name = "a", dataType = LongType)()
    -  assertSupportedInBatchPlan(
    -    "mapGroupsWithState - mapGroupsWithState on batch relation",
    -    MapGroupsWithState(null, att, att, Seq(att), Seq(att), att, att, 
Seq(att), batchRelation))
    +  // FlatMapGroupsWithState in batch
    --- End diff --
    
    Make it similar to the comments above "// Aggregation: Distinct aggregates 
not supported on streaming relation"


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to