Skip to content

query will failed when where predicate has string field #1710

@kangpinghuang

Description

@kangpinghuang

the result of sql
select * from baseall where k6='true' order by k6;

is different from query:
select * from baseall order by k6;
for k6='true' records' num.

Metadata

Metadata

Assignees

Labels

area/storageIssues or PRs related to storage enginekind/fixCategorizes issue or PR as related to a bug.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions