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 ac8e698 DRILL-6353: Upgrade Parquet MR dependencies
new ca39cb6 DRILL-6487: Limit estimateRowCount should not return negative
rowcount
new 54c88a3 DRILL-6468: CatastrophicFailures should not do a graceful
shutdown of drill when terminating the JVM.
new 4baf769 DRILL-6455: Add missing JDBC Scan Operator for profiles
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:
.../apache/drill/common/CatastrophicFailure.java | 2 +-
.../native/client/src/protobuf/UserBitShared.pb.cc | 13 ++---
.../native/client/src/protobuf/UserBitShared.pb.h | 5 +-
.../apache/drill/exec/store/jdbc/JdbcSubScan.java | 3 +-
.../exec/planner/common/DrillLimitRelBase.java | 3 +-
.../org/apache/drill/exec/server/Drillbit.java | 6 ++-
.../org/apache/drill/exec/server/FailureUtils.java | 60 ++++++++++++++++++++++
.../apache/drill/exec/work/foreman/Foreman.java | 20 ++++----
.../drill/exec/work/fragment/FragmentExecutor.java | 10 ++--
.../physical/impl/limit/TestLimitPlanning.java | 7 +++
.../apache/drill/exec/server/TestFailureUtils.java | 46 +++++++++++++++++
.../drill/exec/exception/OutOfMemoryException.java | 4 +-
.../org/apache/drill/exec/proto/UserBitShared.java | 21 +++++---
.../drill/exec/proto/beans/CoreOperatorType.java | 4 +-
protocol/src/main/protobuf/UserBitShared.proto | 1 +
15 files changed, 171 insertions(+), 34 deletions(-)
create mode 100644
exec/java-exec/src/main/java/org/apache/drill/exec/server/FailureUtils.java
create mode 100644
exec/java-exec/src/test/java/org/apache/drill/exec/server/TestFailureUtils.java
--
To stop receiving notification emails like this one, please contact
[email protected].