On Mar 26, 2014, at 3:33 PM, Jinfeng Ni <[email protected]> wrote: > No, it's not a private build. 0.6-SNAPSHOT is just a pre-release version > in optiq github. > > There are couple of code change we pushed to Optiq, which are currently > merged into 0.6-SNAPSHOT version. > > Once optiq-0.6 is released, Drill can simply move to Optiq-0.6, and use > those required code change. > > For now, please download optiq 0.6-SNAPSHOT from Julian's github.
Jinfeng is correct. But to clarify -- 0.6-SNAPSHOT is source code only. I don't publish snapshot builds. You'll have to build it yourself and do 'mvn install' so that your local repo has an optiq-0.6-SNAPSHOT in it. That makes life tricky for travis-ci, which has to rely on published, pre-built artifacts. Julian
