| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Does this test the case of multiple data buffers?
Sorry, something went wrong.
There was a problem hiding this comment.
You mean ViewVarCharVector.dataBuffers.size() > 1. I'm afraid not. I'll check it, and add a case if it's not covered.
Sorry, something went wrong.
| VectorAppender appender = new VectorAppender(target); | ||
| delta.accept(appender, null); | ||
|
|
||
| assertEquals(2, target.getDataBuffers().size()); |
There was a problem hiding this comment.
@lidavidm ViewVarCharVector.dataBuffers.size() > 1 is already covered in this test case.
Sorry, something went wrong.
There was a problem hiding this comment.
But what about the cases where target and delta have more than one data buffer before appending?
Sorry, something went wrong.
There was a problem hiding this comment.
It's covered in e918540.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #48.