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

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


 discard ab71a21a add java memoy usage.
 discard 0fc552e7 add py memory track.
 discard 057b0621 fix gorilla error.
 discard ece1d444 fix some compress error.
 discard 488338a9 fix benchmark.
 discard a6b1a234 add some bench mark.
 discard d0339f80 fix some code.
 discard 02dc3983 fix some error.
 discard 041476a1 fix deserialize.
 discard 23acd36a add read bench mark.
 discard 5a8f4647 add tsfile writing bench mark.
 discard 19da05c0 add write bench mark.
 discard fddf30e2 tmp code.
 discard 6d70ea28 benchMark tmp.
 discard 6e486685 add benchmark.
 discard 2a6ad8b2 tmp benchmark.
 discard 46ed0699 Fix python check isnull. (#458)
 discard c0ef37d2 Add branch protection for develop branches (#457)
 discard 0e70d041 fix segv when flush data. (#455)
 discard 16990f9d fix compile on clang 17. (#454)
 discard f3b4762a fix lower case in python.
 discard bb53924d add getter for encryptParam (#447)
 discard 05eb2042 Fixed the empty string ser/de bug & null string[] array 
calculation bug
 discard c95864f3 fix writer add memory threshold. (#446)
 discard b3998b9f fix column datatype mismatch (#444)
 discard 6d84b0e8 Fix data losing and loading tsfile in iotdb.
 discard cdafba40 primitive type compatible (#437)
 discard adaed7bf Refactor header packaging & fix zlib missing header (#434)
 discard 07b10d38 revert last change in cmake list (#438)
 discard 99669f0d fix for reset bug and add ut (#435)
 discard 5e28ccef Fix py read error (#433)
 discard 9881737d Release pointer in demo_write.cpp; Fix the error usage of 
maven in cpp example (#430)
 discard 1b06c48f fix compile in demo_cpp. (#432)
 discard 5057fff3 Separate header file dependencies for test and src. (#364)
 discard d7811048 Fix demos & multi device & multi flush (#431)
 discard 430fa281 fix read multi-large pages (#429)
 discard b3228acb Add cpp read comment (#426)
 discard df1d3820 Fix bugs and optimize TS2diff encoding. (#428)
 discard a0678232 Fix large page read and bitmap index (#427)
 discard 67291920 Add support for py V4. (#388)
 discard a4b3deb4 Fix losing first page and missing time column in result set 
metadata (#420)
 discard 7f362b25 compaction adapting new type when table alter column type 
(#415)
 discard 67ec3fa0 Example c cpp (#418)
 discard 9e10d5a4 fix snappy double free bug and add ut (#416)
 discard 4d2bf294 correct version in readme
 discard a95712cd C++ Tsfile V4 read (#409)
 discard 4f59f52d Revert "update github workflow for cpp"
 discard 5694fef2 update github workflow for cpp
 discard c7233223 Fix date string parse error (#413)
 discard 64b21b24 Fix float encoder overflow when float value itself over int 
range (#412)
 discard 2f0c7615 support C wrapper for tsfile v4. (#387)
 discard 87acfd97 Update doap_tsfile.rdf
 discard f7cd9100 Bump org.codehaus.mojo:exec-maven-plugin from 1.1.1 to 3.5.0 
(#392)
 discard e8927f10 Supplement 2.0.0 version UserGuide and modify Download (#365)
 discard f7f149e9 update download (#398)
 discard d706710a Don't print exception log when thread is interrupted (#386)
 discard c7e3e423 fix error version (#397)
 discard 2e48a5b5 Correct the retained size calculation for BinaryColumn and 
BinaryColumnBuilder
 discard 571becc1 trivial doc fix (#389)
 discard e7798610 Fix TsFile example compile issue (#396)
 discard 6da92146 Add more interface
 discard 7ab42599 Add TableDeviceChunkMetadata for tabel model
 discard ae1853ca update version to 2.1.0
 discard 95dd7391 Publish build scans to develocity.apache.org (#385)
 discard 28821c7b Implemented the V4 tree model and table model write processes
 discard 20df2458 add benchmark for tsfile java.
     add 00002d66 Implemented the V4 tree model and table model write processes
     add a5ba3b90 Publish build scans to develocity.apache.org (#385)
     add 2b0e1533 update version to 2.1.0
     add 59b8d0ba Add TableDeviceChunkMetadata for tabel model
     add 03c3aa6a Add more interface
     add d9e00ebf Fix TsFile example compile issue (#396)
     add d201c198 trivial doc fix (#389)
     add 9f8ab126 Correct the retained size calculation for BinaryColumn and 
BinaryColumnBuilder
     add 71652276 fix error version (#397)
     add b5c3e0ef Don't print exception log when thread is interrupted (#386)
     add 3e899211 update download (#398)
     add 09d291a2 Supplement 2.0.0 version UserGuide and modify Download (#365)
     add fc3ab700 Bump org.codehaus.mojo:exec-maven-plugin from 1.1.1 to 3.5.0 
(#392)
     add 535de84c Update doap_tsfile.rdf
     add 1beaf27c support C wrapper for tsfile v4. (#387)
     add abfbfb8c Fix float encoder overflow when float value itself over int 
range (#412)
     add 06036eff Fix date string parse error (#413)
     add c09988eb update github workflow for cpp
     add 8f4fffea Revert "update github workflow for cpp"
     add 2882d5d9 C++ Tsfile V4 read (#409)
     add 1bb58c77 correct version in readme
     add 642cea81 fix snappy double free bug and add ut (#416)
     add 0f1ab168 Example c cpp (#418)
     add 43e81495 compaction adapting new type when table alter column type 
(#415)
     add 128d3918 Fix losing first page and missing time column in result set 
metadata (#420)
     add 5ab2840a Add support for py V4. (#388)
     add 2c2e9117 Fix large page read and bitmap index (#427)
     add 434f0cb7 Fix bugs and optimize TS2diff encoding. (#428)
     add 5b923291 Add cpp read comment (#426)
     add e18bd44d fix read multi-large pages (#429)
     add c852f8d5 Fix demos & multi device & multi flush (#431)
     add 5dc3ee5e Separate header file dependencies for test and src. (#364)
     add 69ff73d7 fix compile in demo_cpp. (#432)
     add 8b44f2f7 Release pointer in demo_write.cpp; Fix the error usage of 
maven in cpp example (#430)
     add 89a31913 Fix py read error (#433)
     add 0adbc26b fix for reset bug and add ut (#435)
     add bb55b9ae revert last change in cmake list (#438)
     add 9c45be51 Refactor header packaging & fix zlib missing header (#434)
     add a6581623 primitive type compatible (#437)
     add 271fa6d0 Fix data losing and loading tsfile in iotdb.
     add d4a11413 fix column datatype mismatch (#444)
     add ef11ec92 fix writer add memory threshold. (#446)
     add ee25c3fb Fixed the empty string ser/de bug & null string[] array 
calculation bug
     add 37dcffbc add getter for encryptParam (#447)
     add e2557e54 fix lower case in python.
     add 94f1e9ce fix compile on clang 17. (#454)
     add 2ce0ed4a fix segv when flush data. (#455)
     add c7d21f3a Add branch protection for develop branches (#457)
     add c9db8d1e Fix python check isnull. (#458)
     add 19f74b08 Update release info after new version released (#462)
     add 99ea5e41 Add TsFile benchmark.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ab71a21a)
            \
             N -- N -- N   refs/heads/bench_mark (99ea5e41)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 RELEASE_NOTES.md | 37 +++++++++++++++++++++++++++++++++++++
 doap_tsfile.rdf  | 16 ++++++++++++++++
 2 files changed, 53 insertions(+)

Reply via email to