Uploaded image for project: 'Sqoop (Retired)'
  1. Sqoop (Retired)
  2. SQOOP-1823

Sqoop2: Fix Derby schema javadocs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.99.4
    • 1.99.5
    • None

    Description

      There are a few places where there foreign keys are inaccurately listed. For example:

       *    +------------------------------+
       *    | 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)
       *    +------------------------------+
      

      In the above snippet, FK SQCD_CONNECTOR(SQC_ID) should be FK _SQ_CONFIGURABLE(SQC_ID).

      Attachments

        1. SQOOP-1823.0.patch
          3 kB
          Abraham Elmahrek

        Activity

          People

            abec Abraham Elmahrek
            abec Abraham Elmahrek
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: