forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Advise against dates with decimal points (backport of elastic#71578)
We accept dates with a decimal point like `2113413.13241324` and parse them *somehow*. But there are cases where we'll lose precision on those dates, see elastic#70085. This advises folks not to use that format. We'll continue to accept those dates for backwards compatibility but you should avoid using them. Co-authored-by: Adrien Grand <[email protected]>
- Loading branch information
Showing
2 changed files
with
83 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters