Releases: projectnessie/nessie
Nessie 0.104.1
- 9 commits since 0.104.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.1
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.104.1-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.104.1-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-quarkus-0.104.1-runner.jar
java -jar nessie-quarkus-0.104.1-runner.jar
Nessie CLI is attached as nessie-cli-0.104.1.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.104.1
.
Nessie GC tool is attached as nessie-gc-0.104.1.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.104.1 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.104.1-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.104.1 --help
.
The attached nessie-helm-0.104.1.tgz
is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.
Changelog
Changes
- OpenAPI specs are no longer published to swaggerhub.
Full Changelog (minus renovate commits):
- Migrate to a different Maven publishing plugin (#10784)
Nessie 0.103.6
- 24 commits since 0.103.5
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.103.6
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.103.6-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.103.6-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.103.6/nessie-quarkus-0.103.6-runner.jar
java -jar nessie-quarkus-0.103.6-runner.jar
Nessie CLI is attached as nessie-cli-0.103.6.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.103.6
.
Nessie GC tool is attached as nessie-gc-0.103.6.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.103.6 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.103.6-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.103.6 --help
.
The attached nessie-helm-0.103.6.tgz
is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.
Changelog
Changes
- OpenAPI specs are no longer published to swaggerhub.
Full Changelog (minus renovate commits):
- Remove links to swaggerhub (#10757)
Nessie 0.103.3
- 70 commits since 0.103.2
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.103.3
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.103.3-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.103.3-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.103.3/nessie-quarkus-0.103.3-runner.jar
java -jar nessie-quarkus-0.103.3-runner.jar
Nessie CLI is attached as nessie-cli-0.103.3.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.103.3
.
Nessie GC tool is attached as nessie-gc-0.103.3.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.103.3 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.103.3-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.103.3 --help
.
The attached nessie-helm-0.103.3.tgz
is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.
Changelog
New Features
- Introduces a hard objects-cache capacity limit to ensure that the cache does never consume more than
the configured cache-capacity plus a configurable "overshoot" (defaults to 10%). New cache entries are
admitted as long as the current cache size is less than the "cache-capacity + overshoot".
Changes
- Nessie's REST API endpoints now accept "truncated timestamps" in relative-commit-specs, aka without the
second-fraction.
Full Changelog (minus renovate commits):
Nessie 0.103.2
- 28 commits since 0.103.1
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.103.2
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.103.2-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.103.2-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.103.2/nessie-quarkus-0.103.2-runner.jar
java -jar nessie-quarkus-0.103.2-runner.jar
Nessie CLI is attached as nessie-cli-0.103.2.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.103.2
.
Nessie GC tool is attached as nessie-gc-0.103.2.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.103.2 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.103.2-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.103.2 --help
.
The attached nessie-helm-0.103.2.tgz
is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.
Changelog
New Features
- Catalog/S3/request-signing: Add a per-S3-bucket config option
url-signing-expire
to override the default
3-hour lifetime of S3-URL-signing URLs.
Full Changelog (minus renovate commits):
Nessie 0.103.1
- 133 commits since 0.103.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.103.1
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.103.1-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.103.1-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.103.1/nessie-quarkus-0.103.1-runner.jar
java -jar nessie-quarkus-0.103.1-runner.jar
Nessie CLI is attached as nessie-cli-0.103.1.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.103.1
.
Nessie GC tool is attached as nessie-gc-0.103.1.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.103.1 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.103.1-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.103.1 --help
.
The attached nessie-helm-0.103.1.tgz
is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.
Changelog
Highlights
- Configuration option
nessie.version.store.persist.cache-enable-soft-references
defaults to
false
now. Some feedback suggests that using soft references in the Nessie cache may not be
optimal with respect to GC overhead in some environments, so defaulting tofalse
is safer.
New Features
- Helm: Allow annotations on the configmap
Fixes
- Catalog: Return consistent metadata-location for Iceberg REST APIs
Full Changelog (minus renovate commits):
- Ninja: changelog
- Helm: Allow annotations on the configmap. (#10510)
- Catalog: Return consistent metadata-location for Iceberg REST APIs (#10508)
- Make
cache-enable-soft-references
default tofalse
(#10526) - Add
copy
command to the ContentGenerator tool (#10443) - Renovate: Quarkus Group (#10435)
- CI/NesQuEIT: Remove Spark 3.3 + revert workaround #10184 (#10436)
Nessie 0.103.0
- 63 commits since 0.102.5
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.103.0
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.103.0-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.103.0-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.103.0/nessie-quarkus-0.103.0-runner.jar
java -jar nessie-quarkus-0.103.0-runner.jar
Nessie CLI is attached as nessie-cli-0.103.0.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.103.0
.
Nessie GC tool is attached as nessie-gc-0.103.0.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.103.0 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.103.0-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.103.0 --help
.
The attached nessie-helm-0.103.0.tgz
is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.
Changelog
Highlights
- If you are using Iceberg/Java 1.8.0 it is STRONGLY RECOMMENDED to upgrade to this or a newer Nessie release!
Upgrade notes
- This Nessie version is compatible with Iceberg/Java version 1.8.0 via Iceberg REST.
Iceberg 1.8.0 contains changes that breaks compatibility with previous Nessie versions! - Iceberg table spec v3 is not supported in Nessie, because it is still under active development.
Changes
- Dependencies that are only licensed using GPL+CE are no longer included in Nessie CLI, server and admin tool.
Full Changelog (minus renovate commits):
Nessie 0.102.5
- 27 commits since 0.102.4
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.102.5
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.102.5-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.102.5-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.102.5/nessie-quarkus-0.102.5-runner.jar
java -jar nessie-quarkus-0.102.5-runner.jar
Nessie CLI is attached as nessie-cli-0.102.5.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.102.5
.
Nessie GC tool is attached as nessie-gc-0.102.5.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.102.5 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.102.5-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.102.5 --help
.
The attached nessie-helm-0.102.5.tgz
is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.
Changelog
Note
- This release has no code changes.
- NOTICE and LICENSE files clarifications, included in jars published to Maven Central.
Full Changelog (minus renovate commits):
- Include NOTICE+LICENSE in every jar (#10331)
Nessie 0.102.4
- 16 commits since 0.102.3
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.102.4
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.102.4-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.102.4-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.102.4/nessie-quarkus-0.102.4-runner.jar
java -jar nessie-quarkus-0.102.4-runner.jar
Nessie CLI is attached as nessie-cli-0.102.4.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.102.4
.
Nessie GC tool is attached as nessie-gc-0.102.4.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.102.4 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.102.4-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.102.4 --help
.
The attached nessie-helm-0.102.4.tgz
is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.
Changelog
Note
- This release has no code changes except NOTICE file(s) clarifications.
Full Changelog (minus renovate commits):
Nessie 0.102.3
- 36 commits since 0.102.2
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.102.3
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.102.3-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.102.3-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.102.3/nessie-quarkus-0.102.3-runner.jar
java -jar nessie-quarkus-0.102.3-runner.jar
Nessie CLI is attached as nessie-cli-0.102.3.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.102.3
.
Nessie GC tool is attached as nessie-gc-0.102.3.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.102.3 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.102.3-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.102.3 --help
.
The attached nessie-helm-0.102.3.tgz
is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.
Changelog
New Features
- Catalog: Iceberg table configurations overrides are now available in storage configuration settings.
Example:nessie.catalog.service.s3.default-options.table-config-overrides.py-io-impl=pyiceberg.io.pyarrow.PyArrowFileIO
Full Changelog (minus renovate commits):
- Ninja: add AL2 license for smallrye-certs
- Renovate: group quarkus-platform + quarkus-plugin together (#10300)
- Fix build scripts to distribute the right files (#10297)
- Catalog: Add table config overrides to bucket configuration (#10296)
- Fix a new failure in NesQuEIT, dependency issue w/ scala-collection-compat (#10298)
- Fix NesQuEIT for recent Iceberg changes (#10281)
- Adopt renovate config for #10275 (#10280)
- Update some Maven coordinates (#10275)
Nessie 0.102.2
- 6 commits since 0.102.1
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.102.2
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.102.2-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.102.2-runner.jar
is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.102.2/nessie-quarkus-0.102.2-runner.jar
java -jar nessie-quarkus-0.102.2-runner.jar
Nessie CLI is attached as nessie-cli-0.102.2.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.102.2
.
Nessie GC tool is attached as nessie-gc-0.102.2.jar
, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help
command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.102.2 --help
.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.102.2-runner.jar
, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help
command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.102.2 --help
.
The attached nessie-helm-0.102.2.tgz
is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.
Changelog
Fixes
- Nessie re-assigns IDs for new schemas/partition-specs/sort-orders. The check that the provided ID for
those must be valid (>= 0) is therefore superfluous, it can actually unnecessarily lead to problems. This
change also fixes an issue that the last-added schema/spec/sort ID is set to -1, if the schema/spec/sort
already existed. This lets the set-current-schema/set-default-partition-spec/set-default-sort-order
updates with-1
for the last-added one fail, but it should return the ID of the schema/spec/sort ID that
already existed.
Full Changelog (minus renovate commits):
- Catalog: Allow passing -1 for new schema/partition-spec/sort-order (#10264)