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

   Closes #2067 .
   
   Hello! I just now realize that I could have used [overlapping trait 
Disambiguation](https://doc.rust-lang.org/rust-by-example/trait/disambiguating.html#disambiguating-overlapping-traits):
   
   ```
   let _ = Visit::visit(&statements, &mut whitelist);
   let _ = VisitMut::visit(&mut statements, &mut VisitOrderBy(order));
   ```
   
   But here I am with this proposition anyway.


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