-
Notifications
You must be signed in to change notification settings - Fork 25.9k
7.9 not allowing null_value in date type #61712
Copy link
Copy link
Closed
Labels
:Data Management/Indices APIsDO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.DO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.:Search Foundations/MappingIndex mappings, including merging and defining field typesIndex mappings, including merging and defining field types>bugTeam:Data Management (obsolete)DO NOT USE. This team no longer exists.DO NOT USE. This team no longer exists.Team:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearchv7.9.0
Metadata
Metadata
Assignees
Labels
:Data Management/Indices APIsDO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.DO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.:Search Foundations/MappingIndex mappings, including merging and defining field typesIndex mappings, including merging and defining field types>bugTeam:Data Management (obsolete)DO NOT USE. This team no longer exists.DO NOT USE. This team no longer exists.Team:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearchv7.9.0
Type
Fields
Give feedbackNo fields configured for issues without a type.
Elasticsearch version (
bin/elasticsearch --version): 7.9.0Plugins installed: []
JVM version (
java -version):OS version (
uname -aif on a Unix-like system):Description of the problem including expected versus actual behavior:
Steps to reproduce:
Before 7.9.0,
null_valuecould be used when defining a date:Output:
In 7.9.0, using the same PUT command, we get an error:
Using
null_valuewith a keyword as shown in the documentation does work.Provide logs (if relevant):