-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
roachtest: sqlsmith cannot use tuple on datumVec of type unknown #59611
Comments
Seems related to #59148. |
Reduced repro:
I think it is the same problem as #59148, so I'll close it as a duplicate. |
Hi Yahor, I am working on #59148 and my fix doesn't solve this case. I believe it's a different problem. This is the optimizer plan, edited to keep only the relevant parts:
The plan does cast the |
Thanks, I'll take a closer look. Yeah, we definitely don't support such a cast "natively" in the vectorized engine, but we should be able to wrap a noop rowexec processor with the appropriate post-processing spec into the vectorized flow to handle such case. Possibly the root cause is the serialization issue you mentioned. |
(roachtest).sqlsmith/setup=seed/setting=no-mutations failed on master@171cc86d6d84c110197485b5d886d77cddc12399:
More
Artifacts: /sqlsmith/setup=seed/setting=no-mutations
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: