annagobova commented on code in PR #10983: URL: https://github.com/apache/ignite/pull/10983#discussion_r1358009336
########## docs/_docs/SQL/sql-calcite.adoc: ########## @@ -241,3 +228,150 @@ Below are the data types supported by the Calcite-based SQL engine: |`java.lang.Object` |=== + +== Optimizer hints [[hints]] + +The query optimizer does its best to build the fastest excution plan. But it is a far way to create an optimizer which Review Comment: 1) Опционально: возможно, лучше заменить to **build** the plan на to **create** the plan? Это более устойчивое выражение. 2) Опционально: можно заменить **But** на **However** (так корректнее с точки зрения официальных документов). 3) Заменить **it is** на **this is** ########## docs/_docs/SQL/sql-calcite.adoc: ########## @@ -241,3 +228,150 @@ Below are the data types supported by the Calcite-based SQL engine: |`java.lang.Object` |=== + +== Optimizer hints [[hints]] + +The query optimizer does its best to build the fastest excution plan. But it is a far way to create an optimizer which Review Comment: 1) Опционально: возможно, лучше заменить to **build** the plan на to **create** the plan? Это более устойчивое выражение. 2) Опционально: можно заменить **But** на **However** (так корректнее с точки зрения официальных документов). 3) Заменить **it is** на **this is** -- 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]
