Source for drill's calcite?

2016-02-09 Thread Oscar Morante
I'm trying to add support for week and weekdays to `date_trunc` and `date_part`. It seems to be working fine right now except that I need to patch calcite's TimeUnit so that the parser doesn't complain when using `extract` directly. I first tried using the latest calcite but it's too

Re: Source for drill's calcite?

2016-02-09 Thread Jason Altekruse
I can't find the latest version either, but this is the r9 branch. I don't think any very major changes happened in the last update (it's likely just back-porting a fix from calcite master). So you can base your work on this branch and rebase it when someone points you to the updated branch.

Re: Source for drill's calcite?

2016-02-09 Thread Abdel Hakim Deneche
You can find the r10 branch here: https://github.com/mapr/incubator-calcite/tree/DrillCalcite1.4.0 On Tue, Feb 9, 2016 at 8:00 AM, Jason Altekruse wrote: > I can't find the latest version either, but this is the r9 branch. I don't > think any very major changes

Re: Source for drill's calcite?

2016-02-09 Thread Oscar Morante
Thanks! :) On Tue, Feb 09, 2016 at 08:30:44AM -0800, Abdel Hakim Deneche wrote: You can find the r10 branch here: https://github.com/mapr/incubator-calcite/tree/DrillCalcite1.4.0 On Tue, Feb 9, 2016 at 8:00 AM, Jason Altekruse wrote: I can't find the latest