-
Notifications
You must be signed in to change notification settings - Fork 689
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
Support overrideable json Marshaler/Unmarshaler #1880
Conversation
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated change
@@ -135,22 +135,22 @@ func (udc *UpsideDownCouch) loadSchema(kvreader store.KVReader) (err error) { | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file have unrelated changes coming from go fmt,
we have another PR raised for "go fmt" changes (#1874) based off of master.
We can rebase this PR on top of that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just a go fmt and given that it'll be backported as is - let's leave this as is for now and rebase #1874 instead.
+ Refactoring all direct calls to the standard library's marshal/unmarshal with json-iterator's CustomJSONImpl, which is proven to be a lot faster and is already used in certain places. + Override bleve's MarshalJSON/UnmarshalJSON (blevesearch/bleve#1880) + Override cbgt's MarshalJSON/UnmarshalJSON (https://review.couchbase.org/c/cbgt/+/196883) Change-Id: Ia31377cf5680685e19b8cc1b0ab27a9e51ce7112 Reviewed-on: https://review.couchbase.org/c/cbft/+/196886 Reviewed-by: Aditi Ahuja <[email protected]> Tested-by: Abhi Dangeti <[email protected]>
No description provided.