nchammas commented on PR #46228: URL: https://github.com/apache/spark/pull/46228#issuecomment-2078215705
`zoneinfo` is [new to Python 3.9][1]. It seems something in the build expects Python 3.9 or newer. Looks like it's [this line][2], which was added in #46122 a few days ago. [1]: https://docs.python.org/3/whatsnew/3.9.html#zoneinfo [2]: https://github.com/apache/spark/blame/d540786d9ceacd7426803ad615f7ab32ec6faf67/python/pyspark/sql/variant_utils.py#L26 -- 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]
