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

Gcl timestamp overwrite #2331

Merged
merged 5 commits into from
Jun 23, 2023
Merged

Gcl timestamp overwrite #2331

merged 5 commits into from
Jun 23, 2023

Conversation

Licenser
Copy link
Member

Pull request

Description

This PR enables defining a custom timestamp for GCL events instead of using event.ingest_ns.

Checklist

  • The RFC, if required, has been submitted and approved
  • Any user-facing impact of the changes is reflected in docs.tremor.rs
  • The code is tested
  • Use of unsafe code is reasoned about in a comment
  • Update CHANGELOG.md appropriately, recording any changes, bug fixes, or other observable changes in behavior
  • The performance impact of the change is measured (see below)

Performance

-/-

Signed-off-by: Heinz N. Gies <[email protected]>
@codecov
Copy link

codecov bot commented Jun 23, 2023

Codecov Report

Merging #2331 (df6adea) into main (f008c7f) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2331      +/-   ##
==========================================
+ Coverage   91.08%   91.10%   +0.02%     
==========================================
  Files         275      275              
  Lines       58211    58220       +9     
==========================================
+ Hits        53020    53040      +20     
+ Misses       5191     5180      -11     
Flag Coverage Δ
unittests 91.10% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/connectors/impls/clickhouse.rs 97.17% <ø> (ø)
src/connectors/impls/gcl.rs 97.50% <ø> (ø)
src/connectors/impls/gcl/writer/meta.rs 99.48% <100.00%> (+0.03%) ⬆️
src/connectors/impls/gcl/writer/sink.rs 85.53% <100.00%> (-0.74%) ⬇️

... and 7 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

@Licenser Licenser enabled auto-merge (rebase) June 23, 2023 13:30
Copy link
Member

@darach darach left a comment

Choose a reason for hiding this comment

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

LGTM

@Licenser Licenser merged commit f5bb591 into main Jun 23, 2023
18 checks passed
@Licenser Licenser deleted the gcl-timestamp-overwrite branch June 23, 2023 13:38
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.

2 participants