peter-toth commented on PR #57040: URL: https://github.com/apache/spark/pull/57040#issuecomment-4895820880
Thanks @dongjoon-hyun, you're right - I confirmed `tarfile.data_filter` is present in 3.11.13, and per PEP 706 it was backported to 3.11.4 / 3.10.12 / 3.9.17, so it's available on all supported versions. I've switched to `filter='data'` (which also covers absolute paths, unsafe links, and permission bits) and corrected the PR description. -- 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]
