Commit 4a8cdb2
authored
Update column names in pdsh query 18 (#21119)
This updates the column names in query 18 to match other engines.
Validated locally with
```
❯ python -m cudf_polars.experimental.benchmarks.pdsh --path /datasets/toaugspurger/tpch-rs/scale-10/ --suffix "" --iterations 1 18 --validate
❯ python -m cudf_polars.experimental.benchmarks.pdsh --path /datasets/toaugspurger/tpch-rs/scale-10/ --suffix "" --iterations 1 18 --engine duckdb
```
Authors:
- Tom Augspurger (https://github.com/TomAugspurger)
- Benjamin Zaitlen (https://github.com/quasiben)
- Matthew Murray (https://github.com/Matt711)
Approvers:
- Matthew Murray (https://github.com/Matt711)
- Richard (Rick) Zamora (https://github.com/rjzamora)
URL: #211191 parent 8c2a45e commit 4a8cdb2
File tree
1 file changed
+7
-7
lines changed- python/cudf_polars/cudf_polars/experimental/benchmarks
1 file changed
+7
-7
lines changedLines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
651 | | - | |
| 651 | + | |
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
| 656 | + | |
657 | 657 | | |
658 | | - | |
| 658 | + | |
659 | 659 | | |
660 | | - | |
| 660 | + | |
661 | 661 | | |
662 | 662 | | |
663 | 663 | | |
| |||
1373 | 1373 | | |
1374 | 1374 | | |
1375 | 1375 | | |
1376 | | - | |
| 1376 | + | |
1377 | 1377 | | |
1378 | | - | |
| 1378 | + | |
1379 | 1379 | | |
1380 | 1380 | | |
1381 | 1381 | | |
| |||
0 commit comments