-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table model insertion auto-cast & Fix TVList not removed when all data are deleted. #14391
Conversation
iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #14391 +/- ##
=========================================
Coverage 39.65% 39.66%
Complexity 185 185
=========================================
Files 4327 4327
Lines 275060 275038 -22
Branches 33413 33399 -14
=========================================
- Hits 109087 109084 -3
+ Misses 165973 165954 -19 ☔ View full report in Codecov by Sentry. |
# Conflicts: # iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java
...de/src/main/java/org/apache/iotdb/db/queryengine/plan/statement/crud/InsertRowStatement.java
Outdated
Show resolved
Hide resolved
… conversion for sql insertion
|
…easurement to be null and caused the memory estimator to throw NPE (#14391) (#14488) Co-authored-by: Tian Jiang <[email protected]>
Table model insertion can use auto-cast if the incoming data type is compatible with the registered type.

Below are the tolerant casts, the first column is the registered type, and the second column is the incoming type.