looks like the problem caused by "between"
with Vectorization and UDF.
BTW, your UDF looks fine to me.
Yong
Date: Fri, 30 May 2014 11:22:18 -0400
Subject: Re: Vectorization with UDFs returns incorrect results
From: bbowman...@gmail.com
To: user@hive.apache.org
Yong,
Thanks for the reply
Yong,
Thanks for the reply. Yes the query "select ten_thousand() from testTabOrc"
does return consistent results regardless of the vectorization setting. I
ran that query with the vectorization off and then turned it on and ran it
5 more times. Each time it returned correct results. See output
When you turn "vectorized" on, does the following query consistently return
1 in the output?
select ten_thousand() from testTabOrc
Yong
Date: Fri, 30 May 2014 08:24:43 -0400
Subject: Vectorization with UDFs returns incorrect results
From: bbowman...@gmail.com
To: user@hive.apache.org
Hive 0.