This is an automated email from the ASF dual-hosted git repository.
philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 4cafdf1d27 [GLUTEN-8103][DOC] Fix TPC-H/DS queries link (#8104)
4cafdf1d27 is described below
commit 4cafdf1d2746402e6df1293474d3756553c71505
Author: Ruilei Ma <[email protected]>
AuthorDate: Fri Nov 29 20:16:49 2024 +0800
[GLUTEN-8103][DOC] Fix TPC-H/DS queries link (#8104)
---
tools/workload/tpcds/README.md | 2 +-
tools/workload/tpch/README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/workload/tpcds/README.md b/tools/workload/tpcds/README.md
index efe3083d0c..8091054a0f 100644
--- a/tools/workload/tpcds/README.md
+++ b/tools/workload/tpcds/README.md
@@ -29,5 +29,5 @@ val dbgenDir = "/PATH/TO/TPCDS_DBGEN" // location of dbgen
Currently, Gluten with Velox can support Parquet file format and three
compression codec including snappy, gzip, zstd.
## Test Queries
-We provide the test queries in [TPC-DS
Queries](../../../gluten-core/src/test/resources/tpcds-queries).
+We provide the test queries in [TPC-DS
Queries](../../../tools/gluten-it/common/src/main/resources/tpcds-queries).
We also provide a Scala script in [Run TPC-DS](./run_tpcds) directory about
how to run TPC-DS queries.
diff --git a/tools/workload/tpch/README.md b/tools/workload/tpch/README.md
index 65a7deb09f..4180df60f8 100644
--- a/tools/workload/tpch/README.md
+++ b/tools/workload/tpch/README.md
@@ -48,6 +48,6 @@ val dwrf_file_path = "/PATH/TO/TPCH_DWRF_PATH"
```
## Test Queries
-We provide the test queries in [TPC-H
queries](../../../gluten-core/src/test/resources/tpch-queries).
+We provide the test queries in [TPC-H
queries](../../../tools/gluten-it/common/src/main/resources/tpch-queries).
We also provide a scala script in [Run TPC-H](./run_tpch/) directory about how
to run TPC-H queries.
Please note if you are using DWRF test, please remember to set the file format
to DWRF in the code.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]