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

Bug: Shell is not correctly printing result when TableFunction::rewriteFunc is applied #4620

Open
ray6080 opened this issue Dec 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ray6080
Copy link
Contributor

ray6080 commented Dec 11, 2024

Kùzu version

No response

What operating system are you using?

No response

What happened?

When TableFunction::rewriteFunc is registered, the table function will run statements returned from rewriteFunc first. Thus the query turns into a multiple statements query. The shell is not printing the expected query result, instead the last one from rewritten statements. I encountered this with CALL CREATE_HNSW_INDEX, but it should apply to CALL CREATE_FTS_INDEX as well.

Are there known steps to reproduce?

No response

@ray6080 ray6080 added the bug Something isn't working label Dec 11, 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