kz930 commented on PR #8075: URL: https://github.com/apache/texera/pull/8075#issuecomment-5459170378
You are right, and the parser confirms it: `he\"llo`, `\"unclosed` and `"a \" b"` all parse, and the old pattern rejected all three. The other direction was wrong too, a value ending in a lone backslash was let through and throws mid-escape. The pattern now walks the value the way the lexer does. Every case in the table is put to QueryParser as well, so the expected verdicts are the parser's. -- 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]
