This is an automated email from the ASF dual-hosted git repository.
timothyfarkas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from 2427aa0 DRILL-6476: Generate explain plan which shows relation between Lateral and
the corresponding Unnest.
new 544a7a0 DRILL-6488 - change instances of "template inline" to just "template"
new 98dbc3a DRILL-6474: Don't use TopN when order by and offset are used without a limit
specified.
new ac8e698 DRILL-6353: Upgrade Parquet MR dependencies
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:
.../client/src/include/drill/drillClient.hpp | 70 ++++++++++----------
contrib/storage-hive/hive-exec-shade/pom.xml | 25 +++++--
exec/java-exec/pom.xml | 75 ---------------------
.../exec/expr/stat/ParquetComparisonPredicate.java | 14 ++--
.../drill/exec/expr/stat/ParquetIsPredicate.java | 9 +--
.../exec/expr/stat/ParquetPredicatesHelper.java | 4 +-
.../exec/planner/physical/PushLimitToTopN.java | 21 ++++--
.../parquet/AbstractParquetScanBatchCreator.java | 14 +++-
.../drill/exec/store/parquet/ColumnDataReader.java | 9 +--
.../drill/exec/store/parquet/FooterGatherer.java | 4 +-
.../parquet/ParquetDirectByteBufferAllocator.java | 76 ++++++----------------
.../exec/store/parquet/ParquetRecordWriter.java | 13 +++-
.../store/parquet/columnreaders/PageReader.java | 51 +++++++++------
.../columnreaders/VarLenBulkPageReader.java | 17 ++---
.../columnreaders/VarLenColumnBulkInput.java | 4 +-
.../exec/store/parquet/metadata/Metadata.java | 16 ++++-
.../filereader/BufferedDirectBufInputStream.java | 8 +--
.../exec/util/filereader/DirectBufInputStream.java | 11 +++-
.../parquet/hadoop/ColumnChunkIncReadStore.java | 39 ++++++-----
.../hadoop/ParquetColumnChunkPageWriteStore.java | 10 +--
.../physical/impl/limit/TestLimitOperator.java | 23 +++++++
.../physical/impl/limit/TestLimitPlanning.java} | 23 +++----
.../store/parquet/TestParquetMetadataCache.java | 4 ++
.../org/apache/drill/test/DrillTestWrapper.java | 24 +++++--
.../java/org/apache/drill/test/TestBuilder.java | 35 +++++-----
pom.xml | 40 +++++++++++-
26 files changed, 326 insertions(+), 313 deletions(-)
copy exec/java-exec/src/{main/java/org/apache/drill/exec/store/ischema/InfoSchemaConfig.java
=> test/java/org/apache/drill/exec/physical/impl/limit/TestLimitPlanning.java} (67%)
--
To stop receiving notification emails like this one, please contact
timothyfarkas@apache.org.
|