Parameterized query causes storaged crash #4877
Labels
affects/none
PR/issue: this bug affects none version.
need info
Solution: need more information (ex. can't reproduce)
process/done
Process of bug
severity/blocker
Severity of bug
type/bug
Type: something is unexpected
Milestone
Please check the FAQ documentation before raising an issue
Describe the bug (required)
Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
How To Reproduce(required)
Steps to reproduce the behavior:
schema:
console commands
Storage log:
storage coredump
The crash is caused by an
kAttribute
expression sent to storage, which was checked inExprVisitorBase.h:71
.Expected behavior
Return 1 row as the result
Additional context
The text was updated successfully, but these errors were encountered: