Skip to content

Commit

Permalink
fix(tpc): update download method of tpch data (IGinX-THU#448)
Browse files Browse the repository at this point in the history
* fix(tpc): update download method of tpch data

* recover other tests

---------

Co-authored-by: Yuqing Zhu <[email protected]>
  • Loading branch information
jzl18thu and zhuyuqing authored Sep 14, 2024
1 parent f739f9e commit a6e98dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 238 deletions.
49 changes: 0 additions & 49 deletions .github/scripts/tpch/download_tpch_data.sh

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/tpc-h.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ jobs:
- name: Download TPC-H Data
shell: bash
run: |
chmod +x "${GITHUB_WORKSPACE}/.github/scripts/tpch/download_tpch_data.sh"
"${GITHUB_WORKSPACE}/.github/scripts/tpch/download_tpch_data.sh"
wget https://github.com/IGinX-THU/IGinX-resources/raw/main/resources/tpc.7z
sudo apt-get install p7zip-full
7za x tpc.7z
ls tpc
- name: Run ZooKeeper
uses: ./.github/actions/zookeeperRunner
Expand Down
187 changes: 0 additions & 187 deletions test/src/test/resources/tpch/thu_cloud_download.py

This file was deleted.

0 comments on commit a6e98dd

Please sign in to comment.