Re: Issues with constants in Spark HiveQL queries

2015-05-22 Thread Skanda
stacktrace do you get? Sent on the new Sprint Network from my Samsung Galaxy S®4. Original message From: Pala M Muthaia Date:01/19/2015 8:26 PM (GMT-05:00) To: Yana Kadiyska Cc: Cheng, Hao ,user@spark.apache.org Subject: Re: Issues with constants in Spark HiveQL queries Yes we

Re: Issues with constants in Spark HiveQL queries

2015-05-22 Thread Skanda
Subject: Re: Issues with constants in Spark HiveQL queries Yes we tried the master branch (sometime last week) and there was no issue, but the above repro is for branch 1.2 and Hive 0.13. Isn't that the final release branch for Spark 1.2? If so, a patch needs to be created or back-ported from

Re: Issues with constants in Spark HiveQL queries

2015-01-28 Thread Pala M Muthaia
stacktrace do you get? Sent on the new Sprint Network from my Samsung Galaxy S®4. Original message From: Pala M Muthaia Date:01/19/2015 8:26 PM (GMT-05:00) To: Yana Kadiyska Cc: Cheng, Hao ,user@spark.apache.org Subject: Re: Issues with constants in Spark HiveQL queries Yes we

Re: Issues with constants in Spark HiveQL queries

2015-01-20 Thread yana
, January 14, 2015 11:12 PM To: Pala M Muthaia Cc: user@spark.apache.org Subject: Re: Issues with constants in Spark HiveQL queries Just a guess but what is the type of conversion_aciton_id? I do queries over an epoch all the time with no issues(where epoch's type is bigint). You can see

Re: Issues with constants in Spark HiveQL queries

2015-01-19 Thread Pala M Muthaia
, January 14, 2015 11:12 PM *To:* Pala M Muthaia *Cc:* user@spark.apache.org *Subject:* Re: Issues with constants in Spark HiveQL queries Just a guess but what is the type of conversion_aciton_id? I do queries over an epoch all the time with no issues(where epoch's type is bigint). You can

Re: Issues with constants in Spark HiveQL queries

2015-01-14 Thread Pala M Muthaia
conversion_action_id is a int. We also tried a string column predicate with single quotes string value and hit the same error stack. On Wed, Jan 14, 2015 at 7:11 AM, Yana Kadiyska yana.kadiy...@gmail.com wrote: Just a guess but what is the type of conversion_aciton_id? I do queries over an

RE: Issues with constants in Spark HiveQL queries

2015-01-14 Thread Cheng, Hao
@spark.apache.org Subject: Re: Issues with constants in Spark HiveQL queries Just a guess but what is the type of conversion_aciton_id? I do queries over an epoch all the time with no issues(where epoch's type is bigint). You can see the source here https://github.com/apache/spark/blob/v1.2.0/sql/hive/src/main

Re: Issues with constants in Spark HiveQL queries

2015-01-14 Thread Yana Kadiyska
scala sql(“SELECT user_id FROM actions where conversion_aciton_id=20141210”) *From:* Yana Kadiyska [mailto:yana.kadiy...@gmail.com] *Sent:* Wednesday, January 14, 2015 11:12 PM *To:* Pala M Muthaia *Cc:* user@spark.apache.org *Subject:* Re: Issues with constants in Spark HiveQL queries

Re: Issues with constants in Spark HiveQL queries

2015-01-14 Thread Yana Kadiyska
Just a guess but what is the type of conversion_aciton_id? I do queries over an epoch all the time with no issues(where epoch's type is bigint). You can see the source here https://github.com/apache/spark/blob/v1.2.0/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala -- not sure what