Commit 63da4a4
Table model data deletion (#13878)
* temp save
* temp save
* Change modification format
* update tsfile version
* fix deviceId match
* fix identitySinOperatorTest
* refactor interface hierachy
* refactor package structure
* spotless
* support table deletion
* fix test
* remove v1 mod file
* fix read empty mod
* add table deletion IT
* Fix nullability check in buildTsBlock().
* fix partialPath type in TreeDeletionEntry
* add predicate ut
* allow multiple mods in a plan node
* implment deleteDataForDropTable & fix IT
* fix log level
* ignore one test
* Added table IT (#13978)
* Update IoTDBTableIT.java
* Update DataNodeInternalRPCServiceImpl.java
* fix RelationalDeleteDataPlan serialization
* spotless
* add license
* Support more compicated deletion predicate
* fix tests
* update tsfile version & update tests
* fix modEntry merge
* parallel file deletion & fix ut
* add performance test
remove redundant force
optimize the procdedure of writing modfile
* all shared mod file framework
* fix TsFileResourceSerialization
* add mod file manager
* fix TsFileResource deserialization
* fix exception handle
* spotless
* fulfill deletion framework
* ignore perf test
* use buffered stream to read mods
* fix ut
* spotless
* add mod file exists marker and log condition
* fix tests
* fix test
* Drop column adaptation (#14073)
* drop column
* Update IoTDBTableIT.java
* Update IoTDBTableIT.java
* adaptation (#14077)
* fix comments
* Fixed the adaptation of delete device (#14081)
* adaptation
* Fix
* Update DeleteDevice.java
* Update AnalyzeUtils.java
* Update IoTDBDeviceIT.java
* update maxTime in TVList after deletion
* fix comment
* fix comment
---------
Co-authored-by: Caideyipi <[email protected]>1 parent 0d64827 commit 63da4a4
File tree
151 files changed
+6099
-1963
lines changed- integration-test/src
- main/java/org/apache/iotdb/it/utils
- test/java/org/apache/iotdb
- db/it
- relational/it
- db/it
- schema
- iotdb-core
- confignode/src
- main/java/org/apache/iotdb/confignode
- client/async
- manager
- procedure/impl/schema/table
- test/java/org/apache/iotdb/confignode/procedure/impl/schema/table
- datanode/src
- main/java/org/apache/iotdb/db
- consensus/statemachine/dataregion
- pipe
- connector/payload/legacy
- event/common/tsfile
- extractor/dataregion/realtime/listener
- receiver/protocol/legacy/loader
- resource/tsfile
- protocol/thrift/impl
- queryengine
- execution
- executor
- fragment
- operator/source
- plan
- analyze
- load
- execution/config/executor
- planner/plan/node
- load
- write
- relational
- analyzer
- metadata/fetcher
- planner
- sql/ast
- schemaengine/schemaregion
- mtree/impl/mem
- utils
- storageengine
- dataregion
- compaction
- execute
- performer/impl
- recover
- task
- subtask
- utils
- executor
- batch
- fast
- log
- selector
- estimator
- impl
- settle
- memtable
- modification
- v1
- io
- read
- filescan/impl
- reader/chunk/metadata
- snapshot
- tsfile
- wal
- buffer
- node
- recover/file
- load
- splitter
- tools
- settle
- validate
- utils
- datastructure
- io
- test/java/org/apache/iotdb/db
- metadata/path
- pipe/resource
- queryengine
- execution/operator/sink
- plan/planner/plan/node/write
- storageengine/dataregion
- compaction
- cross
- inner
- sizetiered
- repair
- settle
- tablemodel
- utils
- memtable
- modification
- v1/io
- wal/recover/file
- tools
- node-commons/src/main/java/org/apache/iotdb/commons
- partition
- path
- pipe/receiver
- schema/table
- iotdb-protocol
- thrift-confignode/src/main/thrift
- thrift-datanode/src/main/thrift
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
151 files changed
+6099
-1963
lines changedLines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
250 | 251 | | |
251 | 252 | | |
252 | 253 | | |
253 | | - | |
| 254 | + | |
254 | 255 | | |
255 | 256 | | |
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
259 | 260 | | |
260 | | - | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
267 | | - | |
| 266 | + | |
| 267 | + | |
268 | 268 | | |
269 | | - | |
270 | 269 | | |
271 | 270 | | |
272 | 271 | | |
| |||
0 commit comments