This is an automated email from the ASF dual-hosted git repository.
dzamo pushed a change to branch 1.20
in repository https://gitbox.apache.org/repos/asf/drill.git
from 424d47de1f DRILL-8234: Register rules only from plugins used in the
query (#2560)
new 7c77850ac1 DRILL-8237: Limit is not pushed down to scan for MSSQL
(#2564)
new f4d37e2493 DRILL-8113: Support building with a JDK 8 target using
newer JDKs (#2565)
new ffd3946867 DRILL-8245: Project pushdown depends on rules order and
might not happen
new 5daf51a399 DRILL-8251: Upgrade Hadoop 2 Due To CVE (#2577)
new a5b66802f5 add log4j version in root pom
new fb66c36668 DRILL-8227: JConnect and jTDS JDBC drivers do not implement
Connection::getSchema
The 6 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/exec/store/httpd/HttpdParser.java | 43 +-
.../drill/exec/store/httpd/TestHTTPDLogReader.java | 6 +
.../store/httpd/TestHTTPDLogReaderUserAgent.java | 6 -
.../exec/store/jdbc/TestJdbcPluginWithMSSQL.java | 7 +-
.../apache/drill/exec/planner/PlannerPhase.java | 3 +-
.../logical/DrillPushFilterPastProjectRule.java | 11 +-
.../drill/exec/planner/logical/DrillScanRel.java | 8 +-
.../drill/exec/server/rest/auth/SpnegoConfig.java | 6 +-
.../exec/store/enumerable/plan/DrillJdbcSort.java | 3 +-
.../drill/exec/rpc/data/TestBitBitKerberos.java | 5 +-
.../rpc/user/security/TestUserBitKerberos.java | 280 ++++----
.../security/TestUserBitKerberosEncryption.java | 766 ++++++++-------------
.../rest/spnego/TestDrillSpnegoAuthenticator.java | 12 +-
.../rest/spnego/TestSpnegoAuthentication.java | 12 +-
.../exec/server/rest/spnego/TestSpnegoConfig.java | 12 +-
pom.xml | 4 +-
16 files changed, 504 insertions(+), 680 deletions(-)