You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by as...@apache.org on 2023/06/03 11:47:43 UTC

[calcite-site] branch main updated: Website deployed from calcite@462f8c3b7d2a8ef554f4e9848e4b289fc1620543

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

asf-ci-deploy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 767bb7229 Website deployed from calcite@462f8c3b7d2a8ef554f4e9848e4b289fc1620543
767bb7229 is described below

commit 767bb72291fb34b16ccbfacb127496d03a8c1115
Author: snuyanzin <sn...@users.noreply.github.com>
AuthorDate: Sat Jun 3 11:47:39 2023 +0000

    Website deployed from calcite@462f8c3b7d2a8ef554f4e9848e4b289fc1620543
---
 docs/history.html | 7 +++++--
 docs/howto.html   | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/docs/history.html b/docs/history.html
index 627cc54cb..f9188f7ab 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -98,8 +98,11 @@ z.
 #### Breaking Changes
 {: #breaking-1-35-0}
 
+The way of Locale parsing changed within [<a href="https://issues.apache.org/jira/browse/CALCITE-5567">CALCITE-5567</a>]
+Now locale's language tag should match IETF BCP 47 language tag or be empty.
+
 Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
-using JDK/OpenJDK versions 8 to 18;
+using JDK/OpenJDK versions 8 to 19;
 Guava versions 16.0.1 to 31.1-jre;
 other software versions as specified in gradle.properties.
 
@@ -126,7 +129,7 @@ other software versions as specified in gradle.properties.
 contains contributions from 18 contributors, and resolves 34 issues. It’s worth highlighting the
 introduction of QUALIFY clause ([<a href="https://issues.apache.org/jira/browse/CALCITE-5268">CALCITE-5268</a>]),
 which facilitates filtering the results of window functions. Among other improvements and fixes, it
-adds roughly 15 new functions in BigQuery library for handling dates, times, and timestamps, and 
+adds roughly 15 new functions in BigQuery library for handling dates, times, and timestamps, and
 provides a fix ([<a href="https://issues.apache.org/jira/browse/CALCITE-5522">CALCITE-5522</a>])
 for a small breaking change in <code class="language-plaintext highlighter-rouge">DATE_TRUNC</code> function
 ([<a href="https://issues.apache.org/jira/browse/CALCITE-5447">CALCITE-5447</a>]), which was
diff --git a/docs/howto.html b/docs/howto.html
index e49ab4370..0b2a3307e 100644
--- a/docs/howto.html
+++ b/docs/howto.html
@@ -155,8 +155,8 @@ adapters.</p>
 
 <h2 id="building-from-a-source-distribution">Building from a source distribution</h2>
 
-<p>Prerequisite is Java (JDK 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 or 18)
-and Gradle (version 7.4.2) on your path.</p>
+<p>Prerequisite is Java (JDK 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 or 19)
+and Gradle (version 7.6.1) on your path.</p>
 
 <p>Unpack the source distribution <code class="language-plaintext highlighter-rouge">.tar.gz</code> file,
 <code class="language-plaintext highlighter-rouge">cd</code> to the root directory of the unpacked source,
@@ -173,7 +173,7 @@ tests  (but you should use the <code class="language-plaintext highlighter-rouge
 <h2 id="building-from-git">Building from Git</h2>
 
 <p>Prerequisites are git
-and Java (JDK 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 or 18) on your path.</p>
+and Java (JDK 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 or 19) on your path.</p>
 
 <p>Create a local copy of the GitHub repository,
 <code class="language-plaintext highlighter-rouge">cd</code> to its root directory,