[ https://issues.apache.org/jira/browse/HIVE-14459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15887741#comment-15887741 ]
Peter Vary commented on HIVE-14459: ----------------------------------- [~kgyrtkirk]: I have found this error when I rebased the patch. The following create statement from {{q_test_init.sql}} is not valid using beeline: {code} CREATE TABLE primitives ( [..] PARTITIONED BY (year INT COMMENT 'default', month INT COMMENT 'default') ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' ESCAPED BY '\\' <-- This causes the error STORED AS TEXTFILE; {code} I did not have time to investigate yet if this is intentional difference between cli and beeline or this is an error. The warning message is caused by this (patch is waiting for commit): HIVE-16007 When the query does not complie the LogRunnable never stops So I changed the init scripts and I was happy that the error went away. After you comment I have checked and found that the message went away because no init script is run at all :). I will submit a new patch to amend this. Thanks for the review, and for helping me find this issue! > TestBeeLineDriver - migration and re-enable > ------------------------------------------- > > Key: HIVE-14459 > URL: https://issues.apache.org/jira/browse/HIVE-14459 > Project: Hive > Issue Type: Sub-task > Components: Tests > Reporter: Zoltan Haindrich > Assignee: Peter Vary > Attachments: HIVE-14459.2.patch, HIVE-14459.3.patch, > HIVE-14459.4.patch, HIVE-14459.5.patch, HIVE-14459.patch > > > this test have been left behind in HIVE-14444 because it had some compile > issues. -- This message was sent by Atlassian JIRA (v6.3.15#6346)