exasol / parquet-edml-generator

Tool that generates EDML definitions for Parquet files
MIT License
1 stars 1 forks source link

Sign native binaries for macOS #36

Closed kaklakariada closed 3 months ago

kaklakariada commented 1 year ago

Starting with macOS version 13 Ventura binaries must be signed in order to execute them. That's why we removed support for macOS in PR #35.

The goal of this issue is to re-enable executing binaries on macOS. See also https://github.com/exasol/bucketfs-client/issues/26

Workaround

Install a Java Runtime Environment on macOS and use the provided .jar file.

ThomasBestfleisch commented 3 months ago

Probably more a nice to have? It's not a real blocker for MacOS users as a workaround exists

kaklakariada commented 3 months ago

We don't have to capacity to implement this at the moment.