Skip to content
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

Allow to write time column only #14703

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Merge branch 'master' into allow_write_time_only

b663719
Select commit
Loading
Failed to load commit list.
Open

Allow to write time column only #14703

Merge branch 'master' into allow_write_time_only
b663719
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 17, 2025 in 0s

39.38% (+0.00%) compared to 44e9725

View this Pull Request on Codecov

39.38% (+0.00%) compared to 44e9725

Details

Codecov Report

Attention: Patch coverage is 69.76744% with 13 lines in your changes missing coverage. Please review.

Project coverage is 39.38%. Comparing base (44e9725) to head (b663719).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...ngine/plan/statement/crud/InsertBaseStatement.java 73.33% 4 Missing ⚠️
...rc/main/java/org/apache/iotdb/session/Session.java 71.42% 2 Missing ⚠️
...ueryengine/plan/relational/sql/ast/InsertRows.java 0.00% 2 Missing ⚠️
.../db/protocol/thrift/impl/ClientRPCServiceImpl.java 0.00% 1 Missing ⚠️
...ne/plan/planner/plan/node/write/InsertRowNode.java 50.00% 1 Missing ⚠️
...anner/plan/node/write/RelationalInsertRowNode.java 66.66% 1 Missing ⚠️
...er/plan/node/write/RelationalInsertTabletNode.java 66.66% 1 Missing ⚠️
...engine/plan/statement/crud/InsertRowStatement.java 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #14703   +/-   ##
=========================================
  Coverage     39.38%   39.38%           
  Complexity      193      193           
=========================================
  Files          4405     4405           
  Lines        279401   279419   +18     
  Branches      34125    34130    +5     
=========================================
+ Hits         110049   110058    +9     
- Misses       169352   169361    +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.