tsfile
tsfile copied to clipboard
Apache TsFile
In order to support manipulating TsFile in a table-like (or relational-like) manner for upper-level systems like IoTDB, new interfaces like `registerTable` and `writeTable` are introduced into TsFile. Also, deviceIds are...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13. Changelog Sourced from vite's changelog. 5.0.13 (2024-03-24) fix: fs.deny with globs with directories (#16250) (d2db33f), closes #16250 Commits 80b1b07 release: v5.0.13 d2db33f fix: fs.deny...
Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.5-5 to 1.5.6-3. Commits c77a765 v1.5.6-3 2d33a1e Fix missing Native free of Dict: Even when using a by-reference buffer, the d... 1ff8933 Use cross-compile for i386 b833326...
Bumps com.gradle:gradle-enterprise-maven-extension from 1.19.2 to 1.20.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.3.0 to 3.3.1. Commits 88262c5 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.3.1 47b8ec6 [MCHECKSTYLE-403] Goal checkstyle:checkstyle ignores testResources d12ab8f [MCHECKSTYLE-439] Upgrade to Parent 40 b4c97c4 fix typo in "ckecks" 2b0fc93...
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.5.0 to 3.6.3. Release notes Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases. 3.6.2 🐛 Bug Fixes [MJAVADOC-716] - Fix stale files detection failing because of the newline (#144) @gnodet [MJAVADOC-713]...
Bumps au.com.acegi:xml-format-maven-plugin from 3.2.2 to 3.3.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
## Description (Copied from [Apache IoTDB PR#12013](https://github.com/apache/iotdb/pull/12013).) This PR intends to provide `null` guards in the `TsFileExecutor`'s constructors. The inputs to the constructor of `TsFileExecutor` are immediately saved to the...