HyukjinKwon commented on code in PR #46789:
URL: https://github.com/apache/spark/pull/46789#discussion_r1643992523


##########
python/pyspark/errors/exceptions/captured.py:
##########
@@ -379,17 +386,12 @@ class UnknownException(CapturedException, 
BaseUnknownException):
     """
 
 
-class QueryContext(BaseQueryContext):
+class SQLQueryContext(BaseQueryContext):

Review Comment:
   Only parent class `QueryContext` is an API (at 
`pyspark.errors.QueryContext`) for now. This is at least consistent with Scala 
side.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to