Have also added a new pull request for supporting the REGR_SYY aggregate
function.
It would be required for DRILL-1332 along with the REGR_SXX and REGR_SXY
which are already registered in Optiq.

Thanks

On Wed, Sep 24, 2014 at 3:13 PM, Yash Sharma <[email protected]> wrote:

> Hey Julian,
> Even this fails. Its somehow not able to pick the test cases-
> mvn test  -Dtest=OptiqSqlOperatorTest#testStddevPopFunc
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>
> It works with the failNoTests flag set to false.
>
> Thanks
>
> On Wed, Sep 24, 2014 at 12:49 AM, Julian Hyde <[email protected]>
> wrote:
>
>> On Sep 23, 2014, at 3:17 AM, Yash Sharma <[email protected]> wrote:
>>
>> > I am not able to run the test case.
>> > I am using:
>> > $mvn test -Dtest=SqlOperatorBaseTest#testStddevPopFunc
>> > It is not able to recognize the test cases.
>> > Works fine with -DfailIfNoTests=flase flag.
>>
>> SqlOperatorBaseTest is abstract. Try with a concrete sub-class, e.g.
>>
>> $ mvn test -DfailIfNoTests=false
>> -Dtest=OptiqSqlOperatorTest#testStddevPopFunc
>>
>> Julian
>>
>>
>

Reply via email to