Open devinrsmith opened 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.
cc @niloc132 @rcaudy @jcferretti
If we need workarounds, there are some of the codecs we can specifically work around:
-Dorg.xerial.snappy.purejava=true
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.