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

User/ohbitton/add file options #212

Merged
merged 20 commits into from
Dec 3, 2023
Merged

Conversation

ohadbitt
Copy link
Contributor

@ohadbitt ohadbitt commented Nov 7, 2023

Added

RawDataSize, CompressionType file options

copilot:all

Copy link

github-actions bot commented Nov 14, 2023

Test Results

473 tests  +15   473 ✔️ +18   12m 39s ⏱️ - 6m 25s
  26 suites +  1       0 💤 ±  0 
    1 files   ±  0       0  -   3 

Results for commit 942186b. ± Comparison against base commit c557823.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Nov 16, 2023

Codecov Report

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

Comparison is base (73fa835) 51.49% compared to head (942186b) 52.20%.
Report is 1 commits behind head on master.

Files Patch % Lines
kusto/ingest/file_options.go 0.00% 6 Missing ⚠️
kusto/ingest/internal/queued/queued.go 80.64% 4 Missing and 2 partials ⚠️
kusto/ingest/managed.go 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #212      +/-   ##
==========================================
+ Coverage   51.49%   52.20%   +0.70%     
==========================================
  Files          53       53              
  Lines        5872     5888      +16     
==========================================
+ Hits         3024     3074      +50     
+ Misses       2632     2595      -37     
- Partials      216      219       +3     

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

@ohadbitt ohadbitt requested a review from AsafMah November 16, 2023 14:00
kusto/ingest/source/source.go Outdated Show resolved Hide resolved
case ZIP:
return "zip"
}
return "unknown compression type"
Copy link
Contributor

Choose a reason for hiding this comment

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

Difference between none & unknown?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes
not mine but usefull

kusto/ingest/internal/queued/queued.go Outdated Show resolved Hide resolved
kusto/test/etoe/etoe_test.go Outdated Show resolved Hide resolved
kusto/test/etoe/ingestion_status_e2e_test.go Show resolved Hide resolved
kusto/ingest/internal/queued/queued_test.go Outdated Show resolved Hide resolved
kusto/ingest/source/source.go Outdated Show resolved Hide resolved
Copy link
Contributor

@AsafMah AsafMah left a comment

Choose a reason for hiding this comment

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

Looks good - just fix the one thing

kusto/ingest/ingestoptions/ingestoptions.go Outdated Show resolved Hide resolved
@ohadbitt ohadbitt merged commit 03783a1 into master Dec 3, 2023
8 checks passed
@ohadbitt ohadbitt deleted the user/ohbitton/addFileOptions branch December 3, 2023 14:08
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