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
er creating and executing UDF created through above class Thanks, PradeepKumar Yadav From: Jason Dere [mailto:jd...@hortonworks.com] Sent: Wednesday, April 11, 2018 12:02 AM To: user@hive.apache.org<mailto:user@hive.apache.org> Subject: Re: Hive Custom UDF evaluate behavior when @UDFType is

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

2018-04-10 Thread Jason Dere
Might have to do with constant propagation because the function was listed as deterministic. You can try logging the stack trace during execution and pasting both stack traces here, may help give more clues as to what is going on. From: PradeepKumar Yadav Sent: