Jennifer Zheng created GOBBLIN-197:
--------------------------------------
Summary: Modify JDBCExtractor to support reading clob columns as
strings
Key: GOBBLIN-197
URL: https://issues.apache.org/jira/browse/GOBBLIN-197
Project: Apache Gobblin
Issue Type: Bug
Reporter: Jennifer Zheng
The current JDBCExtractor calls getString on a column in parseColumnAsString if
it holds a clob, however this does not deserialize the clob into a readable
string. Implement an improvement that checks if the column's type is a clob. If
so, get the Clob object from the result set and extract the Clob object's
string by using its member function, getSubString.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)