zstan commented on PR #3377: URL: https://github.com/apache/ignite-3/pull/3377#issuecomment-1990523083
The only problem a can see here: for example for column "col1 SMALLINT" and expression like : col1 = NUM_MORE_THAN_SMALLINT we obtain exact bound for index like : bound = Short.MAX_VALUE and appropriate filter: "eq NUM_MORE_THAN_SMALLINT" so we obtain correct results but got index lookups equal rows with Short.MAX_VALUE. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
