xitep commented on PR #2281:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2281#issuecomment-4136708481

   ah, indeed! yes, you are right! it's because of that partial-eq impl.
   
   i was mislead by 
[`.with_token(..)`](https://github.com/xitep/datafusion-sqlparser-rs/blob/51392ae3323b5e52a6319e23aa1fd4a36202aee4/src/parser/mod.rs#L459)
 which gets invoked by 
[`parse_sql_statement`](https://github.com/xitep/datafusion-sqlparser-rs/blob/51392ae3323b5e52a6319e23aa1fd4a36202aee4/src/test_utils.rs#L131)
 in tests (through `verified_stmt` and similar). i just see that does not apply 
to `verfied_expr`, though.


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