[drill] branch master updated (f2715ab -> 4b61535)

2019-10-29 Thread agozhiy
This is an automated email from the ASF dual-hosted git repository.

agozhiy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.


from f2715ab  DRILL-7424: Project operator fails to set the container row 
count
 add 4b61535  DRILL-7351: Added tokens to Web forms to prevent CSRF attacks

No new revisions were added by this update.

Summary of changes:
 .../yarn/appMaster/DrillApplicationMaster.java | 18 ++
 .../yarn/appMaster/http/CsrfTokenInjectFilter.java | 35 ++-
 .../appMaster/http/CsrfTokenValidateFilter.java| 34 ++-
 .../apache/drill/yarn/appMaster/http/PageTree.java |  8 +++
 .../drill/yarn/appMaster/http/WebConstants.java| 15 ++---
 .../drill/yarn/appMaster/http/WebServer.java   | 11 
 .../drill/yarn/appMaster/http/WebUiPageTree.java   | 20 +--
 .../apache/drill/yarn/appMaster/http/WebUtils.java | 51 
 .../org/apache/drill/yarn/client/DrillOnYarn.java  | 70 ++
 drill-yarn/src/main/resources/drill-am/manage.ftl  |  1 +
 .../src/main/resources/drill-am/shrink-warning.ftl |  1 +
 ...rNameFilter.java => CsrfTokenInjectFilter.java} | 33 +-
 ...ameFilter.java => CsrfTokenValidateFilter.java} | 30 +-
 .../drill/exec/server/rest/QueryResources.java | 32 +++---
 .../drill/exec/server/rest/StatusResources.java| 27 +++--
 .../drill/exec/server/rest/StorageResources.java   | 58 +++---
 .../apache/drill/exec/server/rest/WebServer.java   |  6 ++
 .../drill/exec/server/rest/WebServerConstants.java |  5 +-
 .../apache/drill/exec/server/rest/WebUtils.java| 51 
 .../exec/server/rest/profile/ProfileResources.java | 21 +--
 .../exec/server/rest/profile/ProfileWrapper.java   | 15 -
 exec/java-exec/src/main/resources/rest/options.ftl |  7 ++-
 .../src/main/resources/rest/profile/profile.ftl|  1 +
 .../src/main/resources/rest/query/query.ftl|  1 +
 .../src/main/resources/rest/storage/list.ftl   | 25 
 .../src/main/resources/rest/storage/update.ftl | 19 +++---
 26 files changed, 439 insertions(+), 156 deletions(-)
 copy 
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/UserNameFilter.java
 => 
drill-yarn/src/main/java/org/apache/drill/yarn/appMaster/http/CsrfTokenInjectFilter.java
 (57%)
 copy 
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/UserNameFilter.java
 => 
drill-yarn/src/main/java/org/apache/drill/yarn/appMaster/http/CsrfTokenValidateFilter.java
 (54%)
 copy exec/rpc/src/main/java/org/apache/drill/exec/rpc/RpcMetrics.java => 
drill-yarn/src/main/java/org/apache/drill/yarn/appMaster/http/WebConstants.java 
(75%)
 create mode 100644 
drill-yarn/src/main/java/org/apache/drill/yarn/appMaster/http/WebUtils.java
 copy 
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/{UserNameFilter.java
 => CsrfTokenInjectFilter.java} (58%)
 copy 
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/{UserNameFilter.java
 => CsrfTokenValidateFilter.java} (58%)
 create mode 100644 
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/WebUtils.java



[drill] branch master updated (5d6dbc8 -> f2715ab)

2019-10-29 Thread volodymyr
This is an automated email from the ASF dual-hosted git repository.

volodymyr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.


from 5d6dbc8  DRILL-7347: Upgrade Apache Iceberg to released version
 add f2715ab  DRILL-7424: Project operator fails to set the container row 
count

No new revisions were added by this update.

Summary of changes:
 .../exec/store/mongo/TestMongoChunkAssignment.java |   9 +-
 .../expr/fn/impl/AbstractSqlPatternMatcher.java|  15 +-
 .../exec/expr/fn/impl/StringFunctionHelpers.java   |  78 ++---
 .../physical/impl/project/ProjectRecordBatch.java  | 368 ++---
 .../physical/impl/validate/BatchValidator.java |  48 +--
 .../org/apache/drill/TestCTASPartitionFilter.java  |   7 +-
 .../java/org/apache/drill/TestPartitionFilter.java |   6 +-
 .../java/org/apache/drill/TestTpchSingleMode.java  |   1 -
 .../impl/lateraljoin/TestLateralPlans.java |  12 +-
 9 files changed, 255 insertions(+), 289 deletions(-)



[drill] branch master updated: DRILL-7347: Upgrade Apache Iceberg to released version

2019-10-29 Thread arina
This is an automated email from the ASF dual-hosted git repository.

arina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
 new 5d6dbc8  DRILL-7347: Upgrade Apache Iceberg to released version
5d6dbc8 is described below

commit 5d6dbc8b3c7ec3fd5f3eefd1c9bf56e688e76ef0
Author: Arina Ielchiieva 
AuthorDate: Mon Oct 28 13:51:21 2019 +0200

DRILL-7347: Upgrade Apache Iceberg to released version
---
 metastore/iceberg-metastore/pom.xml | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/metastore/iceberg-metastore/pom.xml 
b/metastore/iceberg-metastore/pom.xml
index 5a2746b..04fc137 100644
--- a/metastore/iceberg-metastore/pom.xml
+++ b/metastore/iceberg-metastore/pom.xml
@@ -33,7 +33,7 @@
   metastore/Drill Iceberg Metastore
 
   
-4d8ae52
+0.7.0-incubating
 2.7.0
   
 
@@ -49,27 +49,27 @@
   ${project.version}
 
 
-  com.github.apache.incubator-iceberg
+  org.apache.iceberg
   iceberg-parquet
   ${iceberg.version}
 
 
-  com.github.apache.incubator-iceberg
+  org.apache.iceberg
   iceberg-data
   ${iceberg.version}
 
 
-  com.github.apache.incubator-iceberg
+  org.apache.iceberg
   iceberg-core
   ${iceberg.version}
 
 
-  com.github.apache.incubator-iceberg
+  org.apache.iceberg
   iceberg-common
   ${iceberg.version}
 
 
-  com.github.apache.incubator-iceberg
+  org.apache.iceberg
   iceberg-api
   ${iceberg.version}