Closed waynexia closed 1 year ago
Closes #57
Implement SORT_RESULT interceptor. Because we don't actual do comparison, we can only sort the result before comparing them.
SORT_RESULT
Consider the table result usually contains fixed header (column name etc.), this interceptor also provides two options to ignoring lines in head/tail.
As described above
New interceptor SORT_RESULT available
new example
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
availableHow does this change test
new example