Hi, Sorry to interrupt but I don't have access to post in optiq-dev for now so I put it here.
What's the current status of optiq jdbc backend impl? Seems there is some hard coded info in JdbcTable. I'm looking into optiq to see the chance of using it in MySQLSE. It seems to me that I shall convert Drill scanpop into Linq4j Expressions and submit it to Optiq instead of creating sql string myself, to avoid both handcrafted sql string concating and sql parsing stage of optiq. And maybe other SE in the future if Optiq can support more backend. But when I run LinqFrontJdbcBackTest(Is that the right test to run?) I traced into JdbcTable which appears to be WIP. If jdbc backend is not available, is there any other suggestion with optiq? Thanks,
