-
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: do TPC-H plan validation for DuckDB with
Producer
(#169)
This PR reuses the plan validation that is part of the `Producer` interface in the tests that check plan validity for the TPC-H queries for DuckDB. This leads to the same result in terms of validity; however, the error class is different in the one error case, so the outcome changes from one error to another for that query. Signed-off-by: Ingo Müller <[email protected]>
- Loading branch information
1 parent
888adc7
commit cd5ff39
Showing
2 changed files
with
2 additions
and
16 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ans_valid/test_duckdb_substrait_plans_valid/test_tpch_sql_18/test_tpch_sql_18_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 |
---|---|---|
@@ -1 +1 @@ | ||
<class 'google.protobuf.json_format.ParseError'> | ||
<class 'ValueError'> |
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