Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-772

TajoDump cannot dump upper/lower mixed case database names.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.8.0, 0.9.0
    • 0.8.0, 0.9.0
    • Java Client
    • None

    Description

      When users use upper/lower mixed case database names, TajoDump does not work correctly. This patch fixes this bug. In addition, this patch adds the unit test for TajoDump.

      Additionally, this patch fixes some trivial column resolving bug caused when a column name in target list is not fully qualified and another database different from the current database of the session is used in FROM clause.

      Example:

      SELECT "LineItem".L_ORDERKEY FROM "TestSelectQuery"."LineItem";
      

      Attachments

        1. TAJO-772.patch
          24 kB
          Hyunsik Choi

        Activity

          People

            hyunsik Hyunsik Choi
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: