From 59351b1328a7d7d158fb49d428e63d78d410ed25 Mon Sep 17 00:00:00 2001 From: Abraham Elmahrek Date: Mon, 13 Apr 2015 12:38:53 -0700 Subject: [PATCH] SQOOP-2300: Sqoop2: DerbySchemaCreateQuery have copy&paste error with SQ_CONFIG_DIRECTIONS comment (Jarek Jarcec Cecho via Abraham Elmahrek) --- .../apache/sqoop/repository/derby/DerbySchemaCreateQuery.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository/repository-derby/src/main/java/org/apache/sqoop/repository/derby/DerbySchemaCreateQuery.java b/repository/repository-derby/src/main/java/org/apache/sqoop/repository/derby/DerbySchemaCreateQuery.java index 2474fd00..27bcde7a 100644 --- a/repository/repository-derby/src/main/java/org/apache/sqoop/repository/derby/DerbySchemaCreateQuery.java +++ b/repository/repository-derby/src/main/java/org/apache/sqoop/repository/derby/DerbySchemaCreateQuery.java @@ -95,10 +95,10 @@ * *

*

- * SQ_CONFIG_DIRECTIONS: Connector directions. + * SQ_CONFIG_DIRECTIONS: Config directions. *

  *    +------------------------------+
- *    | SQ_CONNECTOR_DIRECTIONS      |
+ *    | SQ_CONFIG_DIRECTIONS         |
  *    +------------------------------+
  *    | SQCD_ID: BIGINT PK AUTO-GEN  |
  *    | SQCD_CONFIG: BIGINT          |FK SQ_CONFIG(SQ_CFG_ID)