You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by th...@apache.org on 2021/07/30 14:52:46 UTC

[solr] branch main updated: Add SOLR-15570 to 8.10 section of CHANGES.txt

This is an automated email from the ASF dual-hosted git repository.

thelabdude pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 210e040  Add SOLR-15570 to 8.10 section of CHANGES.txt
210e040 is described below

commit 210e0404b14746e330f2b722ff47ba5c6ecd6e6a
Author: Timothy Potter <th...@gmail.com>
AuthorDate: Fri Jul 30 08:52:34 2021 -0600

    Add SOLR-15570 to 8.10 section of CHANGES.txt
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 3b9da07..4c0f888 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -381,6 +381,8 @@ Improvements
 
 * SOLR-15549: ZkStateReader now supports connecting to 9.0 Solr Clouds (Houston Putman)
 
+* SOLR-15570: Include fields declared in the schema in table metadata (SQL) even if they are empty (Timothy Potter)
+
 Optimizations
 ---------------------
 * SOLR-15433: Replace transient core cache LRU by Caffeine cache. (Bruno Roustant)