some microtuning

This commit is contained in:
Arndt Brenschede 2019-07-20 10:10:51 +02:00
parent d963814d78
commit 2213d4f7fc
9 changed files with 278 additions and 149 deletions

View file

@ -161,7 +161,7 @@ public abstract class BExpressionContext implements IByteArrayUnifier
if ( nonNullTags == 0) return null;
int len = ctx.getEncodedLength();
int len = ctx.closeAndGetEncodedLength();
byte[] ab = new byte[len];
System.arraycopy( abBuf, 0, ab, 0, len );