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

feat: SORT_RESULT interceptor #58

Merged
merged 3 commits into from
Jul 3, 2023
Merged

feat: SORT_RESULT interceptor #58

merged 3 commits into from
Jul 3, 2023

Conversation

waynexia
Copy link
Member

Which issue does this PR close?

Closes #57

Rationale for this change

Implement SORT_RESULT interceptor. Because we don't actual do comparison, we can only sort the result before comparing them.

Consider the table result usually contains fixed header (column name etc.), this interceptor also provides two options to ignoring lines in head/tail.

What changes are included in this PR?

As described above

Are there any user-facing changes?

New interceptor SORT_RESULT available

How does this change test

new example

waynexia added 2 commits June 29, 2023 19:42
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
@waynexia waynexia requested a review from jiacai2050 June 29, 2023 12:09
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Copy link
Member

@jiacai2050 jiacai2050 left a comment

Choose a reason for hiding this comment

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

LGTM

@jiacai2050 jiacai2050 added this pull request to the merge queue Jul 3, 2023
Merged via the queue into main with commit c7302c9 Jul 3, 2023
@waynexia waynexia deleted the order-interceptor branch July 3, 2023 09:28
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.

support IGNORE_ORDER interceptor
2 participants