You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Jinchul Kim (JIRA)" <ji...@apache.org> on 2018/01/23 20:52:00 UTC

[jira] [Resolved] (IMPALA-3942) After creating a view that uses regexp_replace we are getting the following error: ERROR: AnalysisException: Failed to load metadata for table:

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

Jinchul Kim resolved IMPALA-3942.
---------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.12.0

> After creating a view that uses regexp_replace we are getting the following error:  ERROR: AnalysisException: Failed to load metadata for table:
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-3942
>                 URL: https://issues.apache.org/jira/browse/IMPALA-3942
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>    Affects Versions: Impala 2.2.4
>            Reporter: Jeff Lord
>            Assignee: Jinchul Kim
>            Priority: Minor
>              Labels: newbie, usability
>             Fix For: Impala 2.12.0
>
>         Attachments: Hue_-_Impala_-_Editor.png
>
>
> This was reproduced on nightly.
> create view blown as select regexp_replace(description,"\\\\'","'") as descriptionf, * from sample_07;
> After creating a view that uses regexp_replace we are getting the following error:
> ERROR: AnalysisException: Failed to load metadata for table: 'customers_view'
> CAUSED BY: TableLoadingException: Failed to parse view-definition statement of view: netsuite.customers_view
> Screenshot is attached.
> This is likely related to
> https://issues.cloudera.org/browse/IMPALA-3941



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)