Skip to content

sql result is wrong when column type in doris is inconsistent with es #3287

Description

@BabySid

e.g.
columnA in ES is 'keyword' (value is "0")
but in doris, it's bigint

select columnA from table; ==> return 48

we want 0 instead of 48.

refer @blackfox1983

p.s. Root cause has been found, and further design is discussing offline.
I'll sync up later

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

area/doris-on-esIssues or PRs related to Doris on ElasticSearchkind/fixCategorizes issue or PR as related to a bug.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions