[
https://issues.apache.org/jira/browse/CARBONDATA-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16198336#comment-16198336 ]
xubo245 edited comment on CARBONDATA-1506 at 10/10/17 8:48 AM:
---------------------------------------------------------------
[~ravipesala] What is the goal of this test case? Why is it covar_samp(1,2) ?
{code:java}
checkAnswer(s"""select covar_samp(1,2) from uniqdata where upper(CUST_NAME)=15 or upper(CUST_NAME) is NULL or upper(CUST_NAME) is NOT NULL""",
s"""select covar_samp(1,2) from uniqdata_hive where upper(CUST_NAME)=15 or upper(CUST_NAME) is NULL or upper(CUST_NAME) is NOT NULL""", "QueriesBasicTestCase_PushUP_FILTER_uniqdata_TC076")
{code}
was (Author: xubo245):
[~ravipesala] What is the goal of this test case?
{code:java}
checkAnswer(s"""select covar_samp(1,2) from uniqdata where upper(CUST_NAME)=15 or upper(CUST_NAME) is NULL or upper(CUST_NAME) is NOT NULL""",
s"""select covar_samp(1,2) from uniqdata_hive where upper(CUST_NAME)=15 or upper(CUST_NAME) is NULL or upper(CUST_NAME) is NOT NULL""", "QueriesBasicTestCase_PushUP_FILTER_uniqdata_TC076")
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)