aprimadi opened a new issue, #6258:
URL: https://github.com/apache/arrow-datafusion/issues/6258

   ### Is your feature request related to a problem or challenge?
   
   Currently `(` and `)` character needs to be escaped in sqllogictest 
statement error. Not sure if this is possible but it would be great if I can 
just supply a string that is an exact match of the output and not need to 
escape the character.
   
   For example:
   
   Expected
   ```
   statement error ParserError("blablabla")
   ```
   
   Right now:
   ```
   statement error ParserError\("blablabla"\)
   ```
   
   ### Describe the solution you'd like
   
   _No response_
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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]

Reply via email to