This is an automated email from the ASF dual-hosted git repository.
hmaduri pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from 7a25d9d DRILL-540: Allow querying hive views in Drill
new 814e9f0 DRILL-6946: Implement java.sql.Connection setSchema and
getSchema methods in DrillConnectionImpl closes #1596
new cd3c394 DRILL-6933: Fix ctrl+enter when Impersonation is disabled
new 5c90032 DRILL-6939: Indicate when a query is submitted and is in
progress
new feaf5b2 DRILL-6050: Provide a limit to number of rows fetched for a
query in UI
new f7ed58f DRILL-6941: Incorrect EARLY_LIMIT0_OPT_KEY description
The 5 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:
contrib/native/client/src/protobuf/User.pb.cc | 196 ++++++++----
contrib/native/client/src/protobuf/User.pb.h | 87 +++++-
.../java/org/apache/drill/exec/ExecConstants.java | 6 +-
.../drill/exec/server/rest/DrillRestServer.java | 2 +-
.../drill/exec/server/rest/QueryResources.java | 60 +++-
.../apache/drill/exec/server/rest/WebServer.java | 4 +-
.../exec/server/rest/profile/ProfileWrapper.java | 2 +-
.../exec/work/metadata/ServerMetaProvider.java | 3 +-
.../java-exec/src/main/resources/drill-module.conf | 7 +
.../src/main/resources/rest/profile/profile.ftl | 30 +-
.../src/main/resources/rest/query/query.ftl | 17 +-
.../src/main/resources/rest/query/result.ftl | 2 +-
.../src/main/resources/rest/runningQuery.ftl | 44 +++
.../src/main/resources/rest/static/img/loader.gif | Bin 0 -> 26758 bytes
.../resources/rest/static/js/querySubmission.js | 77 ++++-
.../exec/work/metadata/TestServerMetaProvider.java | 43 ++-
.../drill/jdbc/impl/DrillConnectionImpl.java | 31 ++
.../org/apache/drill/jdbc/ConnectionInfoTest.java | 85 ++++--
.../apache/drill/exec/proto/SchemaUserProtos.java | 7 +
.../org/apache/drill/exec/proto/UserProtos.java | 336 +++++++++++++++++----
.../apache/drill/exec/proto/beans/ServerMeta.java | 22 ++
protocol/src/main/protobuf/User.proto | 2 +
22 files changed, 845 insertions(+), 218 deletions(-)
create mode 100644 exec/java-exec/src/main/resources/rest/runningQuery.ftl
create mode 100644 exec/java-exec/src/main/resources/rest/static/img/loader.gif