Skip to content

Commit

Permalink
Deployed universe update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 7, 2024
1 parent 3202fd5 commit f8d4f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator>
<link href="https://docs.starburst.io/blog/feed.xml" rel="self" type="application/atom+xml" />
<link href="https://docs.starburst.io/blog/" rel="alternate" type="text/html" />
<updated>2024-11-04T10:29:18-06:00</updated>
<updated>2024-11-07T12:32:31-06:00</updated>
<id>https://docs.starburst.io/blog/feed.xml</id>

<title>Starburst developer blog</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,7 @@ <h2 id="specify-iceberg-format">
</code></pre></div></div>

<p>Specify the file format of table data files with an additional <code class="language-plaintext highlighter-rouge">format</code> property
with value either <code class="language-plaintext highlighter-rouge">parquet</code> or <code class="language-plaintext highlighter-rouge">orc</code>, defaulting to <code class="language-plaintext highlighter-rouge">orc</code>:</p>
with value either <code class="language-plaintext highlighter-rouge">parquet</code> or <code class="language-plaintext highlighter-rouge">orc</code>, defaulting to <code class="language-plaintext highlighter-rouge">parquet</code>:</p>

<div class="language-sql highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="k">WITH</span> <span class="p">(</span><span class="k">type</span><span class="o">=</span><span class="s1">'iceberg'</span><span class="p">,</span>
<span class="n">format</span><span class="o">=</span><span class="s1">'parquet'</span><span class="p">);</span>
Expand Down

0 comments on commit f8d4f56

Please sign in to comment.