You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ih...@apache.org on 2019/09/26 16:04:55 UTC

[drill] branch master updated (8a1fd5b -> 9c0ad9c)

This is an automated email from the ASF dual-hosted git repository.

ihuzenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.


    from 8a1fd5b  DRILL-7252: Read Hive map using Dict<K,V> vector
     add 9c0ad9c  DRILL-7380: Query of a field inside of an array of structs returns null

No new revisions were added by this update.

Summary of changes:
 .../exec/hive/complex_types/TestHiveArrays.java    |  42 +++++-
 .../exec/hive/complex_types/TestHiveStructs.java   | 105 ++++++++++++-
 .../resources/complex_types/struct/struct_tbl.json |   6 +-
 .../drill/exec/planner/common/DrillRelOptUtil.java |   8 +
 .../exec/store/parquet2/DrillParquetReader.java    | 162 +++++++++++++--------
 .../drill/common/expression/PathSegment.java       |  16 +-
 .../apache/drill/common/expression/SchemaPath.java |  21 +--
 7 files changed, 277 insertions(+), 83 deletions(-)