This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch sevo_support
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from c9d3f7ca bump version
add 8b4c0db6 fix rewrite non aligned chunk (#713)
add 7eba4b9c Add @MustOverride (#714)
add 635afa3d TimeFilter.canSkip() use getStatistics() method (#715)
add 8bb65754 move the package of MustOverride
new 12fdc41e Merge branch 'develop' into sevo_support
new cccd0c05 bump version
new ac99eeff bump version
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/pom.xml | 2 +-
java/common/pom.xml | 2 +-
.../annotations/{TableModel.java => MustOverride.java} | 13 +++++++------
java/examples/pom.xml | 4 ++--
java/pom.xml | 4 ++--
java/tools/pom.xml | 6 +++---
java/tsfile/pom.xml | 4 ++--
.../src/main/java/org/apache/tsfile/read/common/Chunk.java | 4 +++-
.../org/apache/tsfile/read/filter/basic/TimeFilter.java | 8 ++++----
pom.xml | 2 +-
python/pom.xml | 2 +-
11 files changed, 27 insertions(+), 24 deletions(-)
copy java/common/src/main/java/org/apache/tsfile/annotations/{TableModel.java
=> MustOverride.java} (73%)