2010YOUY01 opened a new issue, #18878: URL: https://github.com/apache/datafusion/issues/18878
### Is your feature request related to a problem or challenge? Follow up to https://github.com/apache/datafusion/pull/18857 With `<slt:ignore>` feature, if the actual and expected is not matched, we got error message like ``` 2. query result mismatch: [SQL] select * from generate_series(3); [Diff] (-expected|+actual) - <slt:ignore> + 0 1 - 3<slt:ignore> + 2 3 at /Users/yongting/Code/datafusion/datafusion/sqllogictest/test_files/slt_features.slt:84 ``` The first diff is a false positive, and the second one is expected. It would be great to suppress the 1st diff. Also, the error message rendering and the actual validation for `sqllogictest` seems to live in two different places, it would be better to combine them. ### 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
