Open EpsilonPrime opened 2 months ago
Hey @EpsilonPrime -- there should be some small improvements in the just-released 9.4.0. I'm going to close this out as a duplicate of #9529
While the 9.4.0 release handles 6 more TPC-H queries than the 9.3.0 release, it is far from complete. Converting SQL to an IBIS expression (not Ibis code) is still not possible in the 9.x series of Ibis.
Since this is well scoped to handling only TPC-H queries, and is just focused on the parse_sql
functionality (not the rest of the decompiler), I'm going to reopen this.
What happened?
ibis.expr.sql.parse_sql raises an exception for any reasonable SQL query
What version of ibis are you using?
9.3.0
What backend(s) are you using, if any?
None
Relevant log output
Code of Conduct