Github user clockfly commented on a diff in the pull request:
https://github.com/apache/spark/pull/14616#discussion_r74556035
--- Diff:
sql/core/src/test/resources/sql-tests/results/group-by-ordinal.sql.out ---
@@ -95,7 +95,7 @@ select a, b from data group by -1
struct<>
-- !query 8 output
org.apache.spark.sql.AnalysisException
-GROUP BY position -1 is not in select list (valid range is [1, 2]); line 1
pos 31
+GROUP BY position -1 is not in select list (valid range is [1, 2]); line 1
pos 22
--- End diff --
Sorry, I will fix this. I didn't understand the meaning of pos before.
---
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]