-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.11.0
-
Component/s: Planner/Optimizer
-
Labels:None
See the title.
You can reproduce as follows:
default> CREATE EXTERNAL TABLE json_test ( id TEXT, type TEXT, url TEXT, actor RECORD ( id bigint, login text ), payload RECORD ( push_id bigint, commits RECORD ( message text, url text ) ), public BOOLEAN, created_at text ) USING JSON LOCATION 'path' ; default> default> select type, payload.commits.message as msg from gh_json_test limit 3; ERROR: column 'payload.commits.message' does not exist