You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/05 13:30:24 UTC

[GitHub] [arrow] jorisvandenbossche commented on pull request #12783: ARROW-15431: [Python] Address docstrings in Schema

jorisvandenbossche commented on PR #12783:
URL: https://github.com/apache/arrow/pull/12783#issuecomment-1088706819

   Linting is also failing with
   
   ```
    pyarrow.lib.Schema.to_string
   -> pyarrow.lib.Schema.to_string(self, truncate_metadata=True, show_field_metadata=True, show_schema_metadata=True)
   PR01: Parameters {'show_field_metadata', 'show_schema_metadata'} not documented
   
   pyarrow.lib.Schema.add_metadata
   -> pyarrow.lib.Schema.add_metadata(self, metadata)
   PR01: Parameters {'metadata'} not documented
   ```
   
   Not fully sure why that is happening, though (since you didn't change the Parameter sections, and those actually seem to be documented)


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org