-
Notifications
You must be signed in to change notification settings - Fork 98
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
Support asserting RETURN result column names in testing framework #3417
Conversation
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.
LGTM! Can u add a test case for this feature?
Added a test case for basic usage. Let me know if I should add tests for CSV answers and hashing as well. |
Noura|25 | ||
Adam|30 | ||
Karissa|40 | ||
Zhang|50 |
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.
Add a new line here.
…zudb#3417) * preliminary implementation of column name assertion * change column name format * Run clang-format * support FILE answers for column names * change interaction to include hash compare * Run clang-format * add example test case * add newline --------- Co-authored-by: s32jia <[email protected]> Co-authored-by: CI Bot <[email protected]> (cherry picked from commit 08df7d7)
Column Name Assertion
-CHECK_COLUMN_NAMES
Example