snowplow-rdb-loader
snowplow-rdb-loader copied to clipboard
RDB loader: fix NonNullableColumnRead
We have seen this exception from RDB loader 1.1.1, but we don't yet know the cause:
SQL
NULLread at column 1 (JDBC type Char) but mapping is to a non-Option type; use Option here. Note that JDBC column indexing is 1-based.
The stack trace did not give any clue which query generated the error.
We have seen this exception from RDB loader 1.1.1, but we don't yet know the cause:
SQL
NULLread at column 1 (JDBC type Char) but mapping is to a non-Option type; use Option here. Note that JDBC column indexing is 1-based.The stack trace did not give any clue which query generated the error.
Did we find any solution for this? I'm stuck with this issue