Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.20.2
-
None
-
None
Description
The query
select tbl.object['info_abc'] from dfs.tmp.`foo.json` tbl;
works on a foo.json containing
{"object": {"id": 123, "info_abc": "foo"}}
but the query
select tbl.object['info.abc'] from dfs.tmp.`foo.json` tbl;
does not work on a foo.json containing
{"object": {"id": 123, "info.abc": "foo"}}