Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
None
-
None
Description
git.commit.id.abbrev=4a4f54a
Memory Settings
DRILL_MAX_DIRECT_MEMORY="32G" DRILL_MAX_HEAP="4G"
Dataset :
{ "data" : { "col1" : { "one" : [1,2,3,4], "two" : [{"a":"b"},{"c":"d"}] } } }
The below query works fine for the above record. However if we copy the same record 100,000 times, it fails with IOOB exception
select data from `json_kvgenflatten/kvgen-complex-large.json`;
Attached the logs. Let me know if you need anything more.
Attachments
Attachments
Issue Links
- is depended upon by
-
DRILL-1810 Scalability issues with kvgen
- Closed