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

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


    from 1e0c6953 Bump pnpm/action-setup from 3 to 4 (#75)
     add c9d3ea3f Add new data type example and pom.xml

No new revisions were added by this update.

Summary of changes:
 java/examples/pom.xml                              |  5 ++++
 .../src/main/java/org/apache/tsfile/Constant.java  |  4 +++
 .../java/org/apache/tsfile/DataGenerator.java}     | 35 +++++++++++-----------
 .../main/java/org/apache/tsfile/TsFileRead.java    |  8 +++++
 .../tsfile/TsFileWriteAlignedWithTSRecord.java     | 21 ++++++++++---
 .../tsfile/TsFileWriteAlignedWithTablet.java       | 28 +++++++++++------
 .../org/apache/tsfile/TsFileWriteWithTSRecord.java | 16 ++++++++--
 .../org/apache/tsfile/TsFileWriteWithTablet.java   | 23 +++++++++-----
 .../file/metadata/statistics/BlobStatistics.java   |  7 ++++-
 .../java/org/apache/tsfile/read/common/Field.java  |  4 ++-
 .../write/chunk/AlignedChunkGroupWriterImpl.java   |  9 +++++-
 .../chunk/NonAlignedChunkGroupWriterImpl.java      | 10 ++++++-
 .../tsfile/write/record/datapoint/DataPoint.java   |  5 +++-
 13 files changed, 128 insertions(+), 47 deletions(-)
 copy 
java/{tsfile/src/main/java/org/apache/tsfile/read/common/type/TypeFactory.java 
=> examples/src/main/java/org/apache/tsfile/DataGenerator.java} (64%)

Reply via email to