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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to