Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 2.8.0, Impala 2.9.0, Impala 2.10.0
-
ghx-label-8
Description
create function foo (string, string) returns string location '/test-warehouse/thisIsReallyASharedObject.ll' symbol='MyAwesomeUdf';
A create function statement like the one above can crash Impala if the file is actually an ELF shared object.
I encountered this on a cluster I have access to. I haven't confirmed whether any .so can crash Impala or whether it requires a .so with specific characteristics.
Attachments
Issue Links
- relates to
-
IMPALA-6038 Use LLVM diagnostic handler to check and log LLVM errors wherever needed
- Open