Skip to content

Commit

Permalink
[chore](ci) fix script (#32420)
Browse files Browse the repository at this point in the history
Co-authored-by: stephen <[email protected]>
  • Loading branch information
hello-stephen and stephen authored Mar 18, 2024
1 parent 049596d commit 2d18656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/tpcds-tools/bin/run-tpcds-queries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ get_session_variable() {
}
backup_session_variables_file="${CURDIR}/../conf/opt/backup_session_variables.sql"
backup_session_variables() {
touch "${backup_session_variables_file}"
while IFS= read -r line; do
k="${line/set global /}"
k="${k%=*}"
Expand Down
1 change: 1 addition & 0 deletions tools/tpch-tools/bin/run-tpch-queries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ get_session_variable() {
}
backup_session_variables_file="${CURDIR}/../conf/opt/backup_session_variables.sql"
backup_session_variables() {
touch "${backup_session_variables_file}"
while IFS= read -r line; do
k="${line/set global /}"
k="${k%=*}"
Expand Down

0 comments on commit 2d18656

Please sign in to comment.