Does the Apache Parquet Java vulnerability cve-2025-30065 affect the PyArrow package? #46043
Answered
by
assignUser
cmdelatorre
asked this question in
Q&A
-
We manipulate parquet files using pyarrow. I've recently found out about the vulnerability cve-2025-30065 in the Apache Parquet Java product and I wanted to know if by any chance such vuln affects the aforementioned Python package. Intuitively I'd say no, but I'd like to be sure 😉 Thanks a lot and sorry for any inconvenience. |
Beta Was this translation helpful? Give feedback.
Answered by
assignUser
Apr 7, 2025
Replies: 1 comment
-
No, pyarrow uses the C++ implementation of parquet and that does not support Avro files: https://arrow.apache.org/docs/status.html#third-party-data-formats |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
raulcd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, pyarrow uses the C++ implementation of parquet and that does not support Avro files: https://arrow.apache.org/docs/status.html#third-party-data-formats