You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/06/24 07:22:04 UTC

[GitHub] [incubator-doris] wuyunfeng opened a new issue #3936: [Doris On ES] Error handling for date field with docvalue after ES6.4 and inconsistent result for source and docvalue

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] wuyunfeng closed issue #3936: [Doris On ES] [Bug] Error handling for date field with docvalue and inconsistent result for source and docvalue

Posted by GitBox <gi...@apache.org>.
wuyunfeng closed issue #3936:
URL: https://github.com/apache/incubator-doris/issues/3936


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org