Bug fix. Allow passing null http headers object to translateTableName#12764
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12764 +/- ##
============================================
- Coverage 61.75% 61.53% -0.22%
+ Complexity 207 198 -9
============================================
Files 2436 2462 +26
Lines 133233 134627 +1394
Branches 20636 20839 +203
============================================
+ Hits 82274 82841 +567
- Misses 44911 45600 +689
- Partials 6048 6186 +138
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Not sure if implementations of |
|
Not just the test code which will invoke the real logic, in fact a lot of companies will invoke the handleRequest() method with their own ways.
And I just tested the code before the PR mentioned above, previously the test did work with a null httpHeaders. But after the code change in that PR it starts to fail with a null httpHeaders. Could you add a unit test for this to make sure the original behavior won't break? |
Jackie-Jiang
left a comment
There was a problem hiding this comment.
I'm merging it since the fix is very straight forward. We can discuss why null values are passed in separately
Addresses issue #12745