hyrise / hyrise-v1

HYRISE In-Memory Hybrid Storage Engine (archived, now developed in hyrise/hyrise repo)
https://github.com/hyrise/hyrise
MIT License
89 stars 44 forks source link

CompoundIndexScan throws misleading error message #414

Closed Bensk1 closed 9 years ago

Bensk1 commented 9 years ago

When calling the CompoundIndexScan only with an index on the main partition and a value for one of its predicates which is not in the dictionary it fails with the message "Please add at least one index first". Which is both, misleading and unnecessary.