Your IDE?

2017-11-26 Thread Edmon Begoli
What are you using as your IDE for Calcite testing and development? (I use mostly Sublime Text with VIM bindings, and CLI tools, but sometimes I use IntelliJ IDEA (it is a very heavy system) )

Re: Your IDE?

2017-11-26 Thread Michael Mior
I basically use vim for all my coding these days :) My configuration is pretty heavy with useful plugins that make it a pretty nice experience for me. https://github.com/michaelmior/vimrc -- Michael Mior mm...@apache.org 2017-11-26 15:38 GMT-05:00 Edmon Begoli : > What are you using as your IDE

Re: Adding UnsafeRow to Calcite

2017-11-26 Thread txomin pelu
Thanks Enrico and sorry for using a different email address to reply. I agree that an interface could be a good idea. I am far from an expert in Calcite, but I may try to implement something along those lines just to see how difficult it is. Anyone else sees other reasons for or against Object[]

Re: Your IDE?

2017-11-26 Thread Enrico Olivelli
Il dom 26 nov 2017, 21:41 Michael Mior ha scritto: > I basically use vim for all my coding these days :) My configuration is > pretty heavy with useful plugins that make it a pretty nice experience for > me. > > https://github.com/michaelmior/vimrc My 2 cents. Calcite is a Maven project. I use

Re: Your IDE?

2017-11-26 Thread Julian Hyde
I use Intellij. I don't have any external config - the maven project has pretty much everything intellij needs. Sure, it's heavyweight, but RAM is cheaper than my time. (I use an 8GB Macbook part of the time, and Intellij is fine with that.) On Sun, Nov 26, 2017 at 12:50 PM, Enrico Olivelli wrot