Github user gatorsmile commented on the pull request:

    https://github.com/apache/spark/pull/11100#issuecomment-183625392
  
    @davies Already deprecated `GROUPING__ID` in the latest commits and also 
clean all the test cases. 
    
    Also tried to output a better error message when users manually specify 
`GROUPING__ID` in the query, but I hit an issue. To compare the column names, 
we need to pass `conf` or `resolver` to the function `checkAnalysis`. This will 
touch multiple files that call this function. I am not sure if it is worthy for 
this purpose. Let me know if you want me to do it. Thanks!
    ```
      def resolver: Resolver = {
        if (conf.caseSensitiveAnalysis) {
          caseSensitiveResolution
        } else {
          caseInsensitiveResolution
        }
      }
    ```


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