This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch snapshot/1.1.0-241216
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from 16ea31a0 [To dev/1.1] Add FlushChunkMetadataListener (#328) (#336)
new 547b9ade Add PooledBinary Class (#308)
new 25722396 Make Binary implement Accountable
The 2 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:
.../main/java/org/apache/tsfile/utils/Binary.java | 11 +-
.../java/org/apache/tsfile/utils/PooledBinary.java | 175 +++++++++++++++++++++
2 files changed, 185 insertions(+), 1 deletion(-)
create mode 100644
java/common/src/main/java/org/apache/tsfile/utils/PooledBinary.java