Yoonseok Woo created HIVE-7568:
----------------------------------
Summary: Hive Cli cannot execute query from files when file has
BOM character
Key: HIVE-7568
URL: https://issues.apache.org/jira/browse/HIVE-7568
Project: Hive
Issue Type: Bug
Components: CLI
Reporter: Yoonseok Woo
Priority: Minor
# query file with BOM
{code:sql|title=test.sql|borderStyle=solid}
<U+FEFF>select 1
{code}
# execute
{code}
$ bin/hive -f ./test.sql
FAILED: ParseException line 1:0 character 'Ô' not supported here
line 1:1 character 'ª' not supported here
line 1:2 character 'Ø' not supported here
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)