[jira] [Commented] (KYLIN-3794) mergeToInClause in TupleFilterVisitor cannot work properly in some edge cases

2019-02-18 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/KYLIN-3794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771644#comment-16771644
 ] 

ASF subversion and git services commented on KYLIN-3794:


Commit dc5b5724b7561c1e1cf2ad66d4b68ca87fe522b3 in kylin's branch 
refs/heads/2.6.x from kyotoYaho
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=dc5b572 ]

KYLIN-3794 fix mergeToInClause not working properly in some edge cases


> mergeToInClause in TupleFilterVisitor cannot work properly in some edge cases
> -
>
> Key: KYLIN-3794
> URL: https://issues.apache.org/jira/browse/KYLIN-3794
> Project: Kylin
>  Issue Type: Improvement
>Reporter: Zhong Yanghong
>Assignee: Zhong Yanghong
>Priority: Major
> Fix For: v2.6.1
>
>
> There are two cases that mergeToInClause() does not work properly:
> {code}
> select count(*)
> from TEST_KYLIN_FACT
> where LSTG_FORMAT_NAME in ('ABIN', 'Auction') or DEAL_YEAR in (2012, 2013)
> {code}
> {code}
> select count(*)
> from TEST_KYLIN_FACT
> where LSTG_FORMAT_NAME in ('ABIN', 'Auction') or LSTG_FORMAT_NAME not in 
> ('Auction', 'Others')
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-3794) mergeToInClause in TupleFilterVisitor cannot work properly in some edge cases

2019-01-30 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/KYLIN-3794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16755858#comment-16755858
 ] 

ASF subversion and git services commented on KYLIN-3794:


Commit b1f1b7bdf04a00fd9fd96e35e700f4ee7aeb455e in kylin's branch 
refs/heads/master from kyotoYaho
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=b1f1b7b ]

KYLIN-3794 fix mergeToInClause not working properly in some edge cases


> mergeToInClause in TupleFilterVisitor cannot work properly in some edge cases
> -
>
> Key: KYLIN-3794
> URL: https://issues.apache.org/jira/browse/KYLIN-3794
> Project: Kylin
>  Issue Type: Improvement
>Reporter: Zhong Yanghong
>Assignee: Zhong Yanghong
>Priority: Major
>
> There are two cases that mergeToInClause() does not work properly:
> {code}
> select count(*)
> from TEST_KYLIN_FACT
> where LSTG_FORMAT_NAME in ('ABIN', 'Auction') or DEAL_YEAR in (2012, 2013)
> {code}
> {code}
> select count(*)
> from TEST_KYLIN_FACT
> where LSTG_FORMAT_NAME in ('ABIN', 'Auction') or LSTG_FORMAT_NAME not in 
> ('Auction', 'Others')
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-3794) mergeToInClause in TupleFilterVisitor cannot work properly in some edge cases

2019-01-29 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/KYLIN-3794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16755586#comment-16755586
 ] 

ASF GitHub Bot commented on KYLIN-3794:
---

kyotoYaho commented on pull request #454: KYLIN-3794 fix mergeToInClause not 
working properly in some edge cases
URL: https://github.com/apache/kylin/pull/454
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> mergeToInClause in TupleFilterVisitor cannot work properly in some edge cases
> -
>
> Key: KYLIN-3794
> URL: https://issues.apache.org/jira/browse/KYLIN-3794
> Project: Kylin
>  Issue Type: Improvement
>Reporter: Zhong Yanghong
>Assignee: Zhong Yanghong
>Priority: Major
>
> There are two cases that mergeToInClause() does not work properly:
> {code}
> select count(*)
> from TEST_KYLIN_FACT
> where LSTG_FORMAT_NAME in ('ABIN', 'Auction') or DEAL_YEAR in (2012, 2013)
> {code}
> {code}
> select count(*)
> from TEST_KYLIN_FACT
> where LSTG_FORMAT_NAME in ('ABIN', 'Auction') or LSTG_FORMAT_NAME not in 
> ('Auction', 'Others')
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)