Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
git.commit.id.abbrev=98b208e
Below is a simple json record which contains arrays holding different types of values
{"coordinates": [168.01,5]}
Query :
select * from `repeated_hetrogeneous_types.json`; Query failed: Screen received stop request sent. Needed to be in state INIT or IN_BIGINT but in mode IN_FLOAT8
When I tried adding a string to the above json array, the error message from sqlline was even wierder.
Manually debugging this is challenging as we have to nail it down to the specific record which is failing
Attachments
Issue Links
- supercedes
-
DRILL-1245 Drill should pinpoint to the "Problem Record" when it fails to parse a json file
- Closed