Support for WHERE NOT IN () with DuckDB #5911
BlazeFace
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
While testing queries using the vortex extension I am getting a panic when using "WHERE NOT IN ()". While using "WHERE IN ()" is working.
The error message reports the feature is not implemented so this may just be not supported yet. Since the WHERE IN feature is enabled I wanted to confirm this was actually not implemented yet.
Thanks!
Steps:
The following stack trace is printed and DuckDB crashes
thread '<unnamed>' (725647) panicked at vortex-duckdb/src/convert/expr.rs:135:18: not yet implemented: operator DUCKDB_VX_EXPR_TYPE_COMPARE_NOT_IN note: run withRUST_BACKTRACE=1environment variable to display a backtrace fatal runtime error: failed to initiate panic, error 5, aborting fish: Job 1, 'duckdb' terminated by signal SIGABRT (Abort)Beta Was this translation helpful? Give feedback.
All reactions