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

[SCB-946] serialize/deseriaze List<List<X>>/List<Map<X, Y>>/Map<X, List<Y>>/Map<X, Map<Y, Z>> #1025

Merged
merged 1 commit into from Dec 10, 2018

Conversation

wujimin
Copy link
Contributor

@wujimin wujimin commented Dec 5, 2018

protobuf idl can not describe List<List>/List<Map<X, Y>>/Map<X, List>/Map<X, Map<Y, Z>>
wrap them to standard proto message when serialize
and unwrap when deserialize

@wujimin wujimin force-pushed the enhance-protobuf-codec-of-list-map branch from c8ce76c to 5b095e4 Compare December 5, 2018 14:58
@coveralls
Copy link

coveralls commented Dec 8, 2018

Coverage Status

Coverage decreased (-0.04%) to 86.706% when pulling 9206dea on wujimin:enhance-protobuf-codec-of-list-map into 374f5e2 on apache:master.

@liubao68 liubao68 merged commit 4eef116 into apache:master Dec 10, 2018
@wujimin wujimin deleted the enhance-protobuf-codec-of-list-map branch February 14, 2019 01:13
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.

None yet

3 participants