You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Dong Li (JIRA)" <ji...@apache.org> on 2016/10/12 02:30:20 UTC

[jira] [Updated] (KYLIN-2085) PrepareStatement return incorrect result in some cases

     [ https://issues.apache.org/jira/browse/KYLIN-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dong Li updated KYLIN-2085:
---------------------------
    Component/s:     (was: Driver - JDBC)
                 Query Engine

> PrepareStatement return incorrect result in some cases
> ------------------------------------------------------
>
>                 Key: KYLIN-2085
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2085
>             Project: Kylin
>          Issue Type: Bug
>          Components: Query Engine
>            Reporter: Dong Li
>
> With Kylin sample data,execute following SQL can get result: 
> select count(*) from kylin_sales where lstg_format_name>='ABIN' and lstg_format_name<='BBBB'
> Result: 4054
> Send post with prestate:
> POST http://localhost:7070/kylin/api/query/prestate
> {"sql":"select count(*) from kylin_sales where lstg_format_name>=? and lstg_format_name<=?","offset":0,"limit":50000,"acceptPartial":true,"project":"learn_kylin","params":[{"className":"java.lang.String", "value":"ABIN"},{"className":"java.lang.String", "value":"BBBB"}]}
> Result: 0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)