dimas-b commented on a change in pull request #130:
URL: https://github.com/apache/calcite-avatica/pull/130#discussion_r523012805
##########
File path: core/src/test/java/org/apache/calcite/avatica/FrameTest.java
##########
@@ -105,6 +106,84 @@ public void testMultipleRows() {
serializeAndTestEquality(singleRow);
}
+ protected void testValueRoundTrip(Object value) {
Review comment:
Sorry, @joshelser, I'm not sure what you mean.
`testSingleRow`, unlike `testValueRoundTrip`, uses a multi-value row and
both call the existing `serializeAndTestEquality` method to do actual
validation.
`testValueRoundTrip` is essentially a convenience method for deal with
single-valued rows.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]