Describe the enhancement requested
In the Python Parquet reader docstrings, many snippets are duplicated for describing various common options, such as thrift_string_size_limit.
We should deduplicate these snippets and find a way to reuse them across all Parquet reader docstrings. This will ease maintenance and reduce the risk of errors when updating those docstrings.
Component(s)
Parquet, Python
Describe the enhancement requested
In the Python Parquet reader docstrings, many snippets are duplicated for describing various common options, such as
thrift_string_size_limit.We should deduplicate these snippets and find a way to reuse them across all Parquet reader docstrings. This will ease maintenance and reduce the risk of errors when updating those docstrings.
Component(s)
Parquet, Python