[
https://issues.apache.org/jira/browse/SQOOP-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14232315#comment-14232315
]
Hudson commented on SQOOP-1823:
-------------------------------
SUCCESS: Integrated in Sqoop2-hadoop200 #634 (See
[https://builds.apache.org/job/Sqoop2-hadoop200/634/])
SQOOP-1823: Sqoop2: Fix Derby schema javadocs (jarcec:
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=c4246c53f5949fe65d719fd3a3cf2bca062452d0)
*
repository/repository-derby/src/main/java/org/apache/sqoop/repository/derby/DerbySchemaCreateQuery.java
> Sqoop2: Fix Derby schema javadocs
> ---------------------------------
>
> Key: SQOOP-1823
> URL: https://issues.apache.org/jira/browse/SQOOP-1823
> Project: Sqoop
> Issue Type: Bug
> Components: sqoop2-derby-repository
> Affects Versions: 1.99.4
> Reporter: Abraham Elmahrek
> Assignee: Abraham Elmahrek
> Fix For: 1.99.5
>
> Attachments: SQOOP-1823.0.patch
>
>
> There are a few places where there foreign keys are inaccurately listed. For
> example:
> {noformat}
> * +------------------------------+
> * | SQ_CONNECTOR_DIRECTIONS |
> * +------------------------------+
> * | SQCD_ID: BIGINT PK AUTO-GEN |
> * | SQCD_CONNECTOR: BIGINT |FK SQCD_CONNECTOR(SQC_ID)
> * | SQCD_DIRECTION: BIGINT |FK SQCD_DIRECTION(SQD_ID)
> * +------------------------------+
> {noformat}
> In the above snippet, FK SQCD_CONNECTOR(SQC_ID) should be FK
> _SQ_CONFIGURABLE(SQC_ID).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)