Hi all, I find that calcite for elasticsearch is still at very early stage and does not support even select queries seamlessly. For example, *SELECT id, address FROM *user needs to be done as *SELECT _MAP['id'], _MAP['address'] FROM 'user'*
I am using calcite elasticsearch in my project and would like to contribute in it. I would like to know if there is any priority list of items which I can take or other ongoing developments in it. Kindly guide me through other necessary resources or guidelines. -- Regards Shashwat Kumar
