Skip to content
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

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

abhinavdangeti
Copy link
Member

No description provided.

}
Copy link
Contributor

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) {
}

Copy link
Contributor

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.

Copy link
Member Author

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.

@abhinavdangeti abhinavdangeti merged commit 6e512d5 into master Sep 11, 2023
9 checks passed
@abhinavdangeti abhinavdangeti deleted the marshalOverride branch September 11, 2023 13:58
ns-codereview pushed a commit to couchbase/cbft that referenced this pull request Sep 11, 2023
+ 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]>
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.

3 participants