rok commented on code in PR #48618:
URL: https://github.com/apache/arrow/pull/48618#discussion_r2690911440
##########
ci/scripts/python_wheel_validate_contents.py:
##########
@@ -35,6 +35,11 @@ def validate_wheel(path):
assert not outliers, f"Unexpected contents in wheel: {sorted(outliers)}"
print(f"The wheel: {wheels[0]} seems valid.")
+ candidates = [info for info in f.filelist if
info.filename.endswith('compute.pyi')]
Review Comment:
Replaced with TODO.
--
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]