Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-4210

output of "show create table" shoud contain a Semicolon at the end of the query string

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.10.0
    • None
    • Query Processor
    • None

    Description

      Before:
      hive (default)> SHOW CREATE TABLE v1
      > ;
      [2013-03-21 11:31:57]: Compile Start
      [2013-03-21 11:31:59]: Compile End
      [2013-03-21 11:31:59]: OK
      CREATE VIEW v1 AS SELECT `src`.`key`, `src`.`value` from `default`.`src`
      [2013-03-21 11:31:59]: Time taken: 2.528 seconds

      After Fix:
      hive (default)> SHOW CREATE TABLE v1;
      [2013-03-21 13:48:31]: Compile Start
      [2013-03-21 13:48:34]: Compile End
      [2013-03-21 13:48:34]: OK
      CREATE VIEW v1 AS SELECT `src`.`key`, `src`.`value` from `default`.`src`;
      [2013-03-21 13:48:34]: Time taken: 2.462 seconds

      Attachments

        1. HIVE-4210-1.patch
          2 kB
          caofangkun

        Issue Links

          Activity

            People

              Unassigned Unassigned
              caofangkun caofangkun
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: