-
Notifications
You must be signed in to change notification settings - Fork 41
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
Conversation
…re/azure-kusto-go into user/ohbitton/addFileOptions
…re/azure-kusto-go into user/ohbitton/addFileOptions
Codecov ReportAttention:
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. |
kusto/ingest/source/source.go
Outdated
case ZIP: | ||
return "zip" | ||
} | ||
return "unknown compression type" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Difference between none & unknown?
There was a problem hiding this comment.
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
There was a problem hiding this 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
Added
RawDataSize, CompressionType file options
copilot:all