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

    https://github.com/apache/spark/pull/3348#discussion_r22003183
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala 
---
    @@ -168,4 +168,9 @@ class SQLQuerySuite extends QueryTest {
         checkAnswer(sql("SELECT key FROM src WHERE key not between 0 and 10 
order by key"), 
             sql("SELECT key FROM src WHERE key between 11 and 500 order by 
key").collect().toSeq)
       }
    +
    +test("SPARK-2554 SumDistinct partial aggregation") {
    --- End diff --
    
    indentation is off here


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