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

    https://github.com/apache/spark/pull/18270#discussion_r136708299
  
    --- Diff: 
sql/core/src/test/resources/sql-tests/results/group-analytics.sql.out ---
    @@ -223,12 +223,19 @@ grouping_id() can only be used with 
GroupingSets/Cube/Rollup;
     
     
     -- !query 16
    -SELECT course, year, grouping__id FROM courseSales GROUP BY CUBE(course, 
year)
    +SELECT course, year, grouping__id FROM courseSales GROUP BY CUBE(course, 
year) ORDER BY grouping__id, course, year
     -- !query 16 schema
    -struct<>
    +struct<course:string,year:int,grouping__id:int>
     -- !query 16 output
    -org.apache.spark.sql.AnalysisException
    -grouping__id is deprecated; use grouping_id() instead;
    +Java    2012    0
    --- End diff --
    
    Are you manually editing this `group-analytics.sql.out`? The test failure 
is due to mismatching between spaces and tab.


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