From f8831ce3c4c608d4662bd2179454f7992de4bea6 Mon Sep 17 00:00:00 2001 From: Joel Bernstein Date: Thu, 16 Mar 2017 14:18:43 -0400 Subject: [PATCH] Fixed typos in CHANGES.txt --- solr/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index d49b439018f..7ec0c5298e8 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -112,8 +112,8 @@ 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 +* SOLR-8593: Parallel SQL now uses Apache Calcite as its SQL framework. As part of this change + the default aggregation mode has been changed to facet rather than map_reduce. There has also been changes to the SQL aggregate response and some SQL syntax changes. Consult the documentation for full details.