Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests from substrait #98

Merged

Conversation

srikrishnak
Copy link
Contributor

@srikrishnak srikrishnak commented Nov 20, 2024

  1. Fix dialects to only contain the supported functions
  2. Don't raise exception if a test case's arguments don't match with
    the supported kernel. It is not a failure case. Examples can include
    regexp string functions.
  3. Update Dockerfiles to install the required packages

1. Fix dialects to only contain the supported functions
2. Don't raise exception if a test case's arguments don't match with
the supported kernel. It is not a failure case. Examples can include
regexp string functions.
3. Update Dockerfiles to install the required packages
@srikrishnak srikrishnak force-pushed the run-tests-from-substrait branch from b9f38da to 841f636 Compare December 11, 2024 17:49
@srikrishnak srikrishnak changed the title DRAFT: Run tests from substrait Run tests from substrait Dec 11, 2024
@srikrishnak srikrishnak marked this pull request as ready for review December 11, 2024 17:51
@@ -161,8 +159,6 @@ def __supports_case_kernel(
if matched:
return None

if not arg_len_matched:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Long term we are going to want to be strict about the argument counts. Perhaps add an issue to track bringing these back?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

filed issue #103 . Thanks!

@EpsilonPrime EpsilonPrime merged commit 06626e6 into substrait-io:main Dec 12, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants