SQL queries that return duplicate column names crash the viewer
Open
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
I ran into this when doing a `select * from A join B on a.column = b.column`. This returns a result set with two columns sharing the same name. Most SQL UIs will display the two columns with a warning about ambiguity in the names, but Beaker's viewer doesn't display anything OR show an error message.
This sounds like it could be related to #7133
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.