Re: Review Request 48656: HIVE-13958: Support prohibiting string to decimal auto-casts.

2017-04-08 Thread Takuma Wakamori
/clientnegative/compare_string_bigint_in.q.out PRE-CREATION Diff: https://reviews.apache.org/r/48656/diff/3/ Changes: https://reviews.apache.org/r/48656/diff/2-3/ Testing --- Thanks, Takuma Wakamori

Re: Review Request 48656: HIVE-13958: Support prohibiting string to decimal auto-casts.

2016-06-20 Thread Takuma Wakamori
ps://reviews.apache.org/r/48656/#review137610 --- On 6月 20, 2016, 6:31 p.m., Takuma Wakamori wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 48656: HIVE-13958: Support prohibiting string to decimal auto-casts.

2016-06-20 Thread Takuma Wakamori
REATION > ql/src/test/results/clientnegative/compare_double_bigint_in.q.out > PRE-CREATION > ql/src/test/results/clientnegative/compare_string_bigint_between.q.out > PRE-CREATION > ql/src/test/results/clientnegative/compare_string_bigint_in.q.out > PRE-CREATION > > Diff: https://reviews.apache.org/r/48656/diff/ > > > Testing > --- > > > Thanks, > > Takuma Wakamori > >

Re: Review Request 48656: HIVE-13958: Support prohibiting string to decimal auto-casts.

2016-06-20 Thread Takuma Wakamori
-CREATION Diff: https://reviews.apache.org/r/48656/diff/ Testing --- Thanks, Takuma Wakamori

Review Request 48656: HIVE-13958: Support prohibiting string to decimal auto-casts.

2016-06-13 Thread Takuma Wakamori
/compare_string_bigint_between.q.out PRE-CREATION ql/src/test/results/clientnegative/compare_string_bigint_in.q.out PRE-CREATION Diff: https://reviews.apache.org/r/48656/diff/ Testing --- Thanks, Takuma Wakamori

[jira] [Created] (HIVE-13889) It is resolved in latest commit of master and branch-2.1.

2016-05-29 Thread Takuma Wakamori (JIRA)
Takuma Wakamori created HIVE-13889: -- Summary: It is resolved in latest commit of master and branch-2.1. Key: HIVE-13889 URL: https://issues.apache.org/jira/browse/HIVE-13889 Project: Hive

[jira] [Created] (HIVE-13642) Update GUESS_FIELDS option in .reviewboardrc to support current version of RBTools.

2016-04-28 Thread Takuma Wakamori (JIRA)
Takuma Wakamori created HIVE-13642: -- Summary: Update GUESS_FIELDS option in .reviewboardrc to support current version of RBTools. Key: HIVE-13642 URL: https://issues.apache.org/jira/browse/HIVE-13642

Re: Review Request 46766: HiveServer2: Suppress showing stack trace when throwing NoViableAltException.

2016-04-28 Thread Takuma Wakamori
Diff: https://reviews.apache.org/r/46766/diff/ Testing --- Thanks, Takuma Wakamori

Review Request 46766: HiveServer2: Suppress showing stack trace when throwing NoViableAltException.

2016-04-28 Thread Takuma Wakamori
--- HiveServer2: Suppress showing stack trace when throwing NoViableAltException. Diffs - ql/src/java/org/apache/hadoop/hive/ql/parse/ParseDriver.java 4ab5c4750eb723ca6a908c25cd78b70c1c47bf54 Diff: https://reviews.apache.org/r/46766/diff/ Testing --- Thanks, Takuma Wakamori

[jira] [Created] (HIVE-13635) HiveServer2 shows stack trace when parsing invalid inputs

2016-04-27 Thread Takuma Wakamori (JIRA)
Takuma Wakamori created HIVE-13635: -- Summary: HiveServer2 shows stack trace when parsing invalid inputs Key: HIVE-13635 URL: https://issues.apache.org/jira/browse/HIVE-13635 Project: Hive

Re: HiveServer2 throws an exception when parsing invalid syntaxes. Is this the right action?

2016-04-25 Thread Takuma Wakamori
Hi Thejas, OK. I'll fix the problem and create a JIRA ticket. Thanks. 2016年4月26日(火) 9:50 Thejas Nair : > I agree it should show an error message instead of stack trace in this > case. > > > On Sat, Apr 23, 2016 at 3:56 AM, Takuma Wakamori > wrote: > > Hi all, >

HiveServer2 throws an exception when parsing invalid syntaxes. Is this the right action?

2016-04-23 Thread Takuma Wakamori
27; (state=42000,code=4) => correct. -- I feel strange about this behavior that it throws exception, because the input text is invalid syntax but isn't an unexpected input. Is this correct design? If not, I will create the JIRA ticket and address