harveyyue opened a new issue #5400:
URL: https://github.com/apache/incubator-doris/issues/5400
**Describe the bug**
Query es table failed when es index included null value
sql:
select * from test.doe_table
error:
SQL 错误 [1064] [42000]: errCode = 2, detailMessage = Expected value of type:
DATETIME; but found type: Null Type; Document source slice is : null
es index including null value :
{... "sjjbrq": null, "jbrq": null}
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]