-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Skip TTL check when there is no TTL and no mods file in the data region #16110
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
Conversation
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/schema/ttl/TTLCache.java
Outdated
Show resolved
Hide resolved
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #16110 +/- ##
============================================
+ Coverage 38.92% 38.95% +0.03%
Complexity 198 198
============================================
Files 4876 4876
Lines 317412 318283 +871
Branches 40016 40150 +134
============================================
+ Hits 123548 123996 +448
- Misses 193864 194287 +423 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…on (#16110) * Skip TTL check when there is no ttl in the data region and no mods file * check back quote



Description
Skip TTL check when there is no TTL and no mods file in the data region