Skip to content
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

[Bug]: Can't select column if mapping was used #9300

Closed
ea-rus opened this issue Jun 6, 2024 · 0 comments · Fixed by #9323
Closed

[Bug]: Can't select column if mapping was used #9300

ea-rus opened this issue Jun 6, 2024 · 0 comments · Fixed by #9323
Labels
bug Something isn't working

Comments

@ea-rus
Copy link
Contributor

ea-rus commented Jun 6, 2024

Short description of current behavior

Column which was used in mapping can't be used in projection.
For example for this query, column t.review was mapped to m.comment

    select t.review, m.* from example_db.amazon_reviews t
    join sentiment_classifier m on t.review = m.comment
    limit 1

and result of the query will be the error:
Table not found for column: ('t', 'review')

Video or screenshots

image

Expected behavior

Result without error

How to reproduce the error

No response

Anything else?

No response

@ea-rus ea-rus added the bug Something isn't working label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant