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

No handling of default case in DDLExecutor

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 0.11.0, 0.12.0
    • TajoMaster

    Description

      As you can see, there is no handling code of default case in alterTable in DDLExecutor.java. It potentially may cause a bug because additional cases will be ignored.

      alterTable() in DDLExecutor.java
      break;
          default:
            //TODO
      

      Attachments

        Activity

          People

            dkhwangbo Dongkyu Hwangbo
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: