Skip to content

Commit

Permalink
fix: update isthmus tpch substrait plans (#105)
Browse files Browse the repository at this point in the history
* fix: update isthmus tpch substrait plans

* fix: add leading zero for sorting filenames
  • Loading branch information
richtia authored Sep 12, 2024
1 parent 9307719 commit 76e9b8f
Show file tree
Hide file tree
Showing 29 changed files with 13,646 additions and 13,971 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ TPCH_QUERY_TESTS = (
"test_name": "test_tpch_sql_1",
"file_names": ["lineitem.parquet"],
"sql_query": get_sql("q1.sql"),
"substrait_query": get_substrait_plan("query_1_plan.json"),
"substrait_query": get_substrait_plan("query_01_plan.json"),
},
{
"test_name": "test_tpch_sql_2",
Expand All @@ -116,7 +116,7 @@ TPCH_QUERY_TESTS = (
"region.parquet",
],
"sql_query": get_sql("q2.sql"),
"substrait_query": get_substrait_plan("query_2_plan.json"),
"substrait_query": get_substrait_plan("query_02_plan.json"),
},
]
```
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 76e9b8f

Please sign in to comment.