This is an automated email from the ASF dual-hosted git repository.

leerho pushed a change to branch 6.0.X
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git


    from a10806d  Merge pull request #252 from apache/6.0.X_pom_to_6.0.0
     add 38fa425  Merge pull request #253 from pawel-wiejacha/fix_set_position
     add ed6c611  Fixed all the tests which lacked the ability to test this bug.
     add 42b45a5  Typo
     new ec29e56  Merge pull request #255 from apache/6.0.X_cherrypick_tgt

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../datasketches/memory/MemoryRequestServer.java   |   2 +-
 .../memory/internal/NativeWritableBufferImpl.java  |  75 ++---
 .../memory/internal/NativeWritableMemoryImpl.java  | 115 +------
 .../internal/NonNativeWritableBufferImpl.java      |  73 ++---
 .../internal/NonNativeWritableMemoryImpl.java      | 117 +------
 .../memory/internal/WritableBufferImpl.java        |  13 -
 .../memory/internal/WritableMemoryImpl.java        |   5 +-
 .../internal/NativeWritableBufferImplTest.java     | 247 ++++++++++-----
 .../internal/NativeWritableMemoryImplTest.java     | 239 ++++++++++-----
 .../internal/NonNativeWritableBufferImplTest.java  | 341 ++++++++++-----------
 .../internal/NonNativeWritableMemoryImplTest.java  | 229 +++++++-------
 11 files changed, 705 insertions(+), 751 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to