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.
https://github.com/dremio/calcite/commits/1.4.0-drill-r9 On Tue, Feb 9, 2016 at 7:46 AM, Oscar Morante <[email protected]> wrote: > 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 different from the > version Drill is using, and `1.4.0-incubation` it doesn't work either. > > I've tried to look for the source but I can't seem to find > `1.4.0-drill-r10` anywhere. > > Any ideas? > > > PS: Here's the patch so far -> > https://gist.github.com/spacepluk/40df5a90ddee2efe1f4a > > -- > Oscar Morante > "Self-education is, I firmly believe, the only kind of education there is." > -- Isaac Asimov. >
