This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git
commit f92a3c9ca2df552cee973192090dcefe442a6b99 Merge: dd4f49c 80cfa51 Author: Alexander Saydakov <[email protected]> AuthorDate: Mon Aug 19 13:17:53 2019 -0700 Merge pull request #266 from apache/array_of_doubles_union_fix fixed direct union memory layout problem .../tuple/ArrayOfDoublesSetOperationBuilder.java | 4 +- .../yahoo/sketches/tuple/ArrayOfDoublesUnion.java | 86 +++++-------------- .../sketches/tuple/DirectArrayOfDoublesUnion.java | 37 +++++++-- .../sketches/tuple/HeapArrayOfDoublesUnion.java | 22 +---- .../sketches/tuple/SerializerDeserializer.java | 31 ------- .../sketches/tuple/ArrayOfDoublesUnionTest.java | 96 +++++++++++++++++----- .../yahoo/sketches/tuple/ReadOnlyMemoryTest.java | 17 ---- 7 files changed, 133 insertions(+), 160 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
