Re: [I] could not compile `sqlparser` [datafusion-sqlparser-rs]

2025-03-02 Thread via GitHub
tobyhede closed issue #1612: could not compile `sqlparser` URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1612 -- 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

Re: [I] could not compile `sqlparser` [datafusion-sqlparser-rs]

2024-12-21 Thread via GitHub
tobyhede commented on issue #1612: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1612#issuecomment-2558284568 It might be worth either removing or updating .tool_versions? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] could not compile `sqlparser` [datafusion-sqlparser-rs]

2024-12-19 Thread via GitHub
tobyhede commented on issue #1612: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1612#issuecomment-2556421257 There is a `.tool-versions` file that defines 1.75.0. I am using `mise` which probably picked that up as the rust to use. -- This is an automated mess

Re: [I] could not compile `sqlparser` [datafusion-sqlparser-rs]

2024-12-19 Thread via GitHub
mvzink commented on issue #1612: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1612#issuecomment-2556125940 Compiles for me on 1.79+ (see [release notes](https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html#bounds-in-associated-type-position)). If this is the only thing i

[I] could not compile `sqlparser` [datafusion-sqlparser-rs]

2024-12-19 Thread via GitHub
tobyhede opened a new issue, #1612: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1612 With a clean clone of the repo, `cargo test` results in a compile error. I think the "unstable syntax" may have changed? ``` error[E0658]: associated type bounds are un