Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We currently fail to flatten the following data, the issue is the repeated list nested inside of the map, this is not being copied properly during the flatten operation.
{
r_map_3 : [
,
{ "d" : [ [1010] ] } ]
}
Attachments
Attachments
Issue Links
- relates to
-
DRILL-1673 Flatten function can not work well with nested arrays.
- Resolved