----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42482/#review116173 -----------------------------------------------------------
ql/src/java/org/apache/hadoop/hive/ql/exec/SerializationUtilities.java (line 78) <https://reviews.apache.org/r/42482/#comment177172> Interesting, so you use this hook to prevent query plans from being deserialized if they contain UDFs that are not in the whiltelist. Is this something that should be added to non-LLAP execution, or does this not work because of temporary functions? - Jason Dere On Jan. 19, 2016, 8:48 p.m., Sergey Shelukhin wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/42482/ > ----------------------------------------------------------- > > (Updated Jan. 19, 2016, 8:48 p.m.) > > > Review request for hive, Ashutosh Chauhan and Jason Dere. > > > Repository: hive-git > > > Description > ------- > > see jira > > > Diffs > ----- > > llap-server/src/java/org/apache/hadoop/hive/llap/cli/LlapServiceDriver.java > d6e1a6e > > llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/FunctionLocalizer.java > bc0ad02 > > llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapDaemon.java > c5759d6 > ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java 5353062 > ql/src/java/org/apache/hadoop/hive/ql/exec/SerializationUtilities.java > 0e6e2de > ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFBridge.java > 6098ddd > > Diff: https://reviews.apache.org/r/42482/diff/ > > > Testing > ------- > > > Thanks, > > Sergey Shelukhin > >