Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: bring back STATIC_FILTERED selection vector #4663

Open
andyfengHKU opened this issue Dec 21, 2024 · 0 comments
Open

Feature: bring back STATIC_FILTERED selection vector #4663

andyfengHKU opened this issue Dec 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@andyfengHKU
Copy link
Contributor

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

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

@andyfengHKU andyfengHKU added the bug Something isn't working label Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant