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

dzamo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/drill-test-framework.git


    from 9fffe6af Fixed links to the datasets on S3 (#608)
     new b4e0895b Added docker maven plugin, changed defaults to make it build 
and run easier
     new 5adf73d0 Added new data preparation phases
     new fd0c9035 Refactored remaining test suites to use data preparation 
phases instead of scripts
     new 3261cf59 Changed logger implementation from log4j to slf4j w/ logback
     new 85fd1ebd Merge pull request #1 from agozhiy/resurrection

The 965 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:
 .gitignore                                         |   1 +
 CONTRIBUTING.md                                    |  12 +
 README.md                                          |  19 +-
 bin/run_tests                                      |  10 +-
 conf/logback.xml                                   |  64 ++++
 framework/pom.xml                                  | 137 ++++++-
 .../ctas/create_tables_complex_parquet.ddl         |   2 +-
 .../Datasources/ctas/create_tables_parquet.ddl     |  28 +-
 .../ctas/decimal/fragments/decimal_fragments.sh    |  15 +-
 .../ctas_auto_partition/create_tables.ddl          |  16 +-
 .../ctas_existing_partition_pruning.ddl            |  10 +-
 .../ctas_tpch_multiple_partitions.ddl              |  10 +-
 .../ctas_tpch_single_partition1.ddl                |  20 +-
 .../Datasources/join/crt_tbl_prtnby_nulls.ddl      |  48 +--
 .../Datasources/join/crt_tbls_partition_by_l.ddl   |  44 +--
 .../Datasources/join/crt_tbls_partition_by_r.ddl   |  44 +--
 .../create_implicit_cast_views.sql                 |   4 +-
 .../min_max_dir/scripts/refresh_metadata.ddl       |   2 +-
 .../schema_change_empty_batch/json/setup.sh        |  19 +-
 .../schema_change_empty_batch/text/dfs/setup.sh    |  21 +-
 .../Datasources/subqueries/create_tables.sql       |   4 +-
 .../Datasources/subqueries/create_views.sql        |   8 +-
 .../table_function/DRILL-5166_generate_data.sh     |  25 +-
 .../Datasources/table_stats/analyze_tables.sql     |   1 +
 .../Datasources/tpcds/createViewsParquet.sql       |  48 +--
 .../Functional/complex/parquet/complex.json        |  14 +-
 .../csv/data/ctas_auto_partition.json              |  78 ++--
 .../hierarchical/data/ctas_auto_partition.json     |  78 ++--
 .../hierarchical/plan/ctas_auto_partition.json     |  78 ++--
 .../json/data/ctas_auto_partition.json             |  78 ++--
 .../parquet/data/ctas_auto_partition.json          |  78 ++--
 .../parquet/plan/ctas_auto_partition.json          |  78 ++--
 .../general/data/ctas_auto_partition.json          | 108 +++---
 .../general/plan/ctas_auto_partition.json          | 108 +++---
 .../data/ctas_auto_partition.json                  |  15 +-
 .../plan/ctas_auto_partition.json                  |  15 +-
 .../tpch0.01_single_partition/tpch.json            |  16 +-
 .../tpch0.01_single_partition1/tpch.json           |  20 +-
 .../ctas/ctas_flatten/100000rows/ctas_flatten.json |  68 ++--
 .../ctas/ctas_flatten/2rows/ctas_flatten.json      |  68 ++--
 .../ctas/ctas_joins_aggregates/ctas.json           |  67 ++--
 .../decimal_parquet/decimal_parquet.json           |   6 +-
 .../drill_fragments/decimal/data/data.json         |  27 +-
 .../drill_fragments/decimal/plan/plan.json         |  30 ++
 .../filter/pushdown/item_star_operator/data.json   |  15 +-
 .../filter/pushdown/item_star_operator/plan.json   |  15 +-
 .../varchar_decimal/dfs/varchar_decimal.json       |  16 +-
 .../varchar_decimal/dfs/varchar_decimal_plan.json  |  16 +-
 .../Functional/group_by_alias/group_by_alias.json  |   4 +-
 .../resources/Functional/int96/int96_data.json     |   9 +-
 .../resources/Functional/int96/int96_plan.json     |  10 +
 .../hierarchical/data/ctas_auto_partition.json     |  78 ++--
 .../hierarchical/plan/ctas_auto_partition.json     |  78 ++--
 .../Functional/joins/nulleqjoin/nulleqjoin.json    |  14 +-
 .../aggregates/aggregation/bugs/data/bugs.json     |   4 +-
 .../aggregates/aggregation/bugs/plan/bugs.json     |   4 +-
 .../count_distinct/data/count_distinct.json        |   4 +-
 .../count_distinct/plan/count_distinct.json        |   4 +-
 .../aggregation/group_by_case/data/case.json       |   4 +-
 .../aggregation/group_by_case/plan/case.json       |   4 +-
 .../data/group_by_expression.json                  |   4 +-
 .../plan/group_by_expression.json                  |   4 +-
 .../aggregation/multicolumn/data/multicolumn.json  |   4 +-
 .../aggregation/multicolumn/plan/multicolumn.json  |   4 +-
 .../aggregates/aggregation/sanity/data/sanity.json |   4 +-
 .../aggregates/aggregation/sanity/plan/sanity.json |   4 +-
 .../aggregates/aggregation/scalar/data/scalar.json |   4 +-
 .../aggregates/aggregation/scalar/plan/scalar.json |   4 +-
 .../tpcds_variants/parquet/data/aggregate.json     |   4 +-
 .../tpcds_variants/parquet/plan/aggregate.json     |   4 +-
 .../Functional/limit0/filters/data/data.json       |  56 +--
 .../Functional/limit0/filters/plan/data.json       |  56 +--
 .../limit0/functions/data/limit0_functions.json    |  15 +-
 .../limit0/functions/plan/limit0_functions.json    |  15 +-
 .../data/implicit_cast.json                        |   4 +-
 .../plan/implicit_cast.json                        |   4 +-
 .../Functional/limit0/union/data/queries.json      |   4 +-
 .../Functional/limit0/union/plan/queries.json      |   4 +-
 .../prq_union_all/data/prq_union_all.json          |   4 +-
 .../prq_union_all/plan/prq_union_all.json          |   4 +-
 .../window_functions/aggregates/data/queries.json  |   4 +-
 .../window_functions/aggregates/plan/queries.json  |   6 +-
 .../limit0/window_functions/bugs/data/bugs.json    |   4 +-
 .../limit0/window_functions/bugs/plan/bugs.json    |   4 +-
 .../empty_over_clause/data/empty_over_clause.json  |   4 +-
 .../empty_over_clause/plan/empty_over_clause.json  |   4 +-
 .../data/multiple_partitions.json                  |   4 +-
 .../plan/multiple_partitions.json                  |   4 +-
 .../tpcds_variants/data/tpcds_parquet_sf1.json     |  63 ++--
 .../tpcds_variants/plan/tpcds_parquet_sf1.json     |  63 ++--
 .../data/metadata_caching_small.json               | 204 ++++++++---
 .../generated_caches/metadata_caching_small.json   | 189 ++++++++--
 .../data/metadata_caching_pp.json                  |  58 +--
 .../plan/metadata_caching_pp.json                  |  58 +--
 .../plan/metadata_caching_small.json               | 156 ++++++--
 .../Functional/min_max_dir/min_max_dir.json        |   9 +-
 .../auto_partition/data/parquet_date.json          |  98 ++++--
 .../auto_partition/plan/parquet_date.json          |  98 ++++--
 .../parquet_date/mc_parquet_date/parquet_date.json |  98 ++++--
 .../dfs/parquet/data/partitionDirectory.json       |  15 +-
 .../plan/regex_no_order/partitionDirectory.json    |  15 +-
 .../json/empty_batch_json.json                     |  22 +-
 .../text/dfs/empty_batch_text_dfs.json             |  22 +-
 .../subquery_in_select/subquery_in_select.json     |   4 +-
 .../positive/data/table_function.json              |   4 +-
 .../positive/plan/table_function_plan_check.json   |   4 +-
 .../table_stats/stats/positive/stats.json          |  63 ++--
 .../Functional/table_stats/stats/query/query.json  |   9 +-
 .../text_storage/testcases/textReadGroup.json      |  35 +-
 .../tpcds/impala/json/tpcds_sf1_json.json          |  63 ++--
 .../tpcds/impala/parquet/tpcds_parquet_sf1.json    |   9 +-
 .../tpcds/impala/text/tpcds_text_sf1.json          |  63 ++--
 .../tpcds/sanity/json/tpcds_sf1_json.json          |   9 +-
 .../tpcds/sanity/parquet/tpcds_parquet_sf1.json    |  63 ++--
 .../tpcds/sanity/text/tpcds_text_sf1.json          |  63 ++--
 .../tpcds/variants/json/tpcds_json_sf1.json        |  63 ++--
 .../tpcds/variants/parquet/tpcds_parquet_sf1.json  |  63 ++--
 .../tpcds/variants/text/tpcds_text_sf1.json        |  63 ++--
 framework/resources/Functional/udfs/udfs.json      |   2 +-
 .../window_functions/tpcds/tpcds_parquet_sf1.json  |   9 +-
 .../tpcds_variants/tpcds_parquet_sf1.json          |   9 +-
 .../drill/test/framework/ConnectionPool.java       |   6 +-
 .../apache/drill/test/framework/DBMetaData.java    |   6 +-
 .../drill/test/framework/DrillQueryProfile.java    |  10 +-
 .../apache/drill/test/framework/DrillRMConfig.java |   5 +-
 .../drill/test/framework/DrillTestDefaults.java    |  29 ++
 .../apache/drill/test/framework/DrillTestJdbc.java |  14 +-
 .../apache/drill/test/framework/DrillTestOdbc.java |   5 +-
 .../drill/test/framework/DrillTestScript.java      |  21 +-
 .../apache/drill/test/framework/TestDriver.java    | 392 +++++++++++++++++----
 .../apache/drill/test/framework/TestVerifier.java  |   5 +-
 .../org/apache/drill/test/framework/Utils.java     |  25 +-
 .../framework/DrillTestFrameworkUnitTests.java     |  11 +-
 .../test/framework/common/DrillJavaTestBase.java   |   5 +-
 .../resourcemanagement/QueueSelectionTests.java    |   5 +-
 135 files changed, 2908 insertions(+), 1558 deletions(-)
 create mode 100644 conf/logback.xml

Reply via email to