dangotbanned commented on code in PR #50168:
URL: https://github.com/apache/arrow/pull/50168#discussion_r3412039306


##########
ci/scripts/python_wheel_validate_contents.py:
##########
@@ -54,9 +54,10 @@ def validate_wheel(path):
                 info.filename.split("/")[-1] == filename for info in 
wheel_zip.filelist
             ), f"{filename} is missing from the wheel."
 
-        assert any(
-            info.filename == "pyarrow/py.typed" for info in wheel_zip.filelist
-        ), "pyarrow/py.typed is missing from the wheel."
+        # TODO(GH-48970): Uncomment when stubfiles are complete
+        # assert any(
+        #     info.filename == "pyarrow/py.typed" for info in 
wheel_zip.filelist
+        # ), "pyarrow/py.typed is missing from the wheel."
 
         source_root = Path(__file__).resolve().parents[2]
         stubs_dir = source_root / "python" / "pyarrow-stubs" / "pyarrow"

Review Comment:
   Thanks, and the speed is fine!
   
   This is a big job for one person to do, especially when you're still 
contributing stuff that isn't typing 🫡



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

Reply via email to