[ 
https://issues.apache.org/jira/browse/IMPALA-13792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yida Wu updated IMPALA-13792:
-----------------------------
    Epic Link: IMPALA-12919

> Ai_generate_text_default symbol not found in codegen cases
> ----------------------------------------------------------
>
>                 Key: IMPALA-13792
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13792
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 4.4.0
>            Reporter: Yida Wu
>            Assignee: Yida Wu
>            Priority: Major
>
> When calling ai_generate_text_default on a regular table, it may fail with a 
> 'symbol not found' error. Disabling codegen could be a workaround, but the 
> root cause of the missing symbol needs investigation. Same issue happens to 
> the ai_generate_text interface.
> {code:java}
> Create a simple table 'test' with column 'string_variable'.
> >select *, ai_generate_text_default(string_variable) from test;
> Query: select *, ai_generate_text_default(string_variable) from test
> ..
> 2025-02-24 12:41:59 [Exception] ERROR: Query ... failed:
> Builtin 'ai_generate_text_default' with symbol 
> '_ZN6impala11AiFunctions21AiGenerateTextDefaultEPN10impala_udf15FunctionContextERKNS1_9StringValE'
>  does not exist. Verify that all your impalads are the same version.
> Fragment failed during codegen, fragment index: F01
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to