Chris Gray created BEAM-12925:
---------------------------------
Summary: JDBCIO readRows does not handle null numerical values
properly
Key: BEAM-12925
URL: https://issues.apache.org/jira/browse/BEAM-12925
Project: Beam
Issue Type: Bug
Components: io-java-jdbc
Affects Versions: 2.32.0
Reporter: Chris Gray
Numerical values that are SQL NULL in the database are converted to 0 when read
by `readRows`. This appears to be caused by SchemaUtil.java not checking
`ResultSet::wasNull` at line 253 in version 2.32.0.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)