This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a change to branch issue_5081
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from 024b63c3e Add the document about cloud storage fileset.
add 4ca3aedac [#5304] doc(core): add event listener document (#5307)
add 80521fdb1 [#4661] improve(build): Add LICENSE and NOTICE file to jar
(#5273)
add 64e27ba31 [#5262] feat(oceanbase-catalog): Add doc for OceanBase JDBC
Catalog (#5264)
add 5c417581d [#5270] UI(oceanbase-catalog): Support OceanBase-CE JDBC
catalog on the Web UI (#5272)
add a384cd885 [#5071] Improvement (test): Add integration tests for Trino
cascading queries (#5073)
add fea1c740d [#5318][#5311][#5328] improvement(web): Add jdbc-driver
properties for Paimon JDBC and fix jdbc issue (#5320)
add f265e50c2 [#4994][#4369] feat(core): support S3 credential vending
(#4966)
add 5502c1ae0 [#5344] improvement(web): Show the type and storage location
msg for fileset (#5345)
add 58de0a46b Merge branch 'main' of github.com:datastrato/graviton into
issue_5081
add 72f5996ae Update document.
add 1393417d0 Update document again.
No new revisions were added by this update.
Summary of changes:
.github/workflows/trino-integration-test.yml | 12 +-
.../gravitino/credential/GCSTokenCredential.java | 4 +-
.../credential/S3SecretKeyCredential.java | 89 ++++++++
.../gravitino/credential/S3TokenCredential.java | 112 ++++++++++
build.gradle.kts | 20 +-
bundles/aws-bundle/build.gradle.kts | 7 +
.../s3/credential/S3SecretKeyProvider.java | 42 ++--
.../gravitino/s3/credential/S3TokenProvider.java | 239 +++++++++++++++++++++
....apache.gravitino.credential.CredentialProvider | 3 +-
bundles/gcp-bundle/build.gradle.kts | 2 +
.../lakehouse/iceberg/IcebergConstants.java | 1 +
.../gravitino/credential/CredentialConstants.java | 2 +
.../org/apache/gravitino/storage/S3Properties.java | 4 +
.../credential/CredentialPropertyUtils.java | 20 +-
.../credential/TestCredentialPropertiesUtils.java | 54 +++++
core/build.gradle.kts | 1 +
.../credential/config/S3CredentialConfig.java | 110 ++++++++++
docs/gravitino-server-config.md | 31 ++-
docs/hadoop-catalog.md | 75 +++++--
docs/how-to-use-gvfs.md | 62 ++++--
docs/iceberg-rest-service.md | 6 +
...-mysql-catalog.md => jdbc-oceanbase-catalog.md} | 110 +++++-----
gradle/libs.versions.toml | 9 +
.../iceberg/common/ops/IcebergCatalogWrapper.java | 2 -
iceberg/iceberg-rest-server/build.gradle.kts | 2 +
.../service/rest/IcebergTableOperations.java | 17 +-
...{IcebergRESTGCSIT.java => IcebergRESTS3IT.java} | 75 ++++---
integration-test-common/docker-script/shutdown.sh | 6 +-
trino-connector/integration-test/build.gradle.kts | 1 -
.../connector/integration/test/TrinoQueryIT.java | 6 -
.../tpcds/00000.sql | 0
.../tpcds/00000.txt | 0
.../tpcds/00001.sql | 0
.../tpcds/00001.txt | 0
.../tpcds/00002.sql | 0
.../tpcds/00002.txt | 0
.../tpcds/00003.sql | 0
.../tpcds/00003.txt | 0
.../tpcds/00004.sql | 0
.../tpcds/00004.txt | 0
.../tpcds/00005.sql | 0
.../tpcds/00005.txt | 0
.../tpcds/00006.sql | 0
.../tpcds/00006.txt | 0
.../tpcds/00007.sql | 0
.../tpcds/00007.txt | 0
.../tpcds/00009.sql | 0
.../tpcds/00009.txt | 0
.../tpcds/00011.sql | 0
.../tpcds/00011.txt | 0
.../tpcds/00012.sql | 0
.../tpcds/00012.txt | 0
.../tpcds/00013.sql | 0
.../tpcds/00013.txt | 0
.../tpcds/00014.sql | 0
.../tpcds/00014.txt | 0
.../tpcds/00015.sql | 0
.../tpcds/00015.txt | 0
.../tpcds/00016.sql | 0
.../tpcds/00016.txt | 0
.../tpcds/00017.sql | 0
.../tpcds/00017.txt | 0
.../tpcds/00018.sql | 0
.../tpcds/00018.txt | 0
.../tpcds/00019.sql | 0
.../tpcds/00019.txt | 0
.../tpcds/00020.sql | 0
.../tpcds/00020.txt | 0
.../tpcds/00021.sql | 0
.../tpcds/00021.txt | 0
.../tpcds/00022.sql | 0
.../tpcds/00022.txt | 0
.../tpcds/00023.sql | 0
.../tpcds/00023.txt | 0
.../tpcds/00025.sql | 0
.../tpcds/00025.txt | 0
.../tpcds/00026.sql | 0
.../tpcds/00026.txt | 0
.../tpcds/00027.sql | 0
.../tpcds/00027.txt | 0
.../tpcds/00028.sql | 0
.../tpcds/00028.txt | 0
.../tpcds/00029.sql | 0
.../tpcds/00029.txt | 0
.../tpcds/00030.sql | 0
.../tpcds/00030.txt | 0
.../tpcds/00032.sql | 0
.../tpcds/00032.txt | 0
.../tpcds/00033.sql | 0
.../tpcds/00033.txt | 0
.../tpcds/00034.sql | 0
.../tpcds/00034.txt | 0
.../tpcds/00035.sql | 0
.../tpcds/00035.txt | 0
.../tpcds/00036.sql | 0
.../tpcds/00036.txt | 0
.../tpcds/00038.sql | 0
.../tpcds/00038.txt | 0
.../tpcds/00040.sql | 0
.../tpcds/00040.txt | 0
.../tpcds/00042.sql | 0
.../tpcds/00042.txt | 0
.../tpcds/00043.sql | 0
.../tpcds/00043.txt | 0
.../tpcds/00045.sql | 0
.../tpcds/00045.txt | 0
.../tpcds/00046.sql | 0
.../tpcds/00046.txt | 0
.../tpcds/00047.sql | 0
.../tpcds/00047.txt | 0
.../tpcds/00048.sql | 0
.../tpcds/00048.txt | 0
.../tpcds/00049.sql | 0
.../tpcds/00049.txt | 0
.../tpcds/00050.sql | 0
.../tpcds/00050.txt | 0
.../tpcds/00051.sql | 0
.../tpcds/00051.txt | 0
.../tpcds/00052.sql | 0
.../tpcds/00052.txt | 0
.../tpcds/00053.sql | 0
.../tpcds/00053.txt | 0
.../tpcds/00055.sql | 0
.../tpcds/00055.txt | 0
.../tpcds/00056.sql | 0
.../tpcds/00056.txt | 0
.../tpcds/00057.sql | 0
.../tpcds/00057.txt | 0
.../tpcds/00059.sql | 0
.../tpcds/00059.txt | 0
.../tpcds/00060.sql | 0
.../tpcds/00060.txt | 0
.../tpcds/00061.sql | 0
.../tpcds/00061.txt | 0
.../tpcds/00062.sql | 0
.../tpcds/00062.txt | 0
.../tpcds/00063.sql | 0
.../tpcds/00063.txt | 0
.../tpcds/00065.sql | 0
.../tpcds/00065.txt | 0
.../tpcds/00066.sql | 0
.../tpcds/00066.txt | 0
.../tpcds/00067.sql | 0
.../tpcds/00067.txt | 0
.../tpcds/00068.sql | 0
.../tpcds/00068.txt | 0
.../tpcds/00069.sql | 0
.../tpcds/00069.txt | 0
.../tpcds/00070.sql | 0
.../tpcds/00070.txt | 0
.../tpcds/00071.sql | 0
.../tpcds/00071.txt | 0
.../tpcds/00072.sql | 0
.../tpcds/00072.txt | 0
.../tpcds/00073.sql | 0
.../tpcds/00073.txt | 0
.../tpcds/00074.sql | 0
.../tpcds/00074.txt | 0
.../tpcds/00075.sql | 0
.../tpcds/00075.txt | 0
.../tpcds/00076.sql | 0
.../tpcds/00076.txt | 0
.../tpcds/00077.sql | 0
.../tpcds/00077.txt | 0
.../tpcds/00078.sql | 0
.../tpcds/00078.txt | 0
.../tpcds/00079.sql | 0
.../tpcds/00079.txt | 0
.../tpcds/00080.sql | 0
.../tpcds/00080.txt | 0
.../tpcds/00081.sql | 0
.../tpcds/00081.txt | 0
.../tpcds/00086.sql | 0
.../tpcds/00086.txt | 0
.../tpcds/00087.sql | 0
.../tpcds/00087.txt | 0
.../tpcds/00088.sql | 0
.../tpcds/00088.txt | 0
.../tpcds/00089.sql | 0
.../tpcds/00089.txt | 0
.../tpcds/00090.sql | 0
.../tpcds/00090.txt | 0
.../tpcds/00092.sql | 0
.../tpcds/00092.txt | 0
.../tpcds/00094.sql | 0
.../tpcds/00094.txt | 0
.../tpcds/00095.sql | 0
.../tpcds/00095.txt | 0
.../tpcds/00096.sql | 0
.../tpcds/00096.txt | 0
.../tpcds/00097.sql | 0
.../tpcds/00097.txt | 0
.../tpcds/00098.sql | 0
.../tpcds/00098.txt | 0
.../tpcds/00099.sql | 0
.../tpcds/00099.txt | 0
.../tpcds/catalog_mysql_cleanup.sql | 0
.../tpcds/catalog_mysql_prepare.sql | 17 +-
.../tpcds/ignored/00008.sql | 0
.../tpcds/ignored/00008.txt | 0
.../tpcds/ignored/00010.sql | 0
.../tpcds/ignored/00010.txt | 0
.../tpcds/ignored/00024.sql | 0
.../tpcds/ignored/00024.txt | 0
.../tpcds/ignored/00031.sql | 0
.../tpcds/ignored/00031.txt | 0
.../tpcds/ignored/00037.sql | 0
.../tpcds/ignored/00037.txt | 0
.../tpcds/ignored/00039.sql | 0
.../tpcds/ignored/00039.txt | 0
.../tpcds/ignored/00041.sql | 0
.../tpcds/ignored/00041.txt | 0
.../tpcds/ignored/00044.sql | 0
.../tpcds/ignored/00044.txt | 0
.../tpcds/ignored/00054.sql | 0
.../tpcds/ignored/00054.txt | 0
.../tpcds/ignored/00058.sql | 0
.../tpcds/ignored/00058.txt | 0
.../tpcds/ignored/00064.sql | 0
.../tpcds/ignored/00064.txt | 0
.../tpcds/ignored/00082.sql | 0
.../tpcds/ignored/00082.txt | 0
.../tpcds/ignored/00083.sql | 0
.../tpcds/ignored/00083.txt | 0
.../tpcds/ignored/00084.sql | 0
.../tpcds/ignored/00084.txt | 0
.../tpcds/ignored/00085.sql | 0
.../tpcds/ignored/00085.txt | 0
.../tpcds/ignored/00091.sql | 0
.../tpcds/ignored/00091.txt | 0
.../tpcds/ignored/00093.sql | 0
.../tpcds/ignored/00093.txt | 0
.../tpch/00000.sql | 0
.../tpch/00000.txt | 0
.../tpch/00001.sql | 0
.../tpch/00001.txt | 0
.../tpch/00002.sql | 0
.../tpch/00002.txt | 0
.../tpch/00003.sql | 0
.../tpch/00003.txt | 0
.../tpch/00004.sql | 0
.../tpch/00004.txt | 0
.../tpch/00005.sql | 0
.../tpch/00005.txt | 0
.../tpch/00006.sql | 0
.../tpch/00006.txt | 0
.../tpch/00007.sql | 0
.../tpch/00007.txt | 0
.../tpch/00008.sql | 0
.../tpch/00008.txt | 0
.../tpch/00009.sql | 0
.../tpch/00009.txt | 0
.../tpch/00010.sql | 0
.../tpch/00010.txt | 0
.../tpch/00011.sql | 0
.../tpch/00011.txt | 0
.../tpch/00012.sql | 0
.../tpch/00012.txt | 0
.../tpch/00013.sql | 0
.../tpch/00013.txt | 0
.../tpch/00014.sql | 0
.../tpch/00014.txt | 0
.../tpch/00015.sql | 0
.../tpch/00015.txt | 0
.../tpch/00016.sql | 0
.../tpch/00016.txt | 0
.../tpch/00017.sql | 0
.../tpch/00017.txt | 0
.../tpch/00018.sql | 0
.../tpch/00018.txt | 0
.../tpch/00019.sql | 0
.../tpch/00019.txt | 0
.../tpch/00020.sql | 0
.../tpch/00020.txt | 0
.../tpch/00021.sql | 0
.../tpch/00021.txt | 0
.../tpch/00022.sql | 0
.../tpch/00022.txt | 0
.../tpch}/catalog_mysql_cleanup.sql | 0
.../tpch/catalog_mysql_prepare.sql | 15 +-
.../integration-test/trino-test-tools/check_env.sh | 75 +++++++
.../trino-test-tools/download_jar.sh | 86 ++++++++
.../integration-test/trino-test-tools/run_test.sh | 96 +++++++++
.../trino-cascading-env}/docker-compose.yaml | 79 +++----
.../trino-cascading-env}/init/mysql/init.sql | 0
.../config/catalog/gravitino.properties | 1 +
.../trino-local/config/catalog/trino.properties | 5 +-
.../init/trino-local}/config/config.properties | 0
.../init/trino-local/config}/jvm.config | 1 +
.../init/trino-local/config}/log4j2.properties | 0
.../trino-cascading-env/init/trino-local}/init.sh | 37 +++-
.../trino-cascading-env/init/trino-local}/init.sql | 0
.../config/catalog/gravitino.properties | 1 +
.../init/trino-remote}/config/config.properties | 0
.../init/trino-remote/config}/jvm.config | 1 +
.../init/trino-remote/config}/log4j2.properties | 0
.../trino-cascading-env/init/trino-remote}/init.sh | 5 +-
.../init/trino-remote}/init.sql | 0
.../trino-cascading-env/inspect_ip.sh | 43 ++--
.../trino-test-tools/trino-cascading-env/launch.sh | 99 +++++++++
.../trino-test-tools/trino-cascading-env/run.sh | 8 +-
.../trino-cascading-env}/shutdown.sh | 9 +-
.../trino-test-tools/trino_test.sh | 4 +-
web/web/src/app/metalakes/metalake/MetalakeTree.js | 2 +
.../metalake/rightContent/CreateCatalogDialog.js | 22 +-
web/web/src/components/DetailsDrawer.js | 9 +
web/web/src/lib/icons/iconify-icons.css | 5 +
web/web/src/lib/icons/svg/oceanbase.svg | 18 ++
web/web/src/lib/utils/initial.js | 37 +++-
309 files changed, 1514 insertions(+), 285 deletions(-)
create mode 100644
api/src/main/java/org/apache/gravitino/credential/S3SecretKeyCredential.java
create mode 100644
api/src/main/java/org/apache/gravitino/credential/S3TokenCredential.java
copy
iceberg/iceberg-rest-server/src/test/java/org/apache/gravitino/iceberg/service/extension/DummyCredentialProvider.java
=>
bundles/aws-bundle/src/main/java/org/apache/gravitino/s3/credential/S3SecretKeyProvider.java
(59%)
create mode 100644
bundles/aws-bundle/src/main/java/org/apache/gravitino/s3/credential/S3TokenProvider.java
copy bundles/{gcp-bundle =>
aws-bundle}/src/main/resources/META-INF/services/org.apache.gravitino.credential.CredentialProvider
(88%)
create mode 100644
common/src/test/java/org/apache/gravitino/credential/TestCredentialPropertiesUtils.java
create mode 100644
core/src/main/java/org/apache/gravitino/credential/config/S3CredentialConfig.java
copy docs/{jdbc-mysql-catalog.md => jdbc-oceanbase-catalog.md} (54%)
copy
iceberg/iceberg-rest-server/src/test/java/org/apache/gravitino/iceberg/integration/test/{IcebergRESTGCSIT.java
=> IcebergRESTS3IT.java} (57%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00000.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00000.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00001.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00001.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00002.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00002.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00003.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00003.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00004.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00004.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00005.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00005.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00006.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00006.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00007.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00007.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00009.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00009.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00011.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00011.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00012.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00012.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00013.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00013.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00014.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00014.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00015.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00015.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00016.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00016.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00017.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00017.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00018.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00018.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00019.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00019.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00020.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00020.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00021.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00021.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00022.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00022.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00023.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00023.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00025.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00025.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00026.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00026.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00027.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00027.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00028.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00028.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00029.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00029.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00030.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00030.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00032.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00032.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00033.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00033.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00034.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00034.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00035.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00035.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00036.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00036.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00038.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00038.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00040.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00040.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00042.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00042.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00043.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00043.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00045.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00045.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00046.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00046.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00047.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00047.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00048.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00048.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00049.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00049.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00050.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00050.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00051.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00051.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00052.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00052.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00053.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00053.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00055.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00055.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00056.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00056.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00057.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00057.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00059.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00059.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00060.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00060.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00061.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00061.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00062.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00062.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00063.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00063.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00065.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00065.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00066.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00066.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00067.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00067.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00068.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00068.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00069.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00069.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00070.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00070.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00071.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00071.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00072.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00072.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00073.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00073.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00074.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00074.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00075.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00075.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00076.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00076.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00077.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00077.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00078.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00078.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00079.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00079.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00080.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00080.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00081.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00081.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00086.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00086.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00087.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00087.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00088.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00088.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00089.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00089.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00090.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00090.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00092.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00092.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00094.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00094.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00095.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00095.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00096.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00096.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00097.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00097.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00098.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00098.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00099.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/00099.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/catalog_mysql_cleanup.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/catalog_mysql_prepare.sql (96%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00008.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00008.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00010.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00010.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00024.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00024.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00031.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00031.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00037.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00037.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00039.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00039.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00041.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00041.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00044.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00044.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00054.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00054.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00058.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00058.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00064.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00064.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00082.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00082.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00083.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00083.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00084.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00084.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00085.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00085.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00091.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00091.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00093.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpcds/ignored/00093.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00000.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00000.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00001.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00001.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00002.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00002.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00003.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00003.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00004.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00004.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00005.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00005.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00006.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00006.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00007.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00007.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00008.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00008.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00009.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00009.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00010.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00010.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00011.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00011.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00012.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00012.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00013.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00013.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00014.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00014.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00015.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00015.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00016.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00016.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00017.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00017.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00018.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00018.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00019.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00019.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00020.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00020.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00021.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00021.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00022.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/00022.txt (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets/tpcds
=> trino-cascading-testsets/tpch}/catalog_mysql_cleanup.sql (100%)
copy
trino-connector/integration-test/src/test/resources/trino-ci-testset/{testsets
=> trino-cascading-testsets}/tpch/catalog_mysql_prepare.sql (86%)
create mode 100755
trino-connector/integration-test/trino-test-tools/check_env.sh
create mode 100755
trino-connector/integration-test/trino-test-tools/download_jar.sh
create mode 100755
trino-connector/integration-test/trino-test-tools/run_test.sh
copy {integration-test-common/docker-script =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env}/docker-compose.yaml
(67%)
copy {integration-test-common/docker-script =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env}/init/mysql/init.sql
(100%)
copy {integration-test-common/docker-script/init/trino =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env/init/trino-local}/config/catalog/gravitino.properties
(96%)
copy
bundles/gcp-bundle/src/main/resources/META-INF/services/org.apache.gravitino.catalog.hadoop.fs.FileSystemProvider
=>
trino-connector/integration-test/trino-test-tools/trino-cascading-env/init/trino-local/config/catalog/trino.properties
(89%)
copy {integration-test-common/docker-script/init/trino =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env/init/trino-local}/config/config.properties
(100%)
copy {dev/docker/trino/conf =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env/init/trino-local/config}/jvm.config
(91%)
copy {dev/docker/trino/conf =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env/init/trino-local/config}/log4j2.properties
(100%)
copy {integration-test-common/docker-script/init/trino =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env/init/trino-local}/init.sh
(68%)
copy {integration-test-common/docker-script/init/trino =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env/init/trino-local}/init.sql
(100%)
copy {integration-test-common/docker-script/init/trino =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env/init/trino-remote}/config/catalog/gravitino.properties
(96%)
copy {integration-test-common/docker-script/init/trino =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env/init/trino-remote}/config/config.properties
(100%)
copy {dev/docker/trino/conf =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env/init/trino-remote/config}/jvm.config
(91%)
copy {dev/docker/trino/conf =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env/init/trino-remote/config}/log4j2.properties
(100%)
copy {integration-test-common/docker-script/init/trino =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env/init/trino-remote}/init.sh
(94%)
copy {integration-test-common/docker-script/init/trino =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env/init/trino-remote}/init.sql
(100%)
copy dev/ci/check_commands.sh =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env/inspect_ip.sh
(52%)
create mode 100755
trino-connector/integration-test/trino-test-tools/trino-cascading-env/launch.sh
copy integration-test-common/docker-script/shutdown.sh =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env/run.sh
(65%)
copy {integration-test-common/docker-script =>
trino-connector/integration-test/trino-test-tools/trino-cascading-env}/shutdown.sh
(84%)
create mode 100644 web/web/src/lib/icons/svg/oceanbase.svg