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

   If you try to run the sqlparser benchmarks it fails to compile:
   
   ```shell
   cd sqlparser_bench
   cargo clippy --all-targets
   ```
   
   ```
   error[E0277]: can't compare `std::string::String` with 
`sqlparser::ast::Statement`
     --> benches/sqlparser_bench.rs:82:13
      |
   82 |             assert_eq!(formatted_query, large_statement);
      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no 
implementation for `std::string::String == sqlparser::ast::Statement`
      |
   ```


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to