[
https://issues.apache.org/jira/browse/KYLIN-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dong Li resolved KYLIN-2085.
----------------------------
Resolution: Fixed
Fix Version/s: v1.6.0
> 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
> Assignee: Dong Li
> Fix For: v1.6.0
>
>
> 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)