[ https://issues.apache.org/jira/browse/IGNITE-22216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Oleg Valuyskiy updated IGNITE-22216: ------------------------------------ Description: The GridCacheQueryInfo#all and GridCacheQueryRequest#all properties don't serve any real purpose but make some of the code where they are used rather confusing. Therefore it is advised to remove the 'all' property from both GridCacheQueryInfo and GridCacheQueryRequest classes. *UPDATE* As it turned out, the GridCacheQueryInfo#all and GridCacheQueryRequest#all properties are essential for the 'SpiQuery' logic, so we ended up deleting some unused code from the GridCacheQUeryManager#runQuery method. was: The GridCacheQueryInfo#all and GridCacheQueryRequest#all properties don't serve any real purpose but make some of the code where they are used rather confusing. Therefore it is advised to remove the 'all' property from both GridCacheQueryInfo and GridCacheQueryRequest classes. *UPDATE* As it turned out, the GridCacheQueryInfo#all and GridCacheQueryRequest#all properties are essential for the `SpiQuery` logic, so we ended up deleting some unused code from the GridCacheQUeryManager#runQuery method. > Remove the GridCacheQueryInfo#all and GridCacheQueryRequest#all properties > -------------------------------------------------------------------------- > > Key: IGNITE-22216 > URL: https://issues.apache.org/jira/browse/IGNITE-22216 > Project: Ignite > Issue Type: Task > Reporter: Oleg Valuyskiy > Assignee: Oleg Valuyskiy > Priority: Minor > Labels: ise > Fix For: 2.17 > > Time Spent: 1h > Remaining Estimate: 0h > > The GridCacheQueryInfo#all and GridCacheQueryRequest#all properties don't > serve any real purpose but make some of the code where they are used rather > confusing. Therefore it is advised to remove the 'all' property from both > GridCacheQueryInfo and GridCacheQueryRequest classes. > *UPDATE* > As it turned out, the GridCacheQueryInfo#all and GridCacheQueryRequest#all > properties are essential for the 'SpiQuery' logic, so we ended up deleting > some unused code from the GridCacheQUeryManager#runQuery method. -- This message was sent by Atlassian Jira (v8.20.10#820010)