amol- commented on a change in pull request #11245: URL: https://github.com/apache/arrow/pull/11245#discussion_r719434952
########## File path: python/pyarrow/io.pxi ########## @@ -1724,6 +1800,12 @@ cdef class Codec(_Weakrefable): """ Returns true if the compression level parameter is supported for the given codec. + + Parameters + ---------- + compression : str + Type of compression codec, valid values are: gzip, bz2, brotli, + lz4, zstd and snappy. Review comment: Copied them from the class docstring. I'll change with a reference to class docstring to avoid repeating them. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org