#169 Add support for empty Lists and empty Maps
Pull request opened by
pablocasares
TL;DR
Add support for empty Lists and empty Maps in SdkBindingData.
Add helper methods to create collections of most common types:
• ofStringCollection
• ofFloatCollection
• ofIntegerCollection
• ofBooleanCollection
• ofDurationCollection
• ofDatetimeCollection
Type
☐ Bug Fix
☑︎ Feature
☐ Plugin
Are all requirements met?
☑︎ Code completed
☑︎ Smoke tested
☑︎ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
Complete description
Added new helpers in SdkBindingData class and modified methods ofMap and ofCollection to ask the user to pass the LiteralType in order to be able to know the underlying type of the collection/map.
flyteorg/flytekit-java
✅ All checks have passed
2/2 successful checks