deephaven / deephaven-core

Deephaven Community Core
Other
259 stars 80 forks source link

Upgrade parquet version for better native M1 support #1700

Open devinrsmith opened 2 years ago

devinrsmith commented 2 years ago

https://issues.apache.org/jira/browse/PARQUET-2025

Mainly a consideration for local development unit tests, and eventual native runs of Deephaven on M1.

This issue is not triggered when running in docker since we are using a linux arm64 platform.

devinrsmith commented 2 years ago

cc @niloc132 @rcaudy @jcferretti

devinrsmith commented 2 years ago

If we need workarounds, there are some of the codecs we can specifically work around:

-Dorg.xerial.snappy.purejava=true