Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.2.4
Description
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
Attachments
Attachments
Issue Links
- is duplicated by
-
IMPALA-6167 Single quotes inside double quotes drop data
-
- Resolved
-