mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 10:08:42 +00:00
NIFI-9192: ResultSetRecordSet consider value of useLogicalType flag when sqlType is not handled separately (default) and readerSchema is not null Signed-off-by: Peter Gyori <peter.gyori.dev@gmail.com> NIFI-9192: Unit tests added to test the use of useLogicalType flag Signed-off-by: Peter Gyori <peter.gyori.dev@gmail.com> NIFI-9192: ResultSetRecordSet consider not using logical type when sqlType is OTHER NIFI-9192: Fixed checkstyle violations Signed-off-by: Peter Gyori <peter.gyori.dev@gmail.com> NIFI-9192: Renamed JdbcCommon.getUseLogicalTypes to isUseLogicalTypes Signed-off-by: Peter Gyori <peter.gyori.dev@gmail.com> NIFI-9192: Added unit tests for Array types with and without using logical types Signed-off-by: Peter Gyori <peter.gyori.dev@gmail.com> NIFI-9192: Review comments considered and unit tests refactored NIFI-9192: Added further unit tests NIFI-9192: Minor modifications based on review comments Signed-off-by: Peter Gyori <peter.gyori.dev@gmail.com> Signed-off-by: Matthew Burgess <mattyb149@apache.org> This closes #5388