You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When comparing the result read from an inputstream, we write lots of redunt codes to locate the column, summing the num of rows, ensuring readPrefix/readSuffix, etc.
That is verbose and easy to forget.
Enhancement
When comparing the result read from an inputstream, we write lots of redunt codes to locate the column, summing the num of rows, ensuring readPrefix/readSuffix, etc.
That is verbose and easy to forget.
#5371 (comment)
We can introduce a macro for tests, which is more simple and intuitive.
The text was updated successfully, but these errors were encountered: