Skip to content

Commit fc13456

Browse files
committed
Update 0.294 release notes about executable jars
1 parent 069cd30 commit fc13456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/static/docs/0.294/release/release-0.294.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8088,6 +8088,7 @@ <h2 id="highlights"><strong>Highlights</strong><a class="headerlink" href="#high
80888088
<li><p>Add mixed case support for schema and table names. <a class="reference external" href="https://github.com/prestodb/presto/pull/24551">#24551</a></p></li>
80898089
<li><p>Add case-sensitive support for column names. It can be enabled for JDBC based connector by setting <code class="docutils literal notranslate"><span class="pre">case-sensitive-name-matching=true</span></code> at the catalog level. <a class="reference external" href="https://github.com/prestodb/presto/pull/24983">#24983</a></p></li>
80908090
<li><p>Update <code class="docutils literal notranslate"><span class="pre">presto-plan-checker-router-plugin</span> <span class="pre">router</span></code> plugin to use <code class="docutils literal notranslate"><span class="pre">EXPLAIN</span> <span class="pre">(TYPE</span> <span class="pre">VALIDATE)</span></code> in place of <code class="docutils literal notranslate"><span class="pre">EXPLAIN</span> <span class="pre">(TYPE</span> <span class="pre">DISTRIBUTED)</span></code>, enabling faster routing of queries to either native or Java clusters. <a class="reference external" href="https://github.com/prestodb/presto/pull/25545">#25545</a></p></li>
8091+
<li><p>From release 0.294, due to maven central publishing limitations, executable jar files including <code class="docutils literal notranslate"><span class="pre">presto-cli</span></code>, <code class="docutils literal notranslate"><span class="pre">presto-benchmark-driver</span></code>, and <code class="docutils literal notranslate"><span class="pre">presto-test-server-launcher</span></code> are no longer published on maven central repository. These jars can now be found on the <a class="reference external" href="https://github.com/prestodb/presto/releases/tag/0.294">presto github release page</a>.</p></li>
80918092
</ul>
80928093
<h2 id="details"><strong>Details</strong><a class="headerlink" href="#details" title="Link to this heading"></a></h2>
80938094
<h3 id="general-changes">General Changes<a class="headerlink" href="#general-changes" title="Link to this heading"></a></h3>

0 commit comments

Comments
 (0)