-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: express TPC-H plan generation with existing infra (#172)
This PR uses `substrait_producer_sql_test` from `common.py` to express the TPC-H test targets that regenerate the Substrait plans using Isthmus. This replaces test-specific code with generic code and is, thus, a steps towards reducing the complexity of the tests. As a consequence, the paths of some snapshots change; however, note in the corresponding git commit that all files are renamed without content changes. Signed-off-by: Ingo Müller <[email protected]>
- Loading branch information
1 parent
6659d6f
commit 9aa6cdf
Showing
47 changed files
with
46 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q01_snapshots/IsthmusProducer/q01-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q02_snapshots/IsthmusProducer/q02-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q03_snapshots/IsthmusProducer/q03-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q04_snapshots/IsthmusProducer/q04-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q05_snapshots/IsthmusProducer/q05-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q06_snapshots/IsthmusProducer/q06-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q07_snapshots/IsthmusProducer/q07-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q08_snapshots/IsthmusProducer/q08-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q09_snapshots/IsthmusProducer/q09-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q10_snapshots/IsthmusProducer/q10-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q11_snapshots/IsthmusProducer/q11-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q12_snapshots/IsthmusProducer/q12-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q13_snapshots/IsthmusProducer/q13-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q14_snapshots/IsthmusProducer/q14-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q15_snapshots/IsthmusProducer/q15-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<java class 'org.apache.calcite.runtime.CalciteContextException'> |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q16_snapshots/IsthmusProducer/q16-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q17_snapshots/IsthmusProducer/q17-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q18_snapshots/IsthmusProducer/q18-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q19_snapshots/IsthmusProducer/q19-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q20_snapshots/IsthmusProducer/q20-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q21_snapshots/IsthmusProducer/q21-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...rait_consumer/tests/functional/tpch/q22_snapshots/IsthmusProducer/q22-isthmus_outcome.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
True |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters