Github user dereksabryfb commented on the pull request:

    https://github.com/apache/spark/pull/10052#issuecomment-163791583
  
    Looks like it fails on the query "SELECT a, count(2) FROM testData2 GROUP 
BY a, 2" because 2 now refers to the column count(2) which is not valid syntax 
for a group by clause in hive. How should I go about resolving this? The 
purpose of the test is to see that literals in the group by clause don't modify 
the results, but the purpose of this patch is to do the opposite of that. I 
could modify the offending case, but I feel the whole test may be irrelevant 
with this patch.


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