This is an automated email from the ASF dual-hosted git repository.
arina pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from 23db12c DRILL-7387: Failed to get value by int key from map nested
into struct
new 09d15f3 DRILL-5983: Add missing nullable Parquet readers for INT and
UINT logical types
new 9993fa3 DRILL-7358: Fix COUNT(*) for empty text files
The 2 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:
.../exec/physical/impl/protocol/SchemaTracker.java | 2 +-
.../impl/scan/framework/SchemaNegotiatorImpl.java | 2 +-
.../scan/project/projSet/EmptyProjectionSet.java | 3 +
.../project/projSet/ExplicitProjectionSet.java | 7 +-
.../project/projSet/WildcardProjectionSet.java | 7 ++
.../exec/physical/resultSet/ProjectionSet.java | 1 +
.../exec/physical/resultSet/impl/ColumnState.java | 3 +-
.../resultSet/impl/ResultSetLoaderImpl.java | 11 +++
.../store/easy/text/reader/BaseFieldOutput.java | 2 +-
.../parquet/columnreaders/ColumnReaderFactory.java | 36 ++++++---
.../NullableFixedByteAlignedReaders.java | 63 +++++++++++++--
.../ParquetFixedWidthDictionaryReaders.java | 72 ++++++++---------
.../easy/text/compliant/TestCsvWithHeaders.java | 90 ++++++++++++++++++++--
.../java/org/apache/drill/test/QueryBuilder.java | 10 ++-
14 files changed, 240 insertions(+), 69 deletions(-)