Closed justinmclean closed 2 months ago
Could you please provide the commands you used, like wget xxx && tar xxx && cd xx && ./gradlew xxx
?
Here are the commands:
tar -xvf gravitino-0.6.0-incubating-src.tar.gz
cd gravitino-0.6.0-incubating-src
./gradlew build
Ah, I found what the issue is, the source contains ./gradle/wrapper/gradle-wrapper.jar
Ah, I found what the issue is, the source contains ./gradle/wrapper/gradle-wrapper.jar
Sorry, I don't understand.
Before running the command ./gradlew build
, there are no jars in ./gradle/wrapper
After running the command ./gradlew build
on my Mac, the build was successful in 4 minutes and 15 seconds
. It produced a gradle-wrapper.jar
in the directory ./gradle/wrapper
.
So what's wrong?
I doubt if you have any local directory files that haven't been cleared. Can you verify using this command?
rm -rf gravitino-0.6.0-incubating-src && rm -rf gravitino-0.6.0-incubating-src.tar.gz && wget https://dist.apache.org/repos/dist/dev/incubator/gravitino/v0.6.0-incubating-rc5/gravitino-0.6.0-incubating-src.tar.gz && tar -zxf gravitino-0.6.0-incubating-src.tar.gz && cd gravitino-0.6.0-incubating-src && ./gradlew build
Yep as you say the jar is not in the source artifact. Perhaps what is happening is that jar is getting downloaded before the rat finishes its run and the rat is getting the error that way?
Have you verified the commands I provided above? Is the result still the same?
The results are not always the same (even though they should be) I've run it several times and got a Python error (in the client-python:envSetup part) on three occasions, and it built correctly on two occasions. I'm guessing some sequence/concurrency issue is going on.
I can verify that that jar is being downloaded before rat is run (which makes sense) so it does show up in the rat report, I think is it possible that other files created as part of the build process could possibly cause rat to fail.
Closing this until I can reliably reproduce it
Version
main branch
Describe what's wrong
Download the 0.6.0 release artifact, untar, and try to compile and you get an error.
Error message and/or stacktrace
Task :rat FAILED Files with unapproved licenses:
How to reproduce
see what's wrong
Additional context
Contents of rat.txt 716 Unknown Licenses
Unapproved licenses:
./.gitattributes ./.gitignore ./DISCLAIMER_WIP.txt ./ROADMAP.md ./rat.txt ./dev/docker/hive/core-site.xml ./dev/docker/hive/hdfs-site.xml ./dev/docker/hive/hive-site.xml ./dev/docker/hive/mapred-site.xml ./dev/docker/kerberos-hive/core-site.xml ./dev/docker/kerberos-hive/hdfs-site.xml ./dev/docker/kerberos-hive/hive-site.xml ./dev/docker/kerberos-hive/hive-site1.xml ./dev/docker/kerberos-hive/kadm5.acl ./dev/docker/kerberos-hive/kdc.conf ./dev/docker/kerberos-hive/krb5.conf ./dev/docker/kerberos-hive/mapred-site.xml ./dev/docker/kerberos-hive/yarn-site.xml ./docs/apache-hive-catalog.md ./docs/docker-image-details.md ./docs/expression.md ./docs/getting-started.md ./docs/glossary.md ./docs/gravitino-server-config.md ./docs/hadoop-catalog.md ./docs/how-to-build.md ./docs/how-to-install.md ./docs/how-to-sign-releases.md ./docs/how-to-test.md ./docs/how-to-upgrade.md ./docs/how-to-use-gvfs.md ./docs/how-to-use-python-client.md ./docs/how-to-use-relational-backend-storage.md ./docs/how-to-use-the-playground.md ./docs/iceberg-rest-service.md ./docs/index.md ./docs/jdbc-doris-catalog.md ./docs/jdbc-mysql-catalog.md ./docs/jdbc-postgresql-catalog.md ./docs/kafka-catalog.md ./docs/lakehouse-iceberg-catalog.md ./docs/lakehouse-paimon-catalog.md ./docs/manage-fileset-metadata-using-gravitino.md ./docs/manage-messaging-metadata-using-gravitino.md ./docs/manage-metalake-using-gravitino.md ./docs/manage-relational-metadata-using-gravitino.md ./docs/manage-table-partition-using-gravitino.md ./docs/manage-tags-in-gravitino.md ./docs/metrics.md ./docs/overview.md ./docs/publish-docker-images.md ./docs/table-partitioning-bucketing-sort-order-indexes.md ./docs/webui.md ./docs/flink-connector/flink-catalog-hive.md ./docs/flink-connector/flink-connector.md ./docs/security/access-control.md ./docs/security/authorization-pushdown.md ./docs/security/how-to-authenticate.md ./docs/security/how-to-use-cors.md ./docs/security/how-to-use-https.md ./docs/security/security.md ./docs/spark-connector/spark-catalog-hive.md ./docs/spark-connector/spark-catalog-iceberg.md ./docs/spark-connector/spark-connector.md ./docs/spark-connector/spark-integration-test.md ./docs/trino-connector/catalog-hive.md ./docs/trino-connector/catalog-iceberg.md ./docs/trino-connector/catalog-mysql.md ./docs/trino-connector/catalog-postgresql.md ./docs/trino-connector/configuration.md ./docs/trino-connector/development.md ./docs/trino-connector/index.md ./docs/trino-connector/installation.md ./docs/trino-connector/requirements.md ./docs/trino-connector/sql-support.md ./docs/trino-connector/supported-catalog.md ./docs/trino-connector/trino-connector.md ./integration-test/src/test/resources/trino-ci-testset/testsets/hive/00000_create_table.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/hive/00000_create_table.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/hive/00001_select_table.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/hive/00001_select_table.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/hive/00002_alter_table.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/hive/00002_alter_table.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/hive/00005_catalog.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/hive/00005_catalog.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/hive/00006_datatype.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/hive/00006_datatype.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/hive/00007_varchar.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/hive/00007_varchar.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/hive/catalog_hive_cleanup.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/hive/catalog_hive_prepare.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00000_create_table.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00000_create_table.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00001_select_table.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00001_select_table.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00002_alter_table.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00002_alter_table.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00003_use.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00003_use.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00004_query_pushdown.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00004_query_pushdown.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00005_create_catalog.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00005_create_catalog.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00006_datatype.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00006_datatype.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00007_varchar.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00007_varchar.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00008_alter_catalog.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00008_alter_catalog.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/catalog_mysql_cleanup.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/catalog_mysql_prepare.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00000_create_table.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00000_create_table.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00001_select_table.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00001_select_table.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00002_alter_table.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00002_alter_table.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00003_join_pushdown.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00003_join_pushdown.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00004_query_pushdown.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00004_query_pushdown.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00006_datatype.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00006_datatype.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00007_varchar.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00007_varchar.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/catalog_pg_cleanup.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/catalog_pg_prepare.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/lakehouse-iceberg/00000_create_table.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/lakehouse-iceberg/00000_create_table.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/lakehouse-iceberg/00001_select_table.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/lakehouse-iceberg/00001_select_table.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/lakehouse-iceberg/00002_alter_table.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/lakehouse-iceberg/00002_alter_table.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/lakehouse-iceberg/00006_datatype.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/lakehouse-iceberg/00006_datatype.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/lakehouse-iceberg/00007_varchar.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/lakehouse-iceberg/00007_varchar.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/lakehouse-iceberg/catalog_iceberg_cleanup.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/lakehouse-iceberg/catalog_iceberg_prepare.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00000.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00000.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00001.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00001.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00002.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00002.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00003.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00003.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00004.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00004.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00005.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00005.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00006.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00006.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00007.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00007.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00009.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00009.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00011.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00011.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00012.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00012.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00013.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00013.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00014.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00014.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00015.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00015.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00016.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00016.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00017.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00017.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00018.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00018.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00019.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00019.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00020.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00020.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00021.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00021.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00022.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00022.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00023.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00023.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00025.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00025.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00026.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00026.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00027.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00027.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00028.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00028.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00029.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00029.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00030.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00030.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00032.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00032.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00033.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00033.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00034.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00034.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00035.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00035.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00036.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00036.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00038.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00038.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00040.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00040.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00042.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00042.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00043.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00043.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00045.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00045.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00046.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00046.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00047.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00047.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00048.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00048.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00049.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00049.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00050.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00050.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00051.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00051.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00052.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00052.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00053.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00053.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00055.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00055.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00056.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00056.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00057.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00057.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00059.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00059.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00060.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00060.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00061.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00061.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00062.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00062.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00063.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00063.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00065.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00065.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00066.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00066.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00067.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00067.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00068.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00068.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00069.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00069.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00070.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00070.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00071.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00071.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00072.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00072.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00073.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00073.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00074.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00074.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00075.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00075.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00076.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00076.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00077.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00077.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00078.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00078.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00079.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00079.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00080.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00080.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00081.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00081.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00086.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00086.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00087.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00087.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00088.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00088.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00089.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00089.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00090.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00090.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00092.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00092.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00094.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00094.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00095.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00095.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00096.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00096.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00097.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00097.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00098.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00098.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00099.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/00099.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/catalog_mysql_cleanup.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/catalog_mysql_prepare.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00008.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00008.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00010.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00010.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00024.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00024.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00031.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00031.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00037.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00037.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00039.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00039.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00041.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00041.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00044.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00044.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00054.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00054.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00058.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00058.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00064.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00064.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00082.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00082.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00083.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00083.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00084.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00084.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00085.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00085.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00091.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00091.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00093.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpcds/ignored/00093.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00000.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00000.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00001.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00001.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00002.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00002.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00003.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00003.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00004.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00004.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00005.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00005.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00006.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00006.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00007.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00007.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00008.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00008.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00009.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00009.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00010.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00010.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00011.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00011.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00012.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00012.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00013.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00013.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00014.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00014.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00015.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00015.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00016.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00016.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00017.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00017.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00018.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00018.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00019.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00019.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00020.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00020.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00021.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00021.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00022.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/00022.txt ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/catalog_hive_cleanup.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/catalog_hive_prepare.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/catalog_iceberg_cleanup.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/catalog_iceberg_prepare.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/catalog_mysql_cleanup.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/catalog_mysql_prepare.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/catalog_postgresql_cleanup.sql ./integration-test/src/test/resources/trino-ci-testset/testsets/tpch/catalog_postgresql_prepare.sql ./licenses/Apache1.1.txt ./licenses/CDDL1.0.txt ./licenses/CDDL2.0.txt ./licenses/EPL1.0.txt ./licenses/EPL2.0.txt ./licenses/ICU.txt ./licenses/MPL.txt ./licenses/antlr4.txt ./licenses/asm.txt ./licenses/jakartaxmlbinding.txt ./licenses/janino.txt ./licenses/javolution.txt ./licenses/jaxb.txt ./licenses/jcraft.txt ./licenses/jline.txt ./licenses/jsch.txt ./licenses/jsr305.txt ./licenses/leveldbjni.txt ./licenses/paranamer.txt ./licenses/protobuf-java.txt ./licenses/protobuf.txt ./licenses/re2j.txt ./licenses/rocksdbjni.txt ./licenses/stax2-api.txt ./licenses/stringtemplate4.txt ./licenses/treelayout.txt ./licenses/xmlenc.txt ./licenses/zstd.txt ./spark-connector/spark-common/src/test/resources/test-sqls/hive/basic.sql ./spark-connector/spark-common/src/test/resources/test-sqls/hive/basic.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/hive/group-by.sql ./spark-connector/spark-common/src/test/resources/test-sqls/hive/group-by.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/lakehouse-iceberg/basic.sql ./spark-connector/spark-common/src/test/resources/test-sqls/lakehouse-iceberg/basic.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/lakehouse-iceberg/catalog.sql ./spark-connector/spark-common/src/test/resources/test-sqls/lakehouse-iceberg/catalog.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/catalog.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/catalog.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/prepare.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query1.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query1.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query10.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query10.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query11.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query11.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query12.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query12.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query13.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query13.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query14.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query14.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query15.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query15.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query16.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query16.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query17.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query17.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query18.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query18.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query19.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query19.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query2.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query2.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query20.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query20.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query21.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query21.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query22.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query22.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query23.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query23.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query24.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query24.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query25.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query25.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query26.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query26.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query27.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query27.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query28.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query28.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query29.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query29.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query3.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query3.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query30.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query30.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query31.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query31.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query32.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query32.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query33.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query33.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query34.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query34.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query35.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query35.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query36.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query36.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query37.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query37.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query38.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query38.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query39.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query39.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query4.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query4.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query40.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query40.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query41.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query41.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query42.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query42.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query43.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query43.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query44.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query44.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query45.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query45.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query46.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query46.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query47.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query47.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query48.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query48.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query49.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query49.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query5.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query5.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query50.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query50.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query51.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query51.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query52.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query52.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query53.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query53.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query54.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query54.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query55.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query55.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query56.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query56.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query57.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query57.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query58.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query58.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query59.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query59.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query6.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query6.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query60.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query60.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query61.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query61.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query62.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query62.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query63.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query63.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query64.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query64.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query65.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query65.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query66.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query66.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query67.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query67.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query68.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query68.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query69.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query69.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query7.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query7.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query70.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query70.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query71.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query71.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query72.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query72.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query73.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query73.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query74.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query74.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query75.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query75.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query76.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query76.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query77.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query77.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query78.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query78.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query79.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query79.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query8.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query8.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query80.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query80.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query81.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query81.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query82.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query82.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query83.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query83.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query84.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query84.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query85.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query85.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query86.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query86.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query87.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query87.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query88.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query88.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query89.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query89.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query9.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query9.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query90.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query90.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query91.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query91.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query92.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query92.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query93.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query93.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query94.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query94.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query95.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query95.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query96.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query96.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query97.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query97.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query98.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query98.sql.out ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query99.sql ./spark-connector/spark-common/src/test/resources/test-sqls/tpcds/query99.sql.out ./web/jsconfig.json ./web/package.json ./web/pnpm-lock.yaml ./web/licenses/CC0.txt ./web/licenses/anymatch.txt ./web/licenses/argparse.txt ./web/licenses/axe-core.txt ./web/licenses/boolbase.txt ./web/licenses/caniuse-lite.txt ./web/licenses/cheerio-select.txt ./web/licenses/chownr.txt ./web/licenses/cliui.txt ./web/licenses/css-select.txt ./web/licenses/css-what.txt ./web/licenses/damerau-levenshtein.txt ./web/licenses/domelementtype.txt ./web/licenses/domhandler.txt ./web/licenses/domutils.txt ./web/licenses/electron-to-chromium.txt ./web/licenses/entities.txt ./web/licenses/eslint-import-resolver-typescript.txt ./web/licenses/eslint-scope.txt ./web/licenses/espree.txt ./web/licenses/esquery.txt ./web/licenses/esrecurse.txt ./web/licenses/estraverse.txt ./web/licenses/esutils.txt ./web/licenses/extract-zip.txt ./web/licenses/fast-shallow-equal.txt ./web/licenses/fastq.txt ./web/licenses/flatted.txt ./web/licenses/foreground-child.txt ./web/licenses/fs-minipass.txt ./web/licenses/glob-parent.txt ./web/licenses/glob.txt ./web/licenses/graceful-fs.txt ./web/licenses/hoist-non-react-statics.txt ./web/licenses/humanwhocodes-object-schema.txt ./web/licenses/hyphenate-style-name.txt ./web/licenses/inflight.txt ./web/licenses/inherits.txt ./web/licenses/isaacs-cliui.txt ./web/licenses/isexe.txt ./web/licenses/jackspeak.txt ./web/licenses/lru-cache.txt ./web/licenses/mdn-data.txt ./web/licenses/minimatch.txt ./web/licenses/minipass.txt ./web/licenses/nano-css.txt ./web/licenses/nth-check.txt ./web/licenses/object-schema.txt ./web/licenses/once.txt ./web/licenses/path-scurry.txt ./web/licenses/picocolors.txt ./web/licenses/qrcode-react.txt ./web/licenses/qrcode.react.txt ./web/licenses/qs.txt ./web/licenses/react-transition-group.txt ./web/licenses/react-universal-interface.txt ./web/licenses/react-use.txt ./web/licenses/rimraf.txt ./web/licenses/semver.txt ./web/licenses/set-harmonic-interval.txt ./web/licenses/signal-exit.txt ./web/licenses/source-map-js.txt ./web/licenses/source-map.txt ./web/licenses/tar.txt ./web/licenses/trysound-sax.txt ./web/licenses/ts-easing.txt ./web/licenses/tslib.txt ./web/licenses/type-fest.txt ./web/licenses/typescript-eslint-parser.txt ./web/licenses/typescript-eslint-scope-manager.txt ./web/licenses/typescript-eslint-types.txt ./web/licenses/typescript-eslint-typescript-estree.txt ./web/licenses/typescript-eslint-visitor-keys.txt ./web/licenses/ungap-structured-clone.txt ./web/licenses/uri-js.txt ./web/licenses/which.txt ./web/licenses/wrappy.txt ./web/licenses/yallist.txt ./web/licenses/yaml.txt ./web/src/lib/icons/svg/doris.svg ./web/src/lib/icons/svg/hive.svg