Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Jul 18, 2024
1 parent 8c348d1 commit a6176d9
Show file tree
Hide file tree
Showing 142 changed files with 284 additions and 142 deletions.
3 changes: 2 additions & 1 deletion regression-test/suites/new_shapes_p0/clickbench/load.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@

// Note: To filter out tables from sql files, use the following one-liner comamnd
// sed -nr 's/.*tables: (.*)$/\1/gp' /path/to/*.sql | sed -nr 's/,/\n/gp' | sort | uniq
suite("load") { if (isCloudMode()) {
suite("load") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query1") { if (isCloudMode()) {
suite("query1") {
if (isCloudMode()) {
return
}
sql 'set enable_nereids_planner=true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query10") { if (isCloudMode()) {
suite("query10") {
if (isCloudMode()) {
return
}
sql 'set enable_nereids_planner=true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query11") { if (isCloudMode()) {
suite("query11") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query12") { if (isCloudMode()) {
suite("query12") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query13") { if (isCloudMode()) {
suite("query13") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query14") { if (isCloudMode()) {
suite("query14") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query15") { if (isCloudMode()) {
suite("query15") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query16") { if (isCloudMode()) {
suite("query16") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query17") { if (isCloudMode()) {
suite("query17") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query18") { if (isCloudMode()) {
suite("query18") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query19") { if (isCloudMode()) {
suite("query19") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query2") { if (isCloudMode()) {
suite("query2") {
if (isCloudMode()) {
return
}
sql 'set enable_nereids_planner=true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query20") { if (isCloudMode()) {
suite("query20") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query21") { if (isCloudMode()) {
suite("query21") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query22") { if (isCloudMode()) {
suite("query22") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query23") { if (isCloudMode()) {
suite("query23") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query24") { if (isCloudMode()) {
suite("query24") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query25") { if (isCloudMode()) {
suite("query25") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query26") { if (isCloudMode()) {
suite("query26") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query27") { if (isCloudMode()) {
suite("query27") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query28") { if (isCloudMode()) {
suite("query28") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query29") { if (isCloudMode()) {
suite("query29") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query3") { if (isCloudMode()) {
suite("query3") {
if (isCloudMode()) {
return
}
sql 'set enable_nereids_planner=true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query30") { if (isCloudMode()) {
suite("query30") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query31") { if (isCloudMode()) {
suite("query31") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query32") { if (isCloudMode()) {
suite("query32") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query33") { if (isCloudMode()) {
suite("query33") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query34") { if (isCloudMode()) {
suite("query34") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query35") { if (isCloudMode()) {
suite("query35") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query36") { if (isCloudMode()) {
suite("query36") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query37") { if (isCloudMode()) {
suite("query37") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query38") { if (isCloudMode()) {
suite("query38") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query39") { if (isCloudMode()) {
suite("query39") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query4") { if (isCloudMode()) {
suite("query4") {
if (isCloudMode()) {
return
}
sql 'set enable_nereids_planner=true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query40") { if (isCloudMode()) {
suite("query40") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query41") { if (isCloudMode()) {
suite("query41") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query42") { if (isCloudMode()) {
suite("query42") {
if (isCloudMode()) {
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query43") { if (isCloudMode()) {
suite("query43") {
if (isCloudMode()) {
return
}
sql 'set enable_nereids_planner=true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* under the License.
*/

suite("query5") { if (isCloudMode()) {
suite("query5") {
if (isCloudMode()) {
return
}
sql 'set enable_nereids_planner=true'
Expand Down
Loading

0 comments on commit a6176d9

Please sign in to comment.