projectnessie / nessie

Nessie: Transactional Catalog for Data Lakes with Git-like semantics
https://projectnessie.org
Apache License 2.0
909 stars 119 forks source link

Prevent console spam when connecting to a non-Iceberg-REST endpoint #8885

Closed snazy closed 2 weeks ago

snazy commented 2 weeks ago

Although really dirty and not good practice, it's okay-ish to temporarily replace stdout/stderr to prevent the annoying console spam produced by the Iceberg client code.