This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch ty/iotdb_tsfile_v4
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from 25d96d0c Merge branch 'ty/iotdb_tsfile_v4' of
https://github.com/apache/tsfile into ty/iotdb_tsfile_v4
add 8c8cc524 add README-zh (#89)
add d13393a1 change Comparison to table (#90)
add 30e8d8cb Update README.md (#91)
add b584c6fc Update .asf.yaml
add 75533759 readme add link (#92)
add 442a5956 Feature/updated cmake (#86)
add f2c24d11 merge Build and Use (#93)
add b956d4ca merge config files to iotdb-system.properties (#85)
add 3f425bcd Merge remote-tracking branch 'origin/develop' into
ty/iotdb_tsfile_v4
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 5 +-
.mvn/wrapper/maven-wrapper.properties | 4 +-
README-zh.md | 127 ++++++
README.md | 476 +++------------------
.../tsfile/README-zh.md | 18 +-
.../tsfile/README.md | 18 +-
java/tsfile/README-zh.md | 199 +++++++++
java/tsfile/README.md | 184 ++++++--
.../apache/tsfile/common/conf/TSFileConfig.java | 2 +-
pom.xml | 6 +
10 files changed, 578 insertions(+), 461 deletions(-)
create mode 100644 README-zh.md
copy docs/src/Development/Community-Project-Committers.md =>
cpp/tsfile/README-zh.md (71%)
copy docs/src/Development/Community-Project-Committers.md =>
cpp/tsfile/README.md (71%)
create mode 100644 java/tsfile/README-zh.md