----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28275/ -----------------------------------------------------------
Review request for drill, Jacques Nadeau and Mehant Baid. Repository: drill-git Description ------- Previously the flatten operator failed on datasets with repeated maps, where the maps contained non-scalar fields, this patch fixes the bug. Diffs ----- exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/flatten/FlattenRecordBatch.java 78c1c50 exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/MapVector.java d8bd525 exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/flatten/TestFlatten.java 960da65 exec/java-exec/src/test/resources/store/json/complex_repeated_map.json PRE-CREATION Diff: https://reviews.apache.org/r/28275/diff/ Testing ------- Thanks, Jason Altekruse
