Eduard Tudenhoefner

Results 48 issues of 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...

REST api

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.

REST api

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`

spark
INFRA
build
AWS

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

API
spark
core
NESSIE

This depends on https://github.com/apache/iceberg/pull/5734

API
spark
core
NESSIE

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...

spark
build

Currently depends on #5780 / #5788 / #5792

API
core
build

This currently depends on https://github.com/apache/iceberg/pull/5788

API
core

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/

good first issue
CLI