You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2016/03/09 03:18:15 UTC

calcite git commit: Missed a few commits in avatica-server and avatica-metrics

Repository: calcite
Updated Branches:
  refs/heads/branch-avatica-1.7 71c87d7f4 -> 18c7dfff8


Missed a few commits in avatica-server and avatica-metrics


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

Branch: refs/heads/branch-avatica-1.7
Commit: 18c7dfff8bc17d097438309e879aeb3a705c1912
Parents: 71c87d7
Author: Julian Hyde <jh...@apache.org>
Authored: Tue Mar 8 18:17:36 2016 -0800
Committer: Julian Hyde <jh...@apache.org>
Committed: Tue Mar 8 18:17:36 2016 -0800

----------------------------------------------------------------------
 avatica/site/_docs/history.md | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/18c7dfff/avatica/site/_docs/history.md
----------------------------------------------------------------------
diff --git a/avatica/site/_docs/history.md b/avatica/site/_docs/history.md
index a952255..0a92bcd 100644
--- a/avatica/site/_docs/history.md
+++ b/avatica/site/_docs/history.md
@@ -66,6 +66,8 @@ Features and bug fixes
   Detach avatica from the core calcite Maven project
 * [<a href="https://issues.apache.org/jira/browse/CALCITE-1117">CALCITE-1117</a>]
   Default to a `commons-httpclient` implementation
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1118">CALCITE-1118</a>]
+  Add a noop-JDBC driver for testing Avatica server
 * [<a href="https://issues.apache.org/jira/browse/CALCITE-1119">CALCITE-1119</a>]
   Additional metrics instrumentation for request processing
 * [<a href="https://issues.apache.org/jira/browse/CALCITE-1094">CALCITE-1094</a>]
@@ -78,6 +80,8 @@ Features and bug fixes
   Avoid sending `Signature` on `Execute` for updates
 * [<a href="https://issues.apache.org/jira/browse/CALCITE-1031">CALCITE-1031</a>]
   In prepared statement, `CsvScannableTable.scan` is called twice
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1085">CALCITE-1085</a>]
+  Use a `NoopContext` singleton in `NoopTimer`
 * [<a href="https://issues.apache.org/jira/browse/CALCITE-642">CALCITE-642</a>]
   Add an avatica-metrics API
 * [<a href="https://issues.apache.org/jira/browse/CALCITE-1071">CALCITE-1071</a>]
@@ -86,6 +90,8 @@ Features and bug fixes
   Mass removal of Java Logging for SLF4J
 * [<a href="https://issues.apache.org/jira/browse/CALCITE-1067">CALCITE-1067</a>]
   Test failures due to clashing temporary table names
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-999">CALCITE-999</a>]
+  Clean up maven POM files
 
 Web site and documentation