Guoliang Sun created KYLIN-6047: ----------------------------------- Summary: Error Occurs When the Number of Values in an IN Clause Reaches 20 Key: KYLIN-6047 URL: https://issues.apache.org/jira/browse/KYLIN-6047 Project: Kylin Issue Type: Bug Affects Versions: 5.0.0 Reporter: Guoliang Sun
h3. Temporary Solution Increase the value of `kylin.query.convert-in-to-or-threshold`. However, setting this parameter too high may lead to performance issues, as there could be cases where the number of values in the `IN` clause exceeds 100. A fix is required to address this issue properly. -- This message was sent by Atlassian Jira (v8.20.10#820010)