Hi all, there has been quite a bit of discussion this at the beginning but its become quiet about that. I think it would be great to move the JDBC Implementation to Calcite for multiple reasons.
First, you get support for (nearly) everything in the SQL Standard. Second, you don’t have to maintain that. Third, we could even consider adding indices or dialects later on to improve the performance drastically. But the first step, for me, would be to revisit how JDBC is currently implemented and how the syntax maps SQL to the IoTDB data model. Then, I will, if my time allows it, happily help with the implementation. Julian
