-
Notifications
You must be signed in to change notification settings - Fork 4.1k
v2.0-beta.20180319: Regression in star queries #24169
Copy link
Copy link
Closed
Labels
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Description
BUG REPORT
- What did you do?
Executed the following query
select
"myblueprint"."study_industry".*
from "myblueprint"."study_industry"-
What did you expect to see?
All rows with all columns from the table. -
What did you see instead?
The following error[42703] ERROR: no data source named "myblueprint.study_industry"
This worked fine in v1.1.6 but is now broken in v2.0-beta.20180319
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.