kszucs commented on pull request #10241:
URL: https://github.com/apache/arrow/pull/10241#issuecomment-834155999
We can do a mass update for `PR10` errors before enabling `PR1` on CI:
```
pyarrow.parquet.write_table
GL02: Closing quotes should be placed in the line after the last text in the
docstring (do not close the quotes in the same line as the text, or leave a
blank line between the last text and the quotes)
GL03: Double line break found; please use only one blank line to separate
sections or paragraphs, and do not leave blank lines at the end of docstrings
PR01: Parameters {'use_byte_stream_split', 'compression_level', 'where',
'use_compliant_nested_type', 'row_group_size', '**kwargs'} not documented
PR02: Unknown parameters {'row_group_size: int', 'use_compliant_nested_type:
bool', 'use_byte_stream_split: bool or list', 'compression_level: int or dict',
'where: string or pyarrow.NativeFile', 'default None', 'default False'}
PR07: Parameter "table" has no description
PR10: Parameter "where" requires a space before the colon separating the
parameter name and type
PR07: Parameter "where: string or pyarrow.NativeFile" has no description
PR10: Parameter "row_group_size" requires a space before the colon
separating the parameter name and type
PR09: Parameter "row_group_size: int" description should finish with "."
PR09: Parameter "coerce_timestamps" description should finish with "."
PR10: Parameter "compression_level" requires a space before the colon
separating the parameter name and type
PR04: Parameter "default None" has no type
PR10: Parameter "use_byte_stream_split" requires a space before the colon
separating the parameter name and type
PR04: Parameter "default False" has no type
PR10: Parameter "use_compliant_nested_type" requires a space before the
colon separating the parameter name and type
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]