Skip to content

[ad-hoc] fda queries do not produce results with multiple columns with the same name #4218

@mihaibudiu

Description

@mihaibudiu
CREATE TABLE T(x INT, y INT) with ('materialized' = 'true');
CREATE TABLE S(x INT, y INT) with ('materialized' = 'true');

Following query in FDA shows only one column:

SELECT T.x, S.x FROM T, S WHERE T.y = S.y

Image

Metadata

Metadata

Labels

adhocIssue related to ad hoc query processingduplicateThis issue or pull request already existshigh priorityTask should be tackled first, added in the current sprint if necessaryuser-reportedReported by a user or customer

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions