Open tobymao opened 1 year ago
Yeah, the problem is exactly that you upgraded sqlglot over several versions.
Yeah, the problem is exactly that you upgraded sqlglot over several versions.
can't you just back test it and recompute the benchmarks with the new sqlglot version? the old versions of sqlglot don't have a sql engine
@mdboom how do you check that? the biggest change that would impact previous versions is that i upgraded sqlglot. but in terms of this test in isolation, i think the only impact may be in GC because it's a new test?