I can repro. Not sure why the main issue is happening.
The AST for create table in master is
TOK_CREATETABLE
TOK_TABNAME
moooo
TOK_LIKETABLE
TOK_TABCOLLIST
TOK_TABCOL
i
TOK_INT
TOK_FILEFORMAT_GENERIC
orc
Which should produce the same error in this switch statement, but it doesn’t,
which makes me thing it doesn’t normally execute for this query.
Moreover, q file tests as of the RC commit on branch-2.0 can create a table
with this query just fine.
From: Prasanth Jayachandran
<[email protected]<mailto:[email protected]>>
Reply-To: "[email protected]<mailto:[email protected]>"
<[email protected]<mailto:[email protected]>>
Date: Monday, February 8, 2016 at 12:53
To: "[email protected]<mailto:[email protected]>"
<[email protected]<mailto:[email protected]>>
Subject: Re: [VOTE] Apache Hive 2.0.0 Release Candidate 1
https://issues.apache.org/jira/browse/HIVE-13023