Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
@90c12c8
Take the dataset
Running the following:
select name, attributes from dfs.`local`.`yelp-business-small.json` where business_id='RgDg-k9S5YD_BaxMckifkg'
reads:
query result
name | attributes
Chang Jiang Chinese Kitchen | {"Take-out":true,"Good For":{}}
while original record has
{"business_id": "RgDg-k9S5YD_BaxMckifkg" ... "attributes": {"Take-out": true, "Has TV": false, "Outdoor Seating": false, "Attire": "casual"}...}
Attachments
Issue Links
- relates to
-
DRILL-1743 IndexOutOfBoundsException when reading the publicly available yelp jsongit.commit.id.abbrev=108d29f dataset
- Closed