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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 101450695 deploy: 077f76c363c0ac40ca3f556ea0732ca9af46be32
101450695 is described below

commit 1014506952baff81a1d4aff2b06659beaa1eeabf
Author: snazy <[email protected]>
AuthorDate: Tue Feb 24 17:53:20 2026 +0000

    deploy: 077f76c363c0ac40ca3f556ea0732ca9af46be32
---
 releases/1.3.0/polaris-spark-client/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releases/1.3.0/polaris-spark-client/index.html 
b/releases/1.3.0/polaris-spark-client/index.html
index 51a6c6bb6..0b450d838 100644
--- a/releases/1.3.0/polaris-spark-client/index.html
+++ b/releases/1.3.0/polaris-spark-client/index.html
@@ -223,7 +223,7 @@ for more details.</p><p>You can also start the connection 
by programmatically in
 </span></span><span style=display:flex><span>  <span 
style=color:#f92672>.</span>config(<span 
style=color:#e6db74>&#34;spark.sql.catalog.polaris.header.X-Iceberg-Access-Delegation&#34;</span>,
 <span style=color:#e6db74>&#39;vended-credentials&#39;</span>)
 </span></span><span style=display:flex><span>  <span 
style=color:#f92672>.</span>getOrCreate()
 </span></span></code></pre></div><p>Similar as the CLI command, make sure the 
corresponding fields are replaced correctly.</p><h3 id=create-tables-with-spark 
id=create-tables-with-spark>Create tables with Spark<a class=heading-anchor 
href=#create-tables-with-spark aria-label=Anchor>🔗</a></h3><p>After Spark is 
started, you can use it to create and access Iceberg and Delta tables, for 
example:</p><div class=highlight><pre tabindex=0 
style=color:#f8f8f2;background-color:#272822;-moz-tab-siz [...]
-</span></span><span style=display:flex><span>spark<span 
style=color:#f92672>.</span>sql(<span style=color:#e6db74>&#34;CREATE NAMESPACE 
IF NOT EXISTS DELTA_NS&#34;</span>)
+</span></span><span style=display:flex><span><span 
style=color:#960050;background-color:#1e0010>s</span>park<span 
style=color:#f92672>.</span>sql(<span style=color:#e6db74>&#34;CREATE NAMESPACE 
IF NOT EXISTS DELTA_NS&#34;</span>)
 </span></span><span style=display:flex><span>spark<span 
style=color:#f92672>.</span>sql(<span style=color:#e6db74>&#34;CREATE NAMESPACE 
IF NOT EXISTS DELTA_NS.PUBLIC&#34;</span>)
 </span></span><span style=display:flex><span>spark<span 
style=color:#f92672>.</span>sql(<span style=color:#e6db74>&#34;USE NAMESPACE 
DELTA_NS.PUBLIC&#34;</span>)
 </span></span><span style=display:flex><span>spark<span 
style=color:#f92672>.</span>sql(<span style=color:#e6db74>&#34;&#34;&#34;CREATE 
TABLE IF NOT EXISTS PEOPLE (

Reply via email to