Skip to content

Commit f02144d

Browse files
unideveltdcmeehan
authored andcommitted
Update 0.294 release notes about executable jars
1 parent 069cd30 commit f02144d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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>
@@ -8273,4 +8274,4 @@ <h2 id="credits"><strong>Credits</strong><a class="headerlink" href="#credits" t
82738274
<script src="../_static/copybutton.js?v=f281be69"></script>
82748275

82758276
</body>
8276-
</html>
8277+
</html>

0 commit comments

Comments
 (0)