You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jc...@apache.org on 2016/10/07 10:11:10 UTC

[1/2] calcite git commit: [CALCITE-1420] Allow Calcite JDBC Driver minor version to be greater than 9 [Forced Update!]

Repository: calcite
Updated Branches:
  refs/heads/branch-1.10 2f2f96053 -> f8d872290 (forced update)


[CALCITE-1420] Allow Calcite JDBC Driver minor version to be greater than 9


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/c7e0ff2e
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/c7e0ff2e
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/c7e0ff2e

Branch: refs/heads/branch-1.10
Commit: c7e0ff2e0853206b06650dd331a08ac4b3282540
Parents: 5997849
Author: Jesus Camacho Rodriguez <jc...@apache.org>
Authored: Fri Oct 7 11:08:28 2016 +0100
Committer: Jesus Camacho Rodriguez <jc...@apache.org>
Committed: Fri Oct 7 11:08:28 2016 +0100

----------------------------------------------------------------------
 core/src/test/java/org/apache/calcite/test/JdbcTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/c7e0ff2e/core/src/test/java/org/apache/calcite/test/JdbcTest.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/calcite/test/JdbcTest.java b/core/src/test/java/org/apache/calcite/test/JdbcTest.java
index bc60555..a33c1af 100644
--- a/core/src/test/java/org/apache/calcite/test/JdbcTest.java
+++ b/core/src/test/java/org/apache/calcite/test/JdbcTest.java
@@ -1031,7 +1031,7 @@ public class JdbcTest {
     final int driverMajor = metaData.getDriverMajorVersion();
     final int driverMinor = metaData.getDriverMinorVersion();
     assertEquals(1, driverMajor);
-    assertTrue(driverMinor >= 0 && driverMinor < 10);
+    assertTrue(driverMinor >= 0 && driverMinor < 20);
 
     assertEquals("Calcite", metaData.getDatabaseProductName());
     final String databaseVersion =


[2/2] calcite git commit: Release notes

Posted by jc...@apache.org.
Release notes


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/f8d87229
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/f8d87229
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/f8d87229

Branch: refs/heads/branch-1.10
Commit: f8d872290f3aeb6c99543472bcfc827a6a217369
Parents: c7e0ff2
Author: Jesus Camacho Rodriguez <jc...@apache.org>
Authored: Fri Oct 7 11:11:01 2016 +0100
Committer: Jesus Camacho Rodriguez <jc...@apache.org>
Committed: Fri Oct 7 11:11:01 2016 +0100

----------------------------------------------------------------------
 README                |  2 +-
 pom.xml               |  2 +-
 site/_docs/history.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++
 site/_docs/howto.md   |  4 ++--
 4 files changed, 56 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/f8d87229/README
----------------------------------------------------------------------
diff --git a/README b/README
index 89fc91b..2f834cb 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Apache Calcite release 1.9.0
+Apache Calcite release 1.10.0
 
 This is a source or binary distribution of Apache Calcite.
 

http://git-wip-us.apache.org/repos/asf/calcite/blob/f8d87229/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 58a4a4b..02fa963 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@ limitations under the License.
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <top.dir>${project.basedir}</top.dir>
     <version.major>1</version.major>
-    <version.minor>9</version.minor>
+    <version.minor>10</version.minor>
 
     <!-- This list is in alphabetical order. -->
     <airlift-tpch.version>0.1</airlift-tpch.version>

http://git-wip-us.apache.org/repos/asf/calcite/blob/f8d87229/site/_docs/history.md
----------------------------------------------------------------------
diff --git a/site/_docs/history.md b/site/_docs/history.md
index 88dad2d..fd7dd4c 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -28,6 +28,58 @@ For a full list of releases, see
 Downloads are available on the
 [downloads page]({{ site.baseurl }}/downloads/).
 
+## <a href="https://github.com/apache/calcite/releases/tag/calcite-1.10.0">1.10.0</a> / 2016-10-07
+{: #v1-10-0}
+
+This release comes shortly after 1.9.0. It includes mainly bug fixes for the core and
+Druid adapter. For the latest, we fixed an
+<a href="https://issues.apache.org/jira/browse/CALCITE-1403">important issue</a> that
+prevented us from handling consistently time dimensions in different time zones.
+
+Compatibility: This release is tested
+on Linux, Mac OS X, Microsoft Windows;
+using Oracle JDK 1.7, 1.8;
+Guava versions 14.0 to 19.0;
+Druid version 0.9.1.1;
+other software versions as specified in `pom.xml`.
+
+New Feature
+
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1374">CALCITE-1374</a>]
+  Support operator `!=` as an alternative to `<>`
+
+Bug fixes, API changes and minor enhancements
+
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1378">CALCITE-1378</a>]
+  `ArrayIndexOutOfBoundsException` in sql-to-rel conversion for two-level columns
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1379">CALCITE-1379</a>]
+  When expanding `STAR`, expand sub-fields in `RecordType` columns of `StructKind.PEEK_FIELDS` and `StructKind.PEEK_FIELDS_DEFAULT`
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1381">CALCITE-1381</a>]
+  Function quantifier should be retained in a cloned Sql call (zhengdong)
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1386">CALCITE-1386</a>]
+  `ITEM` operator ignores the value type of the collection, assigns to Object variable (Jungtaek Lim)
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1392">CALCITE-1392</a>]
+  Druid default time column not properly recognized
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1394">CALCITE-1394</a>]
+  Using `CoreMatchers.containsString` causes javadoc errors
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1396">CALCITE-1396</a>]
+  `isDeterministic` only explores top `RexCall`
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1397">CALCITE-1397</a>]
+  `ClassCastException` in `FilterReduceExpressionsRule`
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1398">CALCITE-1398</a>]
+  Change visibility of `RelFieldTrimmer` utility methods
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1400">CALCITE-1400</a>]
+  `AggregatePullUpConstantsRule` might adjust aggregation function parameters indices wrongly
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1403">CALCITE-1403</a>]
+  `DruidAdapterIT` broken
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1420">CALCITE-1420</a>]
+  Allow Calcite JDBC Driver minor version to be greater than 9
+
+Web site and documentation
+
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1393">CALCITE-1393</a>]
+  Exclude packages `org.apache.calcite.benchmarks.generated`, `org.openjdk.jmh` from javadoc
+
 ## <a href="https://github.com/apache/calcite/releases/tag/calcite-1.9.0">1.9.0</a> / 2016-09-22
 {: #v1-9-0}
 

http://git-wip-us.apache.org/repos/asf/calcite/blob/f8d87229/site/_docs/howto.md
----------------------------------------------------------------------
diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index c8bd3b3..f47b520 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -39,8 +39,8 @@ Unpack the source distribution `.tar.gz` or `.zip` file,
 then build using maven:
 
 {% highlight bash %}
-$ tar xvfz calcite-1.9.0-source.tar.gz
-$ cd calcite-1.9.0
+$ tar xvfz calcite-1.10.0-source.tar.gz
+$ cd calcite-1.10.0
 $ mvn install
 {% endhighlight %}