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

Temp json fix by returning empty string #131

Closed
wants to merge 3 commits into from
Closed

Conversation

ilovesoup
Copy link
Contributor

I will be working on a full fix for this. Just make POC continue for now.

dbms/src/Storages/Transaction/Codec.h Show resolved Hide resolved


inline String DecodeJson(size_t &cursor, const String &raw_value) {
raw_value[cursor++]; // type
Copy link
Contributor

@solotzg solotzg Jul 23, 2019

Choose a reason for hiding this comment

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

Which type? Any reason to access it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

JSON Root element type. I will change comment.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed.

}


inline String DecodeJson(size_t &cursor, const String &raw_value) {
Copy link
Contributor

Choose a reason for hiding this comment

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

format

@ilovesoup ilovesoup closed this Aug 16, 2019
@solotzg solotzg deleted the temp_fix_json branch February 7, 2020 03:51
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