You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2018/10/08 17:05:45 UTC

lucene-solr:master: SOLR-12749: Update CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/master 6a702ee16 -> df07a43b5


SOLR-12749: 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/df07a43b
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/df07a43b
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/df07a43b

Branch: refs/heads/master
Commit: df07a43b56ee42f01d2af6d6357f2fd9a7d03aa2
Parents: 6a702ee
Author: Joel Bernstein <jb...@apache.org>
Authored: Mon Oct 8 13:05:26 2018 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Mon Oct 8 13:05:26 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/df07a43b/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index ac93a63..a760f5e 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -436,6 +436,8 @@ Bug Fixes
 
 * SOLR-12765: Incorrect format of JMX cache stats. (Bojan Smid, ab)
 
+* SOLR-12749: timeseries() expression missing sum() results for empty buckets (Joel Bernstein)
+
 Optimizations
 ----------------------