snowplow-rdb-loader icon indicating copy to clipboard operation
snowplow-rdb-loader copied to clipboard

RDB loader: fix NonNullableColumnRead

Open istreeter opened this issue 4 years ago • 1 comments

We have seen this exception from RDB loader 1.1.1, but we don't yet know the cause:

SQL NULL read 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.

istreeter avatar Nov 11 '21 16:11 istreeter

We have seen this exception from RDB loader 1.1.1, but we don't yet know the cause:

SQL NULL read 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

Pramodniralakeri avatar Jan 17 '22 15:01 Pramodniralakeri