This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch rc/1.1
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from e5d64fa3 Add short-circuit evaluation and use Freemarker to generate
filters for different data types.
new 7b7d018b Fix log when closing TsFile. Allow to close TsFile even if no
device is written. Fix tablet generation in test.
new 86d5641f Optimize code coverage structure (#195)
new 9f92203e change 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:
.github/workflows/code-coverage.yml | 2 +-
.gitignore | 1 +
code-coverage/copy-code-coverage-sources.sh | 31 -------
code-coverage/pom.xml | 132 ----------------------------
cpp/pom.xml | 2 +-
cpp/src/file/write_file.cc | 8 +-
cpp/test/writer/tsfile_writer_test.cc | 12 +--
java/common/pom.xml | 2 +-
java/examples/pom.xml | 4 +-
java/pom.xml | 4 +-
java/tsfile/pom.xml | 4 +-
pom.xml | 5 +-
python/pom.xml | 2 +-
13 files changed, 24 insertions(+), 185 deletions(-)
delete mode 100755 code-coverage/copy-code-coverage-sources.sh
delete mode 100644 code-coverage/pom.xml