Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

fix: copy Attributes on Splitting Result Sets #147

Merged
merged 3 commits into from
Jan 8, 2024
Merged

Conversation

ulbi
Copy link
Contributor

@ulbi ulbi commented Dec 16, 2023

Closes #144

Proposed Changes

Briefly describe your proposed changes:
Just copied the attributes from the incoming flowFile and also hand them over, if there are subsequent one created.

Checklist

  • Rebased/mergeable
  • Tests pass

@codecov-commenter
Copy link

codecov-commenter commented Dec 16, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (849b374) 34.23% compared to head (e2c462d) 34.15%.
Report is 3 commits behind head on master.

Files Patch % Lines
...ocessors/internal/AbstractGetInfluxDatabase_2.java 0.00% 7 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #147      +/-   ##
============================================
- Coverage     34.23%   34.15%   -0.09%     
  Complexity      131      131              
============================================
  Files            27       27              
  Lines          2024     2029       +5     
  Branches        145      146       +1     
============================================
  Hits            693      693              
- Misses         1303     1308       +5     
  Partials         28       28              

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

@bednar bednar changed the title GetInfluxDatabaseRecord_2 Processor Fails to Copy Attributes on Splitting Result Sets feat: copy Attributes on Splitting Result Sets Jan 2, 2024
@bednar bednar changed the title feat: copy Attributes on Splitting Result Sets fix: copy Attributes on Splitting Result Sets Jan 2, 2024
Copy link
Contributor

@bednar bednar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your PR!

LGTM 🚀

@bednar bednar merged commit 33b58d9 into influxdata:master Jan 8, 2024
2 checks passed
@bednar bednar added this to the 1.27.0 milestone Jan 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GetInfluxDatabaseRecord_2 Processor Fails to Copy Attributes on Splitting Result Sets
3 participants