This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch rc/2.0.0
in repository https://gitbox.apache.org/repos/asf/tsfile.git
discard 3dd3a1b2 Merge branch 'develop' into rc/2.0.0
discard f7b52841 Tablet.serialize() may throw an exception due to null values
in the Date column (#329)
omit 7068d818 update versions
omit 41d33f38 Change version to 2.0.0
add 1abb7a0a Bump logback version to 1.3.15 (#352)
add 1869d788 Add interface ColumnBuilder#getPositionCount
add 53cba292 update v2.0.0 RN (#366)
new 740f70cc update CPP and Py version
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 (3dd3a1b2)
\
N -- N -- N refs/heads/rc/2.0.0 (740f70cc)
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.
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:
RELEASE_NOTES.md | 18 ++++++++++++++++++
cpp/CMakeLists.txt | 2 +-
.../org/apache/tsfile/block/column/ColumnBuilder.java | 2 ++
java/pom.xml | 2 +-
.../read/common/block/column/BinaryColumnBuilder.java | 5 +++++
.../read/common/block/column/BooleanColumnBuilder.java | 5 +++++
.../read/common/block/column/DoubleColumnBuilder.java | 5 +++++
.../read/common/block/column/FloatColumnBuilder.java | 5 +++++
.../read/common/block/column/IntColumnBuilder.java | 5 +++++
.../read/common/block/column/LongColumnBuilder.java | 5 +++++
pom.xml | 6 ------
python/setup.py | 2 +-
12 files changed, 53 insertions(+), 9 deletions(-)