Details
Description
Somehow the code being generated ends up having comments with comment-terminators unquoted, eg.:
/* ((input[35, StringType] <= text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8) && (text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8 <= input[36, StringType])) */
with emphasis on ... =0.9,*/...
This leads to a org.codehaus.commons.compiler.CompileException
Attachments
Issue Links
- is duplicated by
-
SPARK-12451 Regexp functions don't support patterns containing '*/'
- Resolved
- relates to
-
SPARK-15165 Codegen can break because toCommentSafeString is not actually safe
- Resolved
- links to