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

jiangtian pushed a change to branch iotdb
in repository https://gitbox.apache.org/repos/asf/tsfile.git


    from 1f2d041a modify hash function from md5 to SHA-256 (#292)
     new 44ed5561 Fix code scanning alert no. 11: Multiplication result 
converted to larger type (#287)
     new ca301cb3 Fix code scanning alert no. 5: Unsigned difference expression 
compared to zero (#288)
     new 07d11823 Fix that time deletion does not take effect in 
TableChunkReader

The 3 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:
 cpp/src/reader/bloom_filter.cc                     |  2 +-
 cpp/third_party/zlib-1.2.13/zutil.c                |  2 +-
 .../reader/chunk/AbstractAlignedChunkReader.java   |  3 +
 .../tsfile/read/reader/chunk/TableChunkReader.java |  7 +-
 .../reader/page/AbstractAlignedPageReader.java     |  3 +-
 .../read/reader/chunk/TableChunkReaderTest.java    | 90 ++++++++++++++++++++++
 .../org/apache/tsfile/tableview/TableViewTest.java | 32 ++++----
 7 files changed, 117 insertions(+), 22 deletions(-)
 create mode 100644 
java/tsfile/src/test/java/org/apache/tsfile/read/reader/chunk/TableChunkReaderTest.java

Reply via email to