findepi commented on code in PR #13288:
URL: https://github.com/apache/datafusion/pull/13288#discussion_r1832379761
##########
datafusion/sqllogictest/test_files/string/init_data.slt.part:
##########
@@ -23,6 +23,8 @@ create table test_source as values
('under_score', 'un_____core', 'un iść core', 'chrząszcz na łące w 東京都'),
('percent', 'p%t', 'pan Tadeusz ma iść w kąt', 'Pan Tadeusz ma frunąć stąd w
kąt'),
('', '%', '', ''),
+ ('%', '\%', '', ''),
+ ('_', '\_', '', ''),
Review Comment:
This feels duplicate with what i added in string_literal, but adds test
coverage for all string variants
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]