xinrong-meng commented on code in PR #49394:
URL: https://github.com/apache/spark/pull/49394#discussion_r1906541895


##########
python/pyspark/sql/utils.py:
##########
@@ -490,3 +492,49 @@ def remote_only(func: Union[Callable, property]) -> 
Union[Callable, property]:
     else:
         func._remote_only = True  # type: ignore[attr-defined]
         return func
+
+
+T = TypeVar("T")
+
+
+class CachedAccessor(Generic[T]):

Review Comment:
   There will be a followup to consolidate CachedAccessors between the Pandas 
API on Spark and the one here



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