alamb commented on issue #1744:
URL:
https://github.com/apache/datafusion-sqlparser-rs/issues/1744#issuecomment-2683182151
> From looking into
[#1612](https://github.com/apache/datafusion-sqlparser-rs/issues/1612), some
test code uses associated type bounds ([stabilized in
1.79](https://g
mvzink commented on issue #1744:
URL:
https://github.com/apache/datafusion-sqlparser-rs/issues/1744#issuecomment-2679756348
From looking into #1612, some test code uses associated type bounds
([stabilized in 1.79](https://github.com/rust-lang/rust/pull/122055/)). It
could be rewritten if a
alamb opened a new issue, #1744:
URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1744
TLDR woudl be:
1. Define a MSRV policy (maybe copy the existing DataFusion one)
2. Implement some sort of CI check (again can copy / reuse the datafusion
one if we want)
3.