tadeja commented on PR #49510: URL: https://github.com/apache/arrow/pull/49510#issuecomment-4056485616
Most of the errors show up as malformed doc pages and correcting these improves doc page readability; ``` /opt/conda/envs/arrow/lib/python3.12/site-packages/pyarrow/parquet/core.py:docstring of pyarrow.parquet.core.write_table:195: ERROR: Unexpected indentation. [docutils] /opt/conda/envs/arrow/lib/python3.12/site-packages/pyarrow/parquet/core.py:docstring of pyarrow.parquet.core.write_table:196: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] .. ``` https://arrow.apache.org/docs/dev/python/generated/pyarrow.parquet.write_table.html Unintentional text boxes within malformed listings of the physical types: - int32:, - fixed_len_byte_array: , and - binary: <img width="465" height="189" alt="Screenshot 2026-03-13 at 17 35 38" src="https://github.com/user-attachments/assets/970b445d-6816-4fa3-91ca-20c10e761f01" /> - min_chunk_size: and -max_chunk_size: <img width="441" height="154" alt="Screenshot 2026-03-13 at 17 43 10" src="https://github.com/user-attachments/assets/9919e2f2-d73c-47c7-9d8e-77c69c3f5b30" /> -- 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]
