LucaCappelletti94 opened a new pull request, #2528:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2528

   Step 3 of #2519, stacked on #2527.
   
   This PR adds the display roundtrip harness for all dialects.
   
   A first 60 seconds run already finds `SELECT [a]]b]` in `MsSqlDialect` 
rendering as `SELECT [a]b]`, which fails to re-parse. That is the bug class of 
#2409, already being fixed in #2418, so this harness should help guide that PR.
   
   `.clusterfuzzlite/build.sh` iterates over `cargo fuzz list`, so the new 
target is picked up by the CI builds with no workflow change.


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

Reply via email to