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

SNOW-850068: Remove deprecated parser and downloader #770

Merged

Conversation

sfc-gh-pbulawa
Copy link
Collaborator

Description

Remove deprecated parsers and downloaders.

Checklist

  • Code compiles correctly
  • Code is formatted according to Coding Conventions
  • Created tests which fail without the change (if possible)
  • All tests passing (dotnet test)
  • Extended the README / documentation, if necessary
  • Provide JIRA issue id (if possible) or GitHub issue id in PR name

@sfc-gh-pbulawa sfc-gh-pbulawa requested a review from a team as a code owner September 4, 2023 07:41
…deprecated-parser-and-downloader

# Conflicts:
#	Snowflake.Data.Tests/UnitTests/ChunkDeserializerTest.cs
#	Snowflake.Data.Tests/UnitTests/ChunkDownloaderFactoryTest.cs
#	Snowflake.Data.Tests/UnitTests/ChunkParserFactoryTest.cs
#	Snowflake.Data.Tests/UnitTests/ChunkStreamingParserTest.cs
#	Snowflake.Data/Core/ChunkDeserializer.cs
#	Snowflake.Data/Core/ChunkStreamingParser.cs
#	Snowflake.Data/Core/SFBlockingChunkDownloader.cs
#	Snowflake.Data/Core/SFChunkDownloaderV2.cs
Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a1f1d6f) 84.46% compared to head (e4a956d) 84.27%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #770      +/-   ##
==========================================
- Coverage   84.46%   84.27%   -0.19%     
==========================================
  Files          92       88       -4     
  Lines        9576     9327     -249     
  Branches      891      873      -18     
==========================================
- Hits         8088     7860     -228     
+ Misses       1257     1241      -16     
+ Partials      231      226       -5     

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

@sfc-gh-pbulawa sfc-gh-pbulawa merged commit 9d61e81 into master Feb 15, 2024
21 of 22 checks passed
@sfc-gh-pbulawa sfc-gh-pbulawa deleted the SNOW-850068-remove-deprecated-parser-and-downloader branch February 15, 2024 17:11
@github-actions github-actions bot locked and limited conversation to collaborators Feb 15, 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.

None yet

2 participants