Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

unreadable error message in LOOKUP statement #1142

Closed
HarrisChu opened this issue Jun 16, 2021 · 2 comments · Fixed by #1188
Closed

unreadable error message in LOOKUP statement #1142

HarrisChu opened this issue Jun 16, 2021 · 2 comments · Fixed by #1188
Labels
bug Type: something is unexpected low-pri Priority: low

Comments

@HarrisChu
Copy link
Contributor

(root@nebula) [nba]> LOOKUP ON player where player.age > 10 or ( player.age > 5 and player.age < 20)
[ERROR (-8)]: NotSupported: Condition not support yet : %sRange scan for bool type is illegalData type error of field : %sIndex Scan plan node errorNo index was foundFilter not support yet : %sNo valid index foundPlan node dependencies errorOptimizer erN6nebula3opt13IndexScanRuleE�ʔp9/�3/�9/c

Tue, 15 Jun 2021 16:51:38 CST

Lookup doesn't support the condition, but the error message is unreadable.

@HarrisChu HarrisChu added bug Type: something is unexpected low-pri Priority: low labels Jun 16, 2021
@yixinglu
Copy link
Contributor

yixinglu commented Jun 16, 2021

related to #1039 and #867

Try to fix it in #1061

@HarrisChu
Copy link
Contributor Author

#1121

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Type: something is unexpected low-pri Priority: low
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants