Re: Hive Custom UDF evaluate behavior when @UDFType is set

2018-05-14 Thread Jason Dere
taking in parameters based on the table's column values (then no constant propagation). From: PradeepKumar Yadav Sent: Sunday, May 13, 2018 11:44 PM To: Jason Dere; user@hive.apache.org Subject: RE: Hive Custom UDF evaluate behavior when @UDF

RE: Hive Custom UDF evaluate behavior when @UDFType is set

2018-05-13 Thread PradeepKumar Yadav
Jason Dere [mailto:jd...@hortonworks.com] Sent: Monday, April 16, 2018 11:18 PM To: PradeepKumar Yadav mailto:pradeep.ya...@protegrity.com>>; user@hive.apache.org<mailto:user@hive.apache.org> Subject: Re: Hive Custom UDF evaluate behavior when @UDFType is set I'd suggested log

Re: Hive Custom UDF evaluate behavior when @UDFType is set

2018-04-16 Thread Jason Dere
xception("initialize"); From: PradeepKumar Yadav Sent: Monday, April 16, 2018 4:53 AM To: user@hive.apache.org Cc: Jason Dere Subject: FW: Hive Custom UDF evaluate behavior when @UDFType is set Hi, Regarding the previous mail sent, I have attached following

Re: Hive Custom UDF evaluate behavior when @UDFType is set

2018-04-10 Thread Jason Dere
: Monday, April 9, 2018 11:35 PM To: user@hive.apache.org Subject: Hive Custom UDF evaluate behavior when @UDFType is set Hi, Recently while creating a custom generic hive UDF I came across a different behavior for the Evaluate method. The custom UDF had a logic to increment the

Hive Custom UDF evaluate behavior when @UDFType is set

2018-04-09 Thread PradeepKumar Yadav
Hi, Recently while creating a custom generic hive UDF I came across a different behavior for the Evaluate method. The custom UDF had a logic to increment the counter and write it to a file. Now when I execute it directly without involving any table it always returns an extra coun