zero323 commented on a change in pull request #34151:
URL: https://github.com/apache/spark/pull/34151#discussion_r720422501



##########
File path: python/pyspark/sql/context.py
##########
@@ -415,10 +522,10 @@ def createExternalTable(self, tableName, path=None, 
source=None, schema=None, **
         -------
         :class:`DataFrame`
         """
-        return self.sparkSession.catalog.createExternalTable(
+        return self.sparkSession.catalog.createExternalTable(  # type: 
ignore[attr-defined]

Review comment:
       If `createExternalTable` is missing from stubs it would be better to add 
it there (we should probably make a fix for the sake of 3.1 and 3.2 anyway) or 
wait for SPARK-36881 to be merged.




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