Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0
Description
On the documentation page JSON Data Model - Apache Drill (http://drill.apache.org/docs/json-data-model/), in the example "Flatten and Generate Key Values for Complex JSON", the output shown doesn't match the data presented right above it.
I.e. the output of "SELECT * FROM dfs.`/Users/drilluser/ticket_sales.json`;" shows keys like "NY", "PA", "TX" and "UT" which don't appear in the JSON input.
I can't find the actual ticket_sales.json anywhere either.