We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current FileMappingTypeInfoConverter only supports basic types.
We want to support types like map<string, string>, list<int> in FileMappingTypeInfoConverter.
map<string, string>
list<int>
Upgrade FileMappingTypeInfoConverter.
The text was updated successfully, but these errors were encountered:
@BlockLiu I hope to understand FileMappingTypeInfoConverter by resolving this, can u assign this to me ?
Sorry, something went wrong.
Of course, please take your time.
close bytedance#251 [BitSail][Features] Support list and map in curre…
498f6d1
…nt FileMappingTypeInfoConverter
kyle-hawk
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe
Current FileMappingTypeInfoConverter only supports basic types.
We want to support types like
map<string, string>
,list<int>
in FileMappingTypeInfoConverter.Describe the solution you'd like
Upgrade FileMappingTypeInfoConverter.
The text was updated successfully, but these errors were encountered: