[
https://issues.apache.org/jira/browse/SQOOP-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13090686#comment-13090686
]
[email protected] commented on SQOOP-321:
-----------------------------------------------------
bq. On 2011-08-24 03:29:53, Arvind Prabhakar wrote:
bq. > src/java/com/cloudera/sqoop/manager/ConnManager.java, lines 300-301
bq. > <https://reviews.apache.org/r/1623/diff/1/?file=34386#file34386line300>
bq. >
bq. > This may be a compatibility issue for third party connectors. It is
best to leave this method as is and introduce a new method that gets called
when the check column type is not numeric.
Existing method is kept in new patch. Thanks!
- Bilung
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1623/#review1610
-----------------------------------------------------------
On 2011-08-25 01:57:36, Bilung Lee wrote:
bq.
bq. -----------------------------------------------------------
bq. This is an automatically generated e-mail. To reply, visit:
bq. https://reviews.apache.org/r/1623/
bq. -----------------------------------------------------------
bq.
bq. (Updated 2011-08-25 01:57:36)
bq.
bq.
bq. Review request for Sqoop, Ahmed Radwan and Arvind Prabhakar.
bq.
bq.
bq. Summary
bq. -------
bq.
bq. Currently, when "--incremental append" option is used, only numeric
columns are supported for check column.
bq.
bq.
bq. This addresses bug SQOOP-321.
bq. https://issues.apache.org/jira/browse/SQOOP-321
bq.
bq.
bq. Diffs
bq. -----
bq.
bq. src/java/com/cloudera/sqoop/manager/ConnManager.java cea0a73
bq. src/java/com/cloudera/sqoop/manager/OracleManager.java bad45dc
bq. src/java/com/cloudera/sqoop/tool/ImportTool.java 66e60bd
bq. src/test/com/cloudera/sqoop/TestIncrementalImport.java 96d4309
bq.
bq. Diff: https://reviews.apache.org/r/1623/diff
bq.
bq.
bq. Testing
bq. -------
bq.
bq.
bq. Thanks,
bq.
bq. Bilung
bq.
bq.
> Support date/time columns for "--incremental append" option
> -----------------------------------------------------------
>
> Key: SQOOP-321
> URL: https://issues.apache.org/jira/browse/SQOOP-321
> Project: Sqoop
> Issue Type: Improvement
> Reporter: Bilung Lee
> Assignee: Bilung Lee
>
> Currently, when "--incremental append" option is used, only numeric columns
> are supported for check column.
> One workaround to "mimic" append mode with date/time values is
> 1) select max(dt) from table into max_dt
> 2) sqoop import --incremental lastmodified --check-column dt --last-value
> max_dt
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira