Shaofeng SHI created KYLIN-1020:
-----------------------------------
Summary: Although "kylin.query.scan.threshold" is set, it still be
restricted to less than 4 million
Key: KYLIN-1020
URL: https://issues.apache.org/jira/browse/KYLIN-1020
Project: Kylin
Issue Type: Bug
Affects Versions: v0.7.2, v1.0
Reporter: Shaofeng SHI
Assignee: Shaofeng SHI
Fix For: v1.1
Kylin allows user to configure "kylin.query.scan.threshold" in
kylin.properties, and the default value is 10 million; But in
org.apache.kylin.storage.StorageContext, it has a hard-coded "HARD_THRESHOLD"
which is 4 million, and "kylin.query.scan.threshold" could exceed this
threshold, this is wrong.
The correct behavior should be, remove HARD_THRESHOLD and always use
"kylin.query.scan.threshold" as the threshold.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)