Release v3.15.1
V3.15.1
- 471 CsvParser optimised for Row to Map
- add
rowIterate
androwStream
onCsvReader
andCsvParser
- add
- 475 Fix allocation issue on headers capture
Carry on from V3.15.0
- 424 Map support key,value pair from source and joins
- register property with
MapTypeProperty.KEY_VALUE
property seebuilder.addMapping("map_key", MapTypeProperty.KEY_VALUE);
- not necessary for map with complex keys.
- register property with
- 434 add String to BigXXX converter
- 452 Update ASM for java 9 to 6 beta
- 473 Pojo with List<Tuple2<Tuple2<String, String>, Tuple2<String, StringĀ»> fails on Key issue