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

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


    from f3f7dbd  DRILL-7292: Remove V1 and V2 text readers
     new ddc2c02  DRILL-7268: Read Hive array with parquet native reader
     new d108677  DRILL-7297: Query hangs in planning stage when Error is thrown
     new 205e028  DRILL-7302: Bump Apache Avro to 1.9.0

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../drill/exec/store/hive/HiveUtilities.java       |    3 +-
 .../exec/hive/complex_types/TestHiveArrays.java    | 1439 ++++++++------------
 .../resourcemgr/config/selectors/AclSelector.java  |    2 +-
 .../config/selectors/NotEqualSelector.java         |    2 +-
 .../store/parquet2/DrillParquetGroupConverter.java |  349 +++--
 .../exec/store/parquet2/DrillParquetReader.java    |   30 +-
 .../parquet2/DrillParquetRecordMaterializer.java   |    2 +-
 .../apache/drill/exec/work/foreman/Foreman.java    |    8 +-
 .../java/org/apache/drill/TestFunctionsQuery.java  |    8 +
 .../exec/fn/impl/testing/CustomErrorFunction.java} |   29 +-
 .../impl/join/TestLateralJoinCorrectness.java      |    2 +-
 .../TestLateralJoinCorrectnessBatchProcessing.java |    2 +-
 .../exec/physical/impl/scan/ScanTestUtils.java     |    2 +-
 .../store/parquet2/TestDrillParquetReader.java     |  855 ++++++++++++
 .../test/resources/parquet2/hive_arrays_p.parquet  |  Bin 0 -> 14270 bytes
 pom.xml                                            |    2 +-
 16 files changed, 1697 insertions(+), 1038 deletions(-)
 copy exec/java-exec/src/{main/java/org/apache/drill/exec/expr/fn/impl/Not.java 
=> test/java/org/apache/drill/exec/fn/impl/testing/CustomErrorFunction.java} 
(65%)
 create mode 100755 
exec/java-exec/src/test/resources/parquet2/hive_arrays_p.parquet

Reply via email to