All, The recently merged https://issues.apache.org/jira/browse/ASTERIXDB-2305 changes semantics of the replace() function.
The replace() function no longer accepts regular expression patterns and instead accepts only plain strings. If you were using regular expression patterns with replace() please update your queries to use regexp_replace() function instead. Thanks, -- Dmitry
