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


##########
ci/scripts/python_wheel_validate_contents.py:
##########
@@ -34,7 +34,7 @@ def validate_wheel(path):
     ]
     assert not outliers, f"Unexpected contents in wheel: {sorted(outliers)}"
     print(f"The wheel: {wheels[0]} seems valid.")
-
+    # TODO(GH-32609): Validate some docstrings were generated and added.

Review Comment:
   I created two issues (for this PR and one following it) and linked them into 
the original issue https://github.com/apache/arrow/issues/32609 



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