fix(json): Use GetOneForMarshal instead of deserialization-serialization cycle#834
Merged
kodiakhq[bot] merged 3 commits intomainfrom Apr 30, 2023
Merged
fix(json): Use GetOneForMarshal instead of deserialization-serialization cycle#834kodiakhq[bot] merged 3 commits intomainfrom
GetOneForMarshal instead of deserialization-serialization cycle#834kodiakhq[bot] merged 3 commits intomainfrom
Conversation
⏱️ Benchmark results
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #834 +/- ##
==========================================
- Coverage 47.18% 47.18% -0.01%
==========================================
Files 76 76
Lines 7845 7841 -4
==========================================
- Hits 3702 3700 -2
+ Misses 3643 3642 -1
+ Partials 500 499 -1
☔ View full report in Codecov by Sentry. |
yevgenypats
approved these changes
Apr 30, 2023
GetOneForMarshal instead of deserialization-serialization cycle
kodiakhq bot
pushed a commit
that referenced
this pull request
May 2, 2023
🤖 I have created a release *beep* *boop* --- ## [2.5.2](v2.5.1...v2.5.2) (2023-05-02) ### Bug Fixes * **deps:** Update github.com/apache/arrow/go/v12 digest to 0ea1a10 ([#836](#836)) ([5561fa1](5561fa1)) * **deps:** Update golang.org/x/exp digest to 47ecfdc ([#837](#837)) ([bb56f9c](bb56f9c)) * **deps:** Update golang.org/x/xerrors digest to 04be3eb ([#838](#838)) ([42d4517](42d4517)) * **deps:** Update google.golang.org/genproto digest to daa745c ([#839](#839)) ([1285222](1285222)) * **deps:** Update module github.com/avast/retry-go/v4 to v4.3.4 ([#840](#840)) ([47da73d](47da73d)) * Destination migration testing using incorrect mode ([#822](#822)) ([fa51c80](fa51c80)) * **json:** Use `GetOneForMarshal` instead of deserialization-serialization cycle ([#834](#834)) ([6fb7c1c](6fb7c1c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BEGIN_COMMIT_OVERRIDE
fix(json): Use
GetOneForMarshalinstead of deserialization-serialization cycle (#834)END_COMMIT_OVERRIDE