Skip to content

Commit ab77de7

Browse files
committed
Fix code comment.
1 parent 8ae0747 commit ab77de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/ExpressionParserSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ class ExpressionParserSuite extends PlanTest {
483483
// Escaped characters.
484484
assertEqual("'\0'", "\u0000", parser) // ASCII NUL (X'00')
485485

486-
// Note: Single quote follows 1.6 parsing behavior when NO_UNESCAPED_SQL_STRING is enabled.
486+
// Note: Single quote follows 1.6 parsing behavior when ESCAPED_STRING_LITERALS is enabled.
487487
val e = intercept[ParseException](parser.parseExpression("'\''"))
488488
assert(e.message.contains("extraneous input '''"))
489489

0 commit comments

Comments
 (0)