-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
sql: panic: expected *DString, found *tree.DTuple #40440
Comments
Extra reductions that would have helped here:
|
The
|
|
This query is now giving:
|
This issue appears to be fixed by #40472. The query executes successfully with that PR. Once it merges, should I mark this as fixed? Or is the original issue still a problem? |
With the fix from #40472, the plan is reduced to:
|
Yes, we can mark this as fixed by that. |
The text was updated successfully, but these errors were encountered: