wuyunfeng opened a new issue #3936: URL: https://github.com/apache/incubator-doris/issues/3936
1. Before ES 5.x request docvalue fields for `date` field, the Millisecond timestamp would returned for client, but after 6.4.0 all field which fetched from docvalue would be formatted , this also can be found Elasticsearch issue: https://github.com/elastic/elasticsearch/issues/27740, the format for date default is just `2020-06-18T12:10:30.000Z`. 2. If we index some date field with `second timestamp` , and query table with `enable_docvalue_scan` true and false, users would get inconsistent result because the different processing logic for `date`. I would trace and fix this. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org