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

Support tables to correctly update or insert records #1512

Merged
merged 1 commit into from
Sep 24, 2019

Conversation

suhothayan
Copy link
Contributor

Purpose

Support record tables and in-memory tables to correctly update or insert records.

@codecov-io
Copy link

Codecov Report

Merging #1512 into master will increase coverage by 0.03%.
The diff coverage is 45%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1512      +/-   ##
============================================
+ Coverage     68.05%   68.08%   +0.03%     
  Complexity       45       45              
============================================
  Files           647      648       +1     
  Lines         27116    27172      +56     
  Branches       4268     4276       +8     
============================================
+ Hits          18453    18501      +48     
- Misses         6873     6883      +10     
+ Partials       1790     1788       -2
Impacted Files Coverage Δ Complexity Δ
...src/main/java/io/siddhi/core/table/CacheTable.java 96.37% <ø> (ø) 0 <0> (ø) ⬇️
.../main/java/io/siddhi/core/table/InMemoryTable.java 99.03% <100%> (+0.01%) 0 <0> (ø) ⬇️
...ore/table/record/AbstractQueryableRecordTable.java 85.98% <100%> (+0.05%) 0 <0> (ø) ⬇️
...iddhi/core/table/record/UpdateOrInsertReducer.java 34.88% <34.88%> (ø) 0 <0> (?)
...io/siddhi/core/table/record/ExpressionBuilder.java 57.52% <50%> (-0.12%) 0 <0> (ø)
.../siddhi/core/table/record/AbstractRecordTable.java 81.69% <57.14%> (-0.74%) 0 <0> (ø)
...o/siddhi/core/aggregation/IncrementalExecutor.java 81.25% <0%> (+0.78%) 0% <0%> (ø) ⬇️
...rocessor/stream/window/SessionWindowProcessor.java 71.64% <0%> (+5.22%) 0% <0%> (ø) ⬇️
.../siddhi/core/util/event/handler/StreamHandler.java 74% <0%> (+12%) 0% <0%> (ø) ⬇️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ecce626...1bef208. Read the comment docs.

@mohanvive mohanvive merged commit 6ff3f77 into siddhi-io:master Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants