Skip to content

Modifications to eliminate stack overflow when parsing specific CSV f…#2434

Merged
barryw-mssql merged 1 commit intomainfrom
barry_test
May 28, 2024
Merged

Modifications to eliminate stack overflow when parsing specific CSV f…#2434
barryw-mssql merged 1 commit intomainfrom
barry_test

Conversation

@barryw-mssql
Copy link
Copy Markdown
Contributor

@barryw-mssql barryw-mssql commented May 28, 2024

Remove recursion when parsing CSV files resulting in a stack overflow. Add new test and CSV data file

#2400

@codecov
Copy link
Copy Markdown

codecov Bot commented May 28, 2024

Codecov Report

Attention: Patch coverage is 84.21053% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 50.12%. Comparing base (c79befa) to head (ee3e49c).

Current head ee3e49c differs from pull request most recent head 15b9b69

Please upload reports for the commit 15b9b69 to get more accurate results.

Files Patch % Lines
...oft/sqlserver/jdbc/SQLServerBulkCSVFileRecord.java 84.21% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2434      +/-   ##
============================================
- Coverage     50.19%   50.12%   -0.07%     
- Complexity     3851     3852       +1     
============================================
  Files           145      145              
  Lines         33394    33409      +15     
  Branches       5662     5667       +5     
============================================
- Hits          16761    16747      -14     
- Misses        14258    14280      +22     
- Partials       2375     2382       +7     

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

@barryw-mssql barryw-mssql merged commit 722c910 into main May 28, 2024
@Jeffery-Wasty Jeffery-Wasty linked an issue May 30, 2024 that may be closed by this pull request
@Jeffery-Wasty Jeffery-Wasty deleted the barry_test branch May 31, 2024 17:46
@barryw-mssql barryw-mssql restored the barry_test branch August 6, 2024 16:32
@Jeffery-Wasty Jeffery-Wasty deleted the barry_test branch November 20, 2024 21:11
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.

StackOverFlow when trying to write to Server

3 participants