-
Notifications
You must be signed in to change notification settings - Fork 6.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
untuple expand fields can not be accessed again #18133
Comments
Can you give us a minimal info that can reproduce this error? including how to create this table and some data |
select _ut_1 from (select untuple(tuple(1, 2))) error: Code: 8, e.displayText() = DB::Exception: Cannot find column _ut_1 in source stream (version 20.12.3.3 (official build)) |
I can indeed see this in version 21.8 LTS (was fine in previous 21.3 LTS) |
The behavior of
It is inconvenient. But I'd rather recommend not using the |
untuple expand fields can not be accessed again
The text was updated successfully, but these errors were encountered: