bitsail
bitsail copied to clipboard
[BitSail][Features] Support list and map in current FileMappingTypeInfoConverter
Signed-off-by:
Pre-Checklist
Note: Please complete ALL items in the following checklist.
- [x] I have read through the CONTRIBUTING.md documentation.
- [x] My code has the necessary comments and documentation (if needed).
- [x] I have added relevant tests.
Purpose
- close #251
Approaches
For complex types like list and Map, use BitSail type string as the bridge between engine type string and typeInfo, and convert engine type string like Map(String,Map(String,Int32)) into map<string,map<string ,int>> such BitSail type string, and then realize the conversion between BitSail type string and typeInfo through BitSailTypeParser

Related Issues
- close #251
New Behavior (screenshots if needed)
N/A