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


##########
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:
   Ok, I'll change this to do so. Sorry it's taking so long. 



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