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

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


    from ed9881df88a Cleanup logic from handoff API (#16457)
     add dd5dc500ceb Catalog integration tests (#16424)

No new revisions were added by this update.

Summary of changes:
 .../catalog/ITCatalogIngestAndQueryTest.java       | 448 +++++++++++++++++++++
 .../testsEx/catalog/ITCatalogIngestErrorTest.java  | 251 ++++++++++++
 .../catalog/ITCatalogInsertAndQueryTest.java       |  14 +-
 .../catalog/ITCatalogReplaceAndQueryTest.java      |  14 +-
 .../druid/testsEx/catalog/ITCatalogRestTest.java   |  13 +
 .../test/resources/catalog/clustering_select.sql   |  23 ++
 .../test/resources/catalog/implicitCast_select.sql |  23 ++
 .../resources/catalog/multiClustering_select.sql   |  35 ++
 .../druid/testing/utils/MsqTestQueryHelper.java    |  19 +-
 9 files changed, 828 insertions(+), 12 deletions(-)
 create mode 100644 
integration-tests-ex/cases/src/test/java/org/apache/druid/testsEx/catalog/ITCatalogIngestAndQueryTest.java
 create mode 100644 
integration-tests-ex/cases/src/test/java/org/apache/druid/testsEx/catalog/ITCatalogIngestErrorTest.java
 copy 
sql/src/test/java/org/apache/druid/sql/calcite/CalciteCatalogInsertTest.java => 
integration-tests-ex/cases/src/test/java/org/apache/druid/testsEx/catalog/ITCatalogInsertAndQueryTest.java
 (72%)
 copy 
sql/src/test/java/org/apache/druid/sql/calcite/CalciteCatalogReplaceTest.java 
=> 
integration-tests-ex/cases/src/test/java/org/apache/druid/testsEx/catalog/ITCatalogReplaceAndQueryTest.java
 (72%)
 create mode 100644 
integration-tests-ex/cases/src/test/resources/catalog/clustering_select.sql
 create mode 100644 
integration-tests-ex/cases/src/test/resources/catalog/implicitCast_select.sql
 create mode 100644 
integration-tests-ex/cases/src/test/resources/catalog/multiClustering_select.sql


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to