Commit 733ec8f
ARROW-7546: [Java] Use new implementation to concat vectors values in batch
Related to [ARROW-7546](https://issues.apache.org/jira/browse/ARROW-7546).
Per discussion apache/arrow#5945 (comment).
In ARROW-7284, we write a simple method to concat vectors. However, ARROW-7073 is about to concat vector values efficiently, after this PR merged, we should use this new implementation in ArrowReader.
Closes #6431 from tianchen92/ARROW-7546 and squashes the following commits:
9bced461c <tianchen> ARROW-7546: Use new implementation to concat vectors values in batch
Authored-by: tianchen <[email protected]>
Signed-off-by: Micah Kornfield <[email protected]>1 parent b2e8187 commit 733ec8f
File tree
1 file changed
+3
-16
lines changed- vector/src/main/java/org/apache/arrow/vector/ipc
1 file changed
+3
-16
lines changedLines changed: 3 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
| 228 | + | |
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
| |||
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | 246 | | |
0 commit comments