-
Notifications
You must be signed in to change notification settings - Fork 165
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
fix: Make new comparison tests parseable #772
base: main
Are you sure you want to change the base?
Conversation
ACTION NEEDED Substrait follows the Conventional Commits The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. |
@@ -1,6 +1,7 @@ | |||
### SUBSTRAIT_SCALAR_TEST: v1.0 | |||
### SUBSTRAIT_INCLUDE: '/extensions/functions_comparison.yaml' | |||
|
|||
# complete |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does our grammar require description? Did we make that deliberately make that decision? (can't remember)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is test group name/description. should it be optional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not optional, hence the need to fix the test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was proposing if we should make it optional?
- all tests without group description, will assign a default name something like
default_<func>_tests
- OR add code to fail the pre-commit/PR workflow if there is no group description
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried making it optional in #769 but according to David there are issues downstream with that.
No description provided.