Hi Yash, The drill's custom optiq-core 0.9-drill-r2 is currently located here https://github.com/jacques-n/incubator-optiq/tree/0.9-drill-r2. You may apply OPTIQ-421 on top of 0.9-rill-r2 branch, and then use your DRILL-1448 to test those new aggregate functions using SQL interface through Drill. If everything works as expected, we could apply your OPTIQ-421 to drill's customer optiq-core.
We're going to merge the change we made in the drill's optiq into Optiq's master. Actually, I spent most of my time during Optiq Hackathon to do the rebasing work. There are still some additional work required. Best Regards, On Tue, Sep 23, 2014 at 11:06 PM, Yash Sharma <[email protected]> wrote: > Hi All, > We have added the support for covar_pop and covar_samp function names in > optiq. > Since we are using our custom optiq-core (0.9-drill-r2) how do we generally > merge such changes ? > > Thanks > > More Info: > https://issues.apache.org/jira/browse/OPTIQ-421 > https://issues.apache.org/jira/browse/DRILL-1448 >
