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

CREATE TABLE USING RAW doesn't throw ERROR

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 0.8.0, 0.9.0
    • 0.8.0, 0.9.0
    • SQL Parser
    • None

    Description

      RawFile must be used for Intermediate file. So can't use TABLE's File Format. Bellow statement expected fail but runs successfully.

      create table orders_100_raw (
      o_orderkey      INT8,
      o_month         text,
      o_custkey       INT8,
      o_orderstatus   TEXT,
      o_totalprice    FLOAT8,
      o_orderdate     TEXT,
      o_orderpriority TEXT,
      o_clerk TEXT,
      o_shippriority  INT4,
      o_comment       TEXT)
      using RAW
      

      Attachments

        1. TAJO-663_2.patch
          7 kB
          JaeHwa Jung
        2. TAJO-663.patch
          3 kB
          JaeHwa Jung

        Activity

          People

            blrunner JaeHwa Jung
            hjkim Hyoungjun Kim
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: