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
If you pass a query plan with join type as "JOIN_TYPE_LEFT_SEMI", it will throw an error:
"Was not possible to convert JSON into Substrait plan:
INVALID_ARGUMENT:(relations[0].root.input.aggregate.input.project.input.join.type): invalid value "JOIN_TYPE_LEFT_SEMI" for type type.googleapis.com[/substrait.JoinRel.JoinType](http://localhost:8888/substrait.JoinRel.JoinType)"
What happens?
If you pass a query plan with join type as "JOIN_TYPE_LEFT_SEMI", it will throw an error:
To Reproduce
Have a query plan with semi-joins, for example
The latest version of DuckDB (v1.2.0) currently does not support loading substrait extension (#141).
OS:
MacOS
Substrait-Extension Version:
be71387
DuckDB Version:
1.1.3
DuckDB Client:
Python
Have you tried this on the latest
master
branch?Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
The text was updated successfully, but these errors were encountered: