You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/09/13 20:22:33 UTC

[GitHub] [spark] MaxGekk commented on a diff in pull request #37861: [SPARK-40324][SQL][FOLLOWUP] Fix a bug in setting query context in Analyzer

MaxGekk commented on code in PR #37861:
URL: https://github.com/apache/spark/pull/37861#discussion_r970049807


##########
sql/core/src/test/resources/sql-tests/results/group-by-filter.sql.out:
##########
@@ -233,14 +233,7 @@ org.apache.spark.sql.AnalysisException
   "sqlState" : "42000",
   "messageParameters" : {
     "expression" : "\"a\""
-  },
-  "queryContext" : [ {
-    "objectType" : "",
-    "objectName" : "",
-    "startIndex" : 56,
-    "stopIndex" : 65,
-    "fragment" : "GROUP BY b"
-  } ]

Review Comment:
   Why does the context disappear completely?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org