[
https://issues.apache.org/jira/browse/GOBBLIN-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Abhishek Tiwari updated GOBBLIN-197:
------------------------------------
Fix Version/s: 0.12
> 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
> Assignee: Jennifer Zheng
> Fix For: 0.12
>
>
> 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)