This is an automated email from the ASF dual-hosted git repository.
vitalii pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from af3977a DRILL-6919: Fix compilation error in TestGracefulShutdown
class for mapr profile
new 4a771d0 DRILL-6925: Unable to generate Protobuf
new 44f17ea DRILL-6922: Do not set return result set option on query
level if it is the same as current value
new 3e2d619 DRILL-6920: Fix TestClient.testBasics() yarn test failure
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:
.mvn/extensions.xml | 2 +-
contrib/native/client/src/protobuf/BitData.pb.cc | 56 ++++++++++++++++++---
contrib/native/client/src/protobuf/BitData.pb.h | 34 ++++++++++++-
.../org/apache/drill/yarn/client/TestClient.java | 12 +----
.../java/org/apache/drill/exec/ExecConstants.java | 9 ++--
.../drill/exec/planner/sql/DrillSqlWorker.java | 12 +++--
.../drill/exec/server/options/OptionValue.java | 7 ++-
.../exec/server/rest/profile/ProfileWrapper.java | 33 ++++++++++---
.../org/apache/drill/exec/ssl/SSLConfigClient.java | 4 +-
.../org/apache/drill/exec/ssl/SSLConfigServer.java | 4 +-
.../java-exec/src/main/resources/drill-module.conf | 2 +-
.../src/main/resources/rest/profile/profile.ftl | 57 +++++++++++++---------
pom.xml | 10 ++--
.../org/apache/drill/exec/proto/UserBitShared.java | 40 +++++++++++++++
14 files changed, 213 insertions(+), 69 deletions(-)