tadeja commented on issue #51260: URL: https://github.com/apache/arrow/issues/51260#issuecomment-5635287127
With PR #51261 commit d17342f numpydoc reports less PR02 violations, reduced to 3 from initial 8. jobs [AMD64 Conda Python 3.12 Sphinx Documentation](https://github.com/apache/arrow/actions/runs/34351746435/job/102466445908?pr=51261#step:6:4406) and [AMD64 Conda Python 3.12 Sphinx & Numpydoc](https://github.com/apache/arrow/actions/runs/34351746352/job/102466444599?pr=51261#step:6:4423) ```shell pyarrow.parquet.core.write_table PR02: Unknown parameters {'use_content_defined_chunking'} pyarrow.parquet.core.read_pandas PR02: Unknown parameters {'memory_map', 'partitioning', 'decryption_properties', 'page_checksum_verification', 'arrow_extensions_enabled', 'use_threads', 'coerce_int96_timestamp_unit', 'schema', 'read_dictionary', 'ignore_prefixes', 'thrift_string_size_limit', 'binary_type', 'filters', 'pre_buffer', 'list_type', 'buffer_size', 'filesystem', 'thrift_container_size_limit'} pyarrow.parquet.core.ParquetWriter PR02: Unknown parameters {'data_page_size', 'coerce_timestamps', 'bloom_filter_options', 'allow_truncated_timestamps', 'use_content_defined_chunking'} Total number of docstring violations: 3 ``` #51220 should deal with one reported parameter, others may need new issues. -- 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]
