ilovesoup / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

FrameTupleAppender.appendConcat(IFrameTupleAccessor accessor0, int tIndex0, int[] fieldSlots1, byte[] bytes1, int offset1, int dataLen1) #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This method has some problem, the output frame gets messed up. But if I 
manually arrange a new tuple-builder by concating the left side and right side, 
and then append (a different append call in FrameTupleAppender) that new 
tuple-builder, everything works well.

Original issue reported on code.google.com by buyingyi@gmail.com on 21 Oct 2011 at 1:12