-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
area/doris-on-esIssues or PRs related to Doris on ElasticSearchIssues or PRs related to Doris on ElasticSearchkind/fixCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
Describe the bug
When I create an ES external and use a Boolean field, where if this field is used, the query for ES will report an error.
[42000][1064] errCode = 2, detailMessage = Failed to connect to ES server, errmsg is: The requested URL returned error: 400 Bad Request
To Reproduce
-
CREATE
EXTERNAL TABLEes_dwd_student_stat(
userIdvarchar(255) NULL COMMENT "用户id",
courseIdbigint(20) NULL COMMENT "课程id",
groupIdbigint(20) NULL COMMENT "组id",
syncedAtdatetime NULL COMMENT "同步时间",
deletedboolean NULL COMMENT "是否删除"
) ENGINE=ELASTICSEARCH -
select * from es_dwd_student_stat where deleted=true;
Expected behavior
deleted push down should be true
Version
- Version 0.13.11
Metadata
Metadata
Assignees
Labels
area/doris-on-esIssues or PRs related to Doris on ElasticSearchIssues or PRs related to Doris on ElasticSearchkind/fixCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.