-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
meterialize: Getting 'unexpected error' when making a workflow with sql join query #14749
Comments
Thanks, @Amila-Rukshan ! As discussed in Slack, this is because the query is using some unsupported expressions -- a JOIN. So I think the real bug/issue here is that:
We can use this issue for those items. |
Here are some things we have had to workaround in the past. I haven't tested all of them with all the latest versions, so some of them might be possible now:
|
In the draft PR, the error message is now:
@Amila-Rukshan what do you think of that? And FWIW, this slimmed down query worked fine:
|
@mattlord, The message is now clearer on what's going on. |
Overview of the Issue
I have a Vitess setup running on a local k8s setup. It's simple, no shards. I have two tables
car
andbooking
.I have a simple join between the above two tables and it just works fine when executing as a SQL query via a client.
when I try to materialize it shows the workflow status message as an unexpected error.
Reproduction Steps
But I got a workflow message saying some issue in the query:
This is the command I used:
Schemas used:
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: