IGNITE-8568 Web Console: Added support for "Collocated" query mode on "Queries" screen.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d1b38824 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d1b38824 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d1b38824 Branch: refs/heads/ignite-5960 Commit: d1b388245aabd54bff227bf5a6e3d9ed8f993915 Parents: 271c7cd Author: Vasiliy Sisko <[email protected]> Authored: Fri Aug 31 17:49:55 2018 +0700 Committer: Andrey Novikov <[email protected]> Committed: Fri Aug 31 17:49:55 2018 +0700 ---------------------------------------------------------------------- .../page-queries/components/queries-notebook/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/d1b38824/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.js ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.js b/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.js index 5ba7a27..d6a8271 100644 --- a/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.js +++ b/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.js @@ -41,7 +41,7 @@ const ROW_IDX = {value: -2, type: 'java.lang.Integer', label: 'ROW_IDX'}; const NON_COLLOCATED_JOINS_SINCE = '1.7.0'; -const COLLOCATED_QUERY_SINCE = [['2.3.5', '2.4.0'], ['2.4.6', '2.5.0'], '2.5.2']; +const COLLOCATED_QUERY_SINCE = [['2.3.5', '2.4.0'], ['2.4.6', '2.5.0'], '2.5.1-p13']; const ENFORCE_JOIN_SINCE = [['1.7.9', '1.8.0'], ['1.8.4', '1.9.0'], '1.9.1'];
