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

Log workAgile BoardRank to TopRank to BottomBulk Copy AttachmentsBulk Move AttachmentsAdd voteVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned Assign to me
            caofangkun caofangkun

            Dates

              Created:
              Updated:

              Slack

                Issue deployment