Eric Liang created SPARK-16514: ---------------------------------- Summary: RegexExtract and RegexReplace crash on non-nullable input Key: SPARK-16514 URL: https://issues.apache.org/jira/browse/SPARK-16514 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 2.0.0 Reporter: Eric Liang Priority: Critical
RegexExtract and RegexReplace currently crash on non-nullable input due use of a hard-coded local variable name (e.g. compiles fail with java.lang.Exception: failed to compile: org.codehaus.commons.compiler.CompileException: File 'generated.java', Line 85, Column 26: Redefinition of local variable "m"). -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org