Eduard Tudenhoefner
Eduard Tudenhoefner
https://github.com/projectnessie/nessie/pull/3572 introduced a new `NamespaceApi` that allows creating/reading/deleting Namespaces with additional checks whether for example a Namespace is empty before it can be deleted. However, currently there's no mechanism in...
https://github.com/projectnessie/nessie/pull/3572 added support for Namespaces and the goal of this PR is to add authorization checks for creating/reading/deleting namespaces.
Command needs to be executed with JDK 8: `./gradlew spotlessApply -DflinkVersions=1.13,1.14,1.15 -DsparkVersions=2.4,3.0,3.1,3.2,3.3 -DhiveVersions=2,3 --no-build-cache`
This also refactors the Snapshot API to track v1 manifest locations and lazily load them when needed, thus removing the need for `FileIO` in the different parsers
This depends on https://github.com/apache/iceberg/pull/5734
While looking at https://github.com/apache/iceberg/issues/5791 I noticed that the Spark integration tests (`integrationTest` task) was never part of CI. On CI we're running the `check` task (which basically runs `test`) and...
Currently depends on #5780 / #5788 / #5792
This currently depends on https://github.com/apache/iceberg/pull/5788
It would be quite nice to have CLI auto completion for Nessie. Since we're using `click`, it's worth looking at https://click.palletsprojects.com/en/8.0.x/shell-completion/