You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In many places in our code base, we have the following logic
if isUnfiltered
setToMutableBuffer
updateBuffer
After introducing STATIC_FILTERED, if a selection vector is annotated with STATIC_FILTERED, we will skip the setToMutableBuffer and directly update the buffer causing segmentation fault.
I'm temporarily removing STATIC_FILTERED and we should bring it back in a safer way.
Are there known steps to reproduce?
No response
The text was updated successfully, but these errors were encountered:
Kùzu version
No response
What operating system are you using?
No response
What happened?
In many places in our code base, we have the following logic
After introducing STATIC_FILTERED, if a selection vector is annotated with STATIC_FILTERED, we will skip the
setToMutableBuffer
and directly update the buffer causing segmentation fault.I'm temporarily removing STATIC_FILTERED and we should bring it back in a safer way.
Are there known steps to reproduce?
No response
The text was updated successfully, but these errors were encountered: