This is an automated email from the ASF dual-hosted git repository.

dimas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 103c6edf4 Correct build instruction, project properties require 
org.gradle.project prefix (#3680)
103c6edf4 is described below

commit 103c6edf40041343f46b3e42b0011813a19f3a42
Author: Nándor Kollár <[email protected]>
AuthorDate: Fri Feb 6 01:58:09 2026 +0100

    Correct build instruction, project properties require org.gradle.project 
prefix (#3680)
    
    * Correct build instruction, project properties require org.gradle.project 
prefix
    
    ---------
    
    Co-authored-by: Nandor Kollar <[email protected]>
---
 extensions/federation/hive/README.md                                   | 2 +-
 site/content/in-dev/unreleased/federation/hive-metastore-federation.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extensions/federation/hive/README.md 
b/extensions/federation/hive/README.md
index 4536a8795..e4fd6653d 100644
--- a/extensions/federation/hive/README.md
+++ b/extensions/federation/hive/README.md
@@ -25,7 +25,7 @@ NonRESTCatalogs=HIVE,<alternates>
 
 The other option is to pass it as an argument to the gradle JVM as follows: 
 ```
-./gradlew build -DNonRESTCatalogs=HIVE
+./gradlew build -PNonRESTCatalogs=HIVE
 ```
 
 Without this flag, the Hive factory won't be compiled into Polaris and 
therefore Polaris will not load the class at runtime, throwing an unsupported 
exception for federated catalog calls.
\ No newline at end of file
diff --git 
a/site/content/in-dev/unreleased/federation/hive-metastore-federation.md 
b/site/content/in-dev/unreleased/federation/hive-metastore-federation.md
index f092a8a40..c73202762 100644
--- a/site/content/in-dev/unreleased/federation/hive-metastore-federation.md
+++ b/site/content/in-dev/unreleased/federation/hive-metastore-federation.md
@@ -34,7 +34,7 @@ property to include `HIVE` (and any other non-REST backends 
you need):
 
 ```bash
 ./gradlew :polaris-server:assemble :polaris-server:quarkusAppPartsBuild 
--rerun \
-  -DNonRESTCatalogs=HIVE -Dquarkus.container-image.build=true
+  -PNonRESTCatalogs=HIVE -Dquarkus.container-image.build=true
 ```
 
 `runtime/server/build.gradle.kts` wires the extension in only when this flag 
is present, so binaries

Reply via email to