HyukjinKwon commented on code in PR #48364:
URL: https://github.com/apache/spark/pull/48364#discussion_r1803943647
##########
python/pyspark/sql/catalog.py:
##########
@@ -791,7 +791,7 @@ def createTable(
schema: Optional[StructType] = None,
description: Optional[str] = None,
**options: str,
- ) -> DataFrame:
+ ) -> "DataFrame":
Review Comment:
why do we need to change this?
##########
python/pyspark/sql/connect/catalog.py:
##########
@@ -251,7 +251,7 @@ def createTable(
schema: Optional[StructType] = None,
description: Optional[str] = None,
**options: str,
- ) -> DataFrame:
+ ) -> "DataFrame":
Review Comment:
this too
--
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]