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


##########
python/pyspark/sql/connect/_typing.py:
##########
@@ -26,8 +26,12 @@
 import datetime
 import decimal
 
+from numpy import ndarray as NDArray
+
 from pyspark.sql.connect.column import Column
 
+ArrayLike = NDArray

Review Comment:
   hm, should we do this alias?



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