-
Notifications
You must be signed in to change notification settings - Fork 30
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
Map fields #50
Comments
Are you using custom |
This option comes from here: https://github.com/google/protobuf/blob/master/src/google/protobuf/descriptor.proto#L451 |
No, I have not this option. |
Is there any progress on this issue? |
Map fields are fully supported and covered by tests:
Please create some minimal project that reproduces an issue, then I will be able to help. |
I use custom descriptor.proto, but without map_entry option. Removing |
You must upgrade your Your version of this file is old, it comes from |
I have message with map field:
message PairsMsg {
...
map<string, string> pairs = 1;
...
}
and got this error
ERROR i.p.c.c.ProtostuffCompilerCli - Unknown option: 'map_entry' [unknown]
The text was updated successfully, but these errors were encountered: