[
https://issues.apache.org/jira/browse/SQOOP-2445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14907209#comment-14907209
]
Hudson commented on SQOOP-2445:
-------------------------------
SUCCESS: Integrated in Sqoop2 #904 (See
[https://builds.apache.org/job/Sqoop2/904/])
SQOOP-2445. Sqoop2: Generic JDBC: Prevent use of tableColumns and sql at the
same time (hshreedharan:
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=a70975c6694a3fd09c70ac267f345fe6bd33aa99)
*
connector/connector-generic-jdbc/src/main/java/org/apache/sqoop/connector/jdbc/configuration/FromJobConfig.java
*
connector/connector-generic-jdbc/src/main/java/org/apache/sqoop/connector/jdbc/GenericJdbcFromInitializer.java
*
connector/connector-generic-jdbc/src/test/java/org/apache/sqoop/connector/jdbc/TestFromInitializer.java
> Sqoop2: Generic JDBC: Prevent use of tableColumns and sql at the same time
> --------------------------------------------------------------------------
>
> Key: SQOOP-2445
> URL: https://issues.apache.org/jira/browse/SQOOP-2445
> Project: Sqoop
> Issue Type: Sub-task
> Reporter: Jarek Jarcec Cecho
> Assignee: Jarek Jarcec Cecho
> Fix For: 1.99.7
>
> Attachments: SQOOP-2445.patch
>
>
> We're supporting data retrieval with custom query. I see bunch of code around
> that is trying to solve situation when user enters both of custom query and
> specifies what columns he wants to transfer from that custom query. This
> seems to me as unnecessary complication as user can limit the column in the
> first place by specifying appropriate query. Hence I would like to prohibit
> this behavior.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)