You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/03/02 10:45:00 UTC

[jira] [Updated] (ARROW-15825) [Python] Add a function telling whether Parquet encryption is available

     [ https://issues.apache.org/jira/browse/ARROW-15825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou updated ARROW-15825:
-----------------------------------
    Description: 
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)

  was:It would be nice to have a function e.g. {{pyarrow.parquet.is_encryption_available()}}.


> [Python] Add a function telling whether Parquet encryption is available
> -----------------------------------------------------------------------
>
>                 Key: ARROW-15825
>                 URL: https://issues.apache.org/jira/browse/ARROW-15825
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Parquet, Python
>            Reporter: Antoine Pitrou
>            Priority: Major
>             Fix For: 8.0.0
>
>
> 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)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)