AMashenkov commented on a change in pull request #9696:
URL: https://github.com/apache/ignite/pull/9696#discussion_r784691062
##########
File path:
modules/core/src/main/java/org/apache/ignite/configuration/SqlConfiguration.java
##########
@@ -176,6 +179,37 @@ public SqlConfiguration setValidationEnabled(boolean
validationEnabled) {
return this;
}
+ /**
+ * Sets query engines configuration.
+ * <p>
+ * There are several engines to execute SQL queries can be configured. If
configured more than one engine, exact
+ * engine to execute the query can be chosen in run-time by {@code
queryEngine} JDBC connection property or by
+ * {@code QUERY_ENGINE('engineName')} SQL query hint. If no query engine
is explicitly chosen, default query engine
+ * will be used (see {@link QueryEngineConfiguration#setDefault(boolean)}).
+ * </p>
+ * </p>
Review comment:
```suggestion
* </p>
* <p>
```
I'm not sure if closing tags are ever needed.
--
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]