You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a function, e.g. pyarrow.parquet.is_encryption_available(), to be able to query whether Parquet encryption is available in the PyArrow build.
(currently, one would have to import the relevant module and catch the ImportError)
It would be nice to have a function, e.g.
pyarrow.parquet.is_encryption_available()
, to be able to query whether Parquet encryption is available in the PyArrow build.(currently, one would have to import the relevant module and catch the ImportError)
Reporter: Antoine Pitrou / @pitrou
Related issues:
Note: This issue was originally created as ARROW-15825. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: