Skip to content

Resolve NPE when bulk copy operation is performed on computed column#2612

Merged
muskan124947 merged 4 commits intomainfrom
users/muskgupta/githubIssue#2606
Mar 6, 2025
Merged

Resolve NPE when bulk copy operation is performed on computed column#2612
muskan124947 merged 4 commits intomainfrom
users/muskgupta/githubIssue#2606

Conversation

@muskan124947
Copy link
Copy Markdown
Contributor

Github Issue -> #2606

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.55%. Comparing base (b0ff5b1) to head (81c8682).
Report is 7 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2612      +/-   ##
============================================
+ Coverage     51.51%   51.55%   +0.04%     
+ Complexity     4006     3994      -12     
============================================
  Files           147      147              
  Lines         33690    33706      +16     
  Branches       5629     5631       +2     
============================================
+ Hits          17356    17378      +22     
+ Misses        13903    13873      -30     
- Partials       2431     2455      +24     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread src/test/java/com/microsoft/sqlserver/jdbc/bulkCopy/BulkCopyCSVTest.java Outdated
Comment thread src/main/java/com/microsoft/sqlserver/jdbc/SQLServerBulkCopy.java
Jeffery-Wasty
Jeffery-Wasty previously approved these changes Mar 3, 2025
machavan
machavan previously approved these changes Mar 3, 2025
Comment thread src/test/java/com/microsoft/sqlserver/jdbc/bulkCopy/BulkCopyCSVTest.java Outdated
Comment thread src/test/java/com/microsoft/sqlserver/jdbc/bulkCopy/BulkCopyCSVTest.java Outdated
Copy link
Copy Markdown
Contributor

@lilgreenbird lilgreenbird left a comment

Choose a reason for hiding this comment

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

please run code formatter

tkyc
tkyc previously approved these changes Mar 3, 2025
@muskan124947 muskan124947 dismissed stale reviews from tkyc, machavan, and Jeffery-Wasty via 197ca95 March 4, 2025 09:26
machavan
machavan previously approved these changes Mar 4, 2025
David-Engel
David-Engel previously approved these changes Mar 4, 2025
Jeffery-Wasty
Jeffery-Wasty previously approved these changes Mar 4, 2025
@Jeffery-Wasty Jeffery-Wasty moved this from In progress to Under Peer Review in MSSQL JDBC Mar 4, 2025
@Jeffery-Wasty Jeffery-Wasty dismissed stale reviews from David-Engel, machavan, and themself via 81c8682 March 5, 2025 22:08
@muskan124947 muskan124947 merged commit f0f59f6 into main Mar 6, 2025
@github-project-automation github-project-automation Bot moved this from Under Peer Review to Closed/Merged PRs in MSSQL JDBC Mar 6, 2025
@Jeffery-Wasty Jeffery-Wasty deleted the users/muskgupta/githubIssue#2606 branch March 20, 2025 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Closed/Merged PRs

Development

Successfully merging this pull request may close these issues.

java.lang.NullPointerException: Cannot read field "columnName" because the return value of "java.util.Map.get(Object)" is null

6 participants