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
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
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?
When
TableFunction::rewriteFunc
is registered, the table function will run statements returned fromrewriteFunc
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 withCALL CREATE_HNSW_INDEX
, but it should apply toCALL CREATE_FTS_INDEX
as well.Are there known steps to reproduce?
No response
The text was updated successfully, but these errors were encountered: