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

Tajo should check if a file format given in DDL is supported.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.10.0
    • None
    • None

    Description

      Currently Tajo just show NullPointException when can't understand file format
      ```c
      default> create external table table1 ( id int, name text, score float, type text, mytime int, mytime2 date) using TEXT1 location 'file:/Users/charsyam/tajo/table';
      ERROR: java.lang.NullPointerException
      ```
      It is better to return using verficationstate

      Attachments

        1. TAJO-1249_2.patch
          4 kB
          Hyunsik Choi
        2. TAJO-1249.patch
          4 kB
          Hyunsik Choi

        Activity

          People

            charsyam DaeMyung Kang
            charsyam DaeMyung Kang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: