You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/03/23 11:49:58 UTC

[11/46] lucene-solr:jira/solr-9959: SOLR-10254, 10085: Update CHANGES.txt

SOLR-10254, 10085: Update CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/3d81a9c8
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3d81a9c8
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3d81a9c8

Branch: refs/heads/jira/solr-9959
Commit: 3d81a9c8e72c396503bde41e1b53a090822fbec7
Parents: 17cc3e7
Author: Joel Bernstein <jb...@apache.org>
Authored: Thu Mar 16 13:54:25 2017 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Thu Mar 16 13:54:25 2017 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3d81a9c8/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2d4ce6c..6ffb93f 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -100,6 +100,7 @@ Velocity 1.7 and Velocity Tools 2.0
 Apache UIMA 2.3.1
 Apache ZooKeeper 3.4.6
 Jetty 9.3.14.v20161028
+Apache Calcite 1.11.0
 
 Detailed Change List
 ----------------------
@@ -111,6 +112,11 @@ Upgrade Notes
   number of requests. New Codahale Metrics implementation applies exponential decay to this value,
   which heavily biases the average towards the last 5 minutes. (ab)
 
+* SOLR-8593: Parallel SQL now uses Apache Calcite as it's SQL framework. As part of this change
+  the default aggregation mode has been changed to facet rather map_reduce. There has also beeen changes
+  to the SQL aggregate response and some SQL syntax changes. Consult the documentation for full details.
+
+
 New Features
 ----------------------
 
@@ -187,6 +193,10 @@ New Features
 
 * SOLR-10046: Add UninvertDocValuesMergePolicyFactory class. (Keith Laban, Christine Poerschke)
 
+* SOLR-10085: SQL result set fields should be ordered by the field list (Joel Bernstein)
+
+* SOLR-10254: significantTerms Streaming Expression should work in non-SolrCloud mode (Joel Bernstein)
+
 Bug Fixes
 ----------------------