dongjoon-hyun commented on PR #53223: URL: https://github.com/apache/spark/pull/53223#issuecomment-3582734086
Hi, @ueshin . It seems a little weird but this PR causes some CI failures. Could you take a look at that? https://github.com/apache/spark/actions/runs/19708303738/job/56461909042 ``` File "/__w/spark/spark/python/pyspark/testing/connectutils.py", line 312, in <module> ) -> Callable[[...], ...]: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/pypy/pypy3.10/lib/pypy3.10/typing.py", line 1206, in __getitem__ return self.__getitem_inner__(params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/pypy/pypy3.10/lib/pypy3.10/typing.py", line 312, in inner return func(*args, **kwds) ^^^^^^^^^^^^^^^^^^^ File "/usr/local/pypy/pypy3.10/lib/pypy3.10/typing.py", line 1212, in __getitem_inner__ result = _type_check(result, msg) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/pypy/pypy3.10/lib/pypy3.10/typing.py", line 176, in _type_check raise TypeError(f"{msg} Got {arg!r:.100}.") TypeError: Callable[args, result]: result must be a type. Got Ellipsis. ``` -- 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]
