This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from bd0458e DRILL-8106: do not use cellIterator because it skips empty
cells (#2426)
add d7ee9c6 DRILL-8104: Upgrade protobuf-java because of CVE-2021-22569
(#2425)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 10 +-
.travis.yml | 10 +-
.../client/src/include/drill/protobuf/Types.pb.h | 68 +-
.../native/client/src/protobuf/BitControl.pb.cc | 1143 +++--
contrib/native/client/src/protobuf/BitControl.pb.h | 1183 +++--
contrib/native/client/src/protobuf/BitData.pb.cc | 521 ++-
contrib/native/client/src/protobuf/BitData.pb.h | 394 +-
.../native/client/src/protobuf/Coordination.pb.cc | 384 +-
.../native/client/src/protobuf/Coordination.pb.h | 382 +-
.../client/src/protobuf/ExecutionProtos.pb.cc | 219 +-
.../client/src/protobuf/ExecutionProtos.pb.h | 235 +-
.../native/client/src/protobuf/GeneralRPC.pb.cc | 317 +-
contrib/native/client/src/protobuf/GeneralRPC.pb.h | 300 +-
contrib/native/client/src/protobuf/SchemaDef.pb.cc | 17 +-
contrib/native/client/src/protobuf/SchemaDef.pb.h | 11 +-
contrib/native/client/src/protobuf/Types.pb.cc | 141 +-
contrib/native/client/src/protobuf/User.pb.cc | 4064 ++++++++--------
contrib/native/client/src/protobuf/User.pb.h | 4848 ++++++++++----------
.../native/client/src/protobuf/UserBitShared.pb.cc | 2740 ++++++-----
.../native/client/src/protobuf/UserBitShared.pb.h | 2954 ++++++------
exec/jdbc-all/pom.xml | 2 +-
pom.xml | 2 +-
.../org/apache/drill/common/types/TypeProtos.java | 35 +-
.../org/apache/drill/exec/proto/BitControl.java | 160 +-
.../java/org/apache/drill/exec/proto/BitData.java | 76 +-
.../drill/exec/proto/CoordinationProtos.java | 68 +-
.../org/apache/drill/exec/proto/ExecProtos.java | 21 +-
.../apache/drill/exec/proto/GeneralRPCProtos.java | 36 +-
.../org/apache/drill/exec/proto/UserBitShared.java | 471 +-
.../org/apache/drill/exec/proto/UserProtos.java | 744 ++-
30 files changed, 11534 insertions(+), 10022 deletions(-)