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 1a20a931a3 DRILL-8324: Sizeof refactor (#2665)
     new bf31e08fa4 DRILL-8337: Upgrade Hive libs to 3.1.3 due to 
sonatype-2019-0400 (#2684)
     new a87804ea56 DRILL-8338: Upgrade jQuery to 3.6.1 and DataTables to 
1.12.1 due to sonatype-2020-0988 (#2685)
     new 3bb312f7bd DRILL-8348: Cannot delete disabled storage plugins (#2696)
     new 11bf6b291a Access dirModifCheckMap using a Path not a String. (#2697)
     new 0e06b706a6 DRILL-8238: Translation of IS NOT NULL($1) is not supported 
by MongoProject
     new 721e2a40a0 DRILL-8296: Possible type mismatch bug in SplunkBatchReader 
(#2700)
     new 7621f55290 DRILL-8362: bump excel-streaming-reader to v4.0.5 (#2711)
     new bad94dfd6c DRILL-8363: Upgrade postgresql to 42.4.3 due to security 
issue (#2712)
     new 8e2bf91879 DRILL-8365: HTTP Plugin Places Parameters in Wrong Place 
(#2715)
     new 6d36a8a823 DRILL-8366: Late release of compressor memory in the 
Parquet writer (#2716)
     new 5abb4e9d79 DRILL-8368: Update Yauaa to 7.9.0 (#2717)
     new 7d788a60c9 Update bug_report.md to include the user's Drill version 
number
     new af2f48ab32 [MINOR-UPDATE] Bump commons-net from 3.6 to 3.9.0 (#2720)

The 13 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:
 .github/ISSUE_TEMPLATE/bug_report.md               |  16 +-
 contrib/format-excel/pom.xml                       |   2 +-
 contrib/format-httpd/pom.xml                       |  19 +
 contrib/storage-hive/core/pom.xml                  |   4 +
 .../drill/exec/store/http/HttpBatchReader.java     |   4 +-
 .../exec/store/http/HttpScanBatchCreator.java      |  11 +-
 contrib/storage-jdbc/pom.xml                       |   2 +-
 .../store/mongo/plan/RexToMongoTranslator.java     |  25 +-
 .../drill/exec/store/mongo/MongoTestConstants.java |   5 +-
 .../exec/store/mongo/TestMongoFilterPushDown.java  |  21 +
 .../exec/store/mongo/TestMongoProjectPushDown.java |  18 +-
 .../drill/exec/store/splunk/SplunkBatchReader.java |  29 +-
 .../exec/store/splunk/SplunkQueryBuilder.java      |  45 +-
 .../drill/exec/store/splunk/SplunkUtils.java       |  24 +-
 .../exec/store/splunk/SplunkTestSplunkUtils.java   |  16 +-
 contrib/udfs/pom.xml                               |  14 +
 drill-yarn/src/main/resources/drill-am/generic.ftl |   2 +-
 .../drill/exec/server/rest/StorageResources.java   |  11 +-
 .../drill/exec/store/dfs/MetadataContext.java      |   4 +-
 .../exec/store/parquet/ParquetRecordWriter.java    |   3 +-
 .../exec/store/parquet/metadata/Metadata.java      |   2 +-
 exec/java-exec/src/main/resources/rest/generic.ftl |   2 +-
 exec/java-exec/src/main/resources/rest/options.ftl |   7 +-
 .../src/main/resources/rest/profile/profile.ftl    |   2 +-
 .../src/main/resources/rest/query/result.ftl       |  24 +-
 .../resources/rest/static/README.datatables.md     |   7 +
 .../static/css/dataTables.colVis-1.1.0.min.css     |   1 -
 .../rest/static/css/dataTables.jqueryui.css        | 414 -------------------
 .../resources/rest/static/css/datatables.min.css   |  17 +-
 .../rest/static/css/jquery-ui-1.10.3.min.css       |   9 -
 .../rest/static/js/dataTables.colVis-1.1.0.min.js  |  23 --
 .../resources/rest/static/js/datatables.min.js     | 451 +++++++++++++--------
 .../resources/rest/static/js/jquery-3.6.0.min.js   |   2 -
 .../resources/rest/static/js/jquery-3.6.1.min.js   |   2 +
 .../rest/static/js/jquery.dataTables-1.10.0.min.js | 152 -------
 .../static/js/jquery.dataTables-1.10.16.min.js     | 164 --------
 .../src/main/resources/rest/storage/update.ftl     |  10 +-
 pom.xml                                            |  12 +-
 38 files changed, 491 insertions(+), 1085 deletions(-)
 create mode 100644 
exec/java-exec/src/main/resources/rest/static/README.datatables.md
 delete mode 100644 
exec/java-exec/src/main/resources/rest/static/css/dataTables.colVis-1.1.0.min.css
 delete mode 100644 
exec/java-exec/src/main/resources/rest/static/css/dataTables.jqueryui.css
 delete mode 100644 
exec/java-exec/src/main/resources/rest/static/css/jquery-ui-1.10.3.min.css
 delete mode 100644 
exec/java-exec/src/main/resources/rest/static/js/dataTables.colVis-1.1.0.min.js
 delete mode 100644 
exec/java-exec/src/main/resources/rest/static/js/jquery-3.6.0.min.js
 create mode 100644 
exec/java-exec/src/main/resources/rest/static/js/jquery-3.6.1.min.js
 delete mode 100644 
exec/java-exec/src/main/resources/rest/static/js/jquery.dataTables-1.10.0.min.js
 delete mode 100644 
exec/java-exec/src/main/resources/rest/static/js/jquery.dataTables-1.10.16.min.js

Reply via email to