spark-instrumented-optimizer/sql/catalyst/src
gatorsmile 49efd03bac [SPARK-12138][SQL] Escape \u in the generated comments of codegen
When \u appears in a comment block (i.e. in /**/), code gen will break. So, in Expression and CodegenFallback, we escape \u to \\u.

yhuai Please review it. I did reproduce it and it works after the fix. Thanks!

Author: gatorsmile <gatorsmile@gmail.com>

Closes #10155 from gatorsmile/escapeU.
2015-12-06 11:15:02 -08:00
..
main [SPARK-12138][SQL] Escape \u in the generated comments of codegen 2015-12-06 11:15:02 -08:00
test [SPARK-12138][SQL] Escape \u in the generated comments of codegen 2015-12-06 11:15:02 -08:00