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 471a866 [maven-release-plugin] prepare for next development iteration
new 24a1d55 DRILL-6641: Fix columnValueCounts in
ParquetGroupScanStatistics when ParquetGroupScan has RowGroupInfo without
column statistics
new 20ecab0 DRILL-6639: Exception happens while displaying operator
profiles for some queries
new 5b36adc DRILL-6638: Fix TestE2EUnnestAndLateral tests introduced with
DRILL-6546
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/mapr/db/MapRDBSubScan.java | 3 +-
.../native/client/src/protobuf/UserBitShared.pb.cc | 24 ++++--
.../native/client/src/protobuf/UserBitShared.pb.h | 12 ++-
.../apache/drill/exec/store/kudu/KuduWriter.java | 3 +-
.../drill/exec/store/mongo/MongoSubScan.java | 3 +-
.../drill/exec/store/openTSDB/OpenTSDBSubScan.java | 3 +-
.../exec/physical/config/IteratorValidator.java | 1 +
.../apache/drill/exec/physical/config/Values.java | 1 +
.../exec/server/rest/profile/OperatorWrapper.java | 4 +
.../drill/exec/store/dfs/easy/EasyWriter.java | 2 +-
.../exec/store/easy/json/JSONFormatPlugin.java | 2 +-
.../sequencefile/SequenceFileFormatPlugin.java | 3 +-
.../exec/store/httpd/HttpdLogFormatPlugin.java | 7 +-
.../drill/exec/store/image/ImageFormatPlugin.java | 3 +-
.../store/parquet/ParquetGroupScanStatistics.java | 26 +++----
.../drill/exec/store/pcap/PcapFormatPlugin.java | 2 +-
.../impl/lateraljoin/TestE2EUnnestAndLateral.java | 8 +-
.../org/apache/drill/exec/proto/UserBitShared.java | 88 ++++++++++++++++++++--
.../drill/exec/proto/beans/CoreOperatorType.java | 18 ++++-
protocol/src/main/protobuf/UserBitShared.proto | 8 ++
20 files changed, 176 insertions(+), 45 deletions(-)