This is an automated email from the ASF dual-hosted git repository.

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


    from 9f67e95  DRILL-7181: Improve V3 text reader (row set) error messages
     new 5542cc9  DRILL-7276: Fixed an XSS vulnerability in Drill Web-UI query 
profile page
     new 7629664  DRILL-7206:using primitive int list at right or full join case
     new 20b58ab  DRILL-7204: Add proper validation when creating plugin
     new e8b921b  DRILL-7196: Queries are still runnable on disabled plugins
     new 2615d68  DRILL-4782 / DRILL-7139: Fix DATE_ADD and TO_TIME functions

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:
 common/src/test/resources/basic_physical.json      |  51 +++---
 common/src/test/resources/dsort-logical.json       |  48 ++---
 common/src/test/resources/jdbc_plan.json           |   4 +-
 common/src/test/resources/simple_plan.json         | 159 ++++++++---------
 common/src/test/resources/storage_engine_plan.json |   5 +-
 contrib/native/client/resources/simple_plan.json   | 126 ++++++-------
 .../exec/store/hbase/HBaseStoragePluginConfig.java |   2 +-
 .../main/resources/bootstrap-storage-plugins.json  |   8 +-
 .../java/org/apache/drill/hbase/BaseHBaseTest.java |  30 ++--
 .../hbase/hbase_scan_screen_physical.json          |  31 ++--
 .../hbase_scan_screen_physical_column_select.json  |  33 ++--
 .../hbase_scan_screen_physical_family_select.json  |  33 ++--
 .../exec/store/hive/schema/HiveSchemaFactory.java  |   1 -
 .../main/resources/bootstrap-storage-plugins.json  |   8 +-
 .../main/resources/bootstrap-storage-plugins.json  |   8 +-
 .../main/resources/bootstrap-storage-plugins.json  |   8 +-
 .../test/resources/bootstrap-storage-plugins.json  |   8 +-
 .../main/resources/bootstrap-storage-plugins.json  |   8 +-
 .../drill/exec/store/mongo/MongoTestBase.java      |  71 ++------
 .../drill/exec/store/mongo/MongoTestConstants.java |  78 ++++-----
 .../drill/exec/store/mongo/MongoTestSuit.java      |  82 ++++-----
 .../exec/store/mongo/TestMongoFilterPushDown.java  |  34 ++--
 .../exec/store/mongo/TestMongoProjectPushDown.java |  36 ++--
 .../drill/exec/store/mongo/TestMongoQueries.java   |  79 +++++----
 .../drill/exec/store/mongo/TestTableGenerator.java |  10 +-
 .../main/resources/bootstrap-storage-plugins.json  |   8 +-
 .../templates/CastStringTypesToInterval.java       |  29 +--
 .../IntervalIntervalArithmetic.java                |  22 ++-
 .../ToDateTypeFunctions.java                       |   2 +-
 .../org/apache/calcite/jdbc/DynamicRootSchema.java |  16 +-
 .../exec/physical/impl/common/HashPartition.java   |   3 +-
 .../exec/physical/impl/join/HashJoinHelper.java    |   5 +-
 .../physical/impl/join/HashJoinProbeTemplate.java  |   4 +-
 .../drill/exec/server/rest/StorageResources.java   |  13 +-
 .../exec/store/StoragePluginRegistryImpl.java      |  38 ++--
 .../main/resources/bootstrap-storage-plugins.json  | 194 ++++++++++-----------
 .../src/main/resources/rest/alertModals.ftl        |  11 +-
 .../src/main/resources/rest/confirmationModals.ftl |  54 ++++++
 .../src/main/resources/rest/static/js/graph.js     |   2 +-
 .../src/main/resources/rest/storage/list.ftl       |  21 ++-
 .../src/main/resources/rest/storage/update.ftl     |  29 ++-
 .../expr/fn/impl/TestIntervalDayFunctions.java     |  95 ++++++++++
 .../drill/exec/fn/impl/TestCastFunctions.java      |  69 +++++---
 .../exec/fn/impl/testing/TestDateConversions.java  |  12 ++
 .../drill/exec/store/store/TestDisabledPlugin.java |   6 +
 .../java/org/apache/drill/test/QueryBuilder.java   | 154 +++++++++++-----
 .../src/test/resources/agg/hashagg/q6.json         |  77 ++++----
 .../src/test/resources/agg/hashagg/q7_1.json       |  69 ++++----
 .../src/test/resources/agg/hashagg/q7_2.json       |  69 ++++----
 .../src/test/resources/agg/hashagg/q7_3.json       |  67 +++----
 .../src/test/resources/agg/hashagg/q8.json         |  61 +++----
 .../src/test/resources/agg/hashagg/q8_1.json       |  95 +++++-----
 .../src/test/resources/common/test_hashtable1.json |  64 ++++---
 .../test/resources/decimal/cast_decimal_float.json |  67 ++++---
 .../test/resources/decimal/cast_decimal_int.json   |  67 ++++---
 .../resources/decimal/cast_decimal_vardecimal.json | 106 ++++++-----
 .../test/resources/decimal/cast_float_decimal.json |  74 ++++----
 .../test/resources/decimal/cast_int_decimal.json   |  67 ++++---
 .../resources/decimal/cast_simple_decimal.json     |  77 ++++----
 .../resources/decimal/cast_vardecimal_decimal.json |  73 ++++----
 .../decimal/simple_decimal_arithmetic.json         | 102 ++++++-----
 .../resources/decimal/simple_decimal_math.json     |  69 ++++----
 .../resources/decimal/test_decimal_complex.json    |  95 +++++-----
 .../decimal/test_decimal_dense_sparse.json         | 129 ++++++--------
 .../decimal/test_decimal_sort_complex.json         |  98 +++++------
 .../decimal/test_decimal_sparse_dense_dense.json   |  40 ++---
 .../functions/cast/testCastVarCharNull.json        |  64 ++++---
 .../cast/test_cast_varchar_to_bigint.json          |  60 ++++---
 .../conv/conversionTestWithLogicalPlan.json        | 138 +++++++++------
 .../src/test/resources/functions/date/age.json     |  61 ++++---
 .../functions/date/date_difference_arithmetic.json |  57 +++---
 .../functions/date/date_interval_arithmetic.json   | 100 +++++++----
 .../functions/date/interval_arithmetic.json        |  93 ++++++----
 .../src/test/resources/functions/date/to_char.json |  57 +++---
 .../resources/functions/date/to_date_type.json     |  60 ++++---
 .../src/test/resources/functions/extractFrom.json  |  81 +++++----
 .../test/resources/functions/test_covariance.json  |  55 +++---
 .../resources/functions/test_logical_aggr.json     |  53 +++---
 .../resources/functions/test_stddev_variance.json  |  24 +--
 exec/java-exec/src/test/resources/hive/test.json   | 141 ++++++++-------
 .../src/test/resources/join/hashJoinExpr.json      |   2 +-
 .../src/test/resources/join/hash_join.json         | 109 ++++++------
 .../src/test/resources/join/hj_exchanges.json      |  19 +-
 .../src/test/resources/join/hj_exchanges1.json     |   3 +-
 .../resources/join/hj_multi_condition_join.json    | 123 +++++++------
 .../src/test/resources/join/mergeJoinExpr.json     |   2 +-
 .../resources/join/merge_inner_single_batch.json   |  81 +++++----
 .../test/resources/join/merge_join_nullkey.json    |   2 +-
 .../src/test/resources/join/merge_multi_batch.json |  82 +++++----
 .../test/resources/join/merge_single_batch.json    |  82 +++++----
 .../test/resources/join/mj_multi_condition.json    |   5 +-
 .../largefiles/merging_receiver_large_data.json    |  11 +-
 .../test/resources/lateraljoin/lateralplan1.json   |   9 +-
 .../src/test/resources/limit/limit_exchanges.json  |   9 +-
 .../src/test/resources/logical_group.json          | 133 +++++++-------
 .../src/test/resources/logical_json_scan.json      |  51 +++---
 .../src/test/resources/logical_order.json          |  85 ++++-----
 .../src/test/resources/logical_string_filter.json  |  77 ++++----
 .../test/resources/parquet/par_writer_test.json    |  42 ++---
 .../parquet/parquet_group_scan_union_screen.json   |  81 ++++-----
 .../test/resources/parquet/parquet_nullable.json   |  66 ++++---
 .../resources/parquet/parquet_nullable_varlen.json |  68 ++++----
 .../resources/parquet/parquet_scan_screen.json     |  70 ++++----
 .../parquet_scan_screen_read_entry_replace.json    |   3 +-
 .../parquet_scan_union_screen_physical.json        |  48 +++--
 .../parquet/parquet_selective_column_read.json     |  40 ++---
 .../src/test/resources/physical_filter.json        |  64 +++----
 .../src/test/resources/physical_join.json          | 182 +++++++++----------
 .../test/resources/physical_json_scan_test1.json   |  54 +++---
 .../test/resources/physical_order_varbinary.json   |  73 ++++----
 .../record/vector/test_all_date_literals.json      |  61 ++++---
 .../test/resources/record/vector/test_date.json    |  50 +++---
 .../resources/record/vector/test_date_add.json     |  53 +++---
 .../resources/record/vector/test_interval.json     |  64 +++----
 .../resources/record/vector/test_sort_date.json    |  91 +++++-----
 .../resources/record/vector/test_timestamp.json    |  50 +++---
 .../src/test/resources/scan_screen_logical.json    |  75 ++++----
 .../test/resources/sender/broadcast_exchange.json  |  92 +++++-----
 .../src/test/resources/sender/hash_exchange2.json  |  84 +++++----
 .../json/project_pushdown_json_physical_plan.json  |   4 +-
 .../src/test/resources/store/text/test.json        |  73 ++++----
 .../test/resources/writer/simple_csv_writer.json   | 158 +++++++++--------
 122 files changed, 3647 insertions(+), 3242 deletions(-)
 create mode 100644 
exec/java-exec/src/main/resources/rest/confirmationModals.ftl
 create mode 100644 
exec/java-exec/src/test/java/org/apache/drill/exec/expr/fn/impl/TestIntervalDayFunctions.java

Reply via email to