nizhikov commented on a change in pull request #8135:
URL: https://github.com/apache/ignite/pull/8135#discussion_r471962415
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/managers/systemview/GridSystemViewManager.java
##########
@@ -53,6 +57,9 @@
*/
public class GridSystemViewManager extends
GridManagerAdapter<SystemViewExporterSpi>
implements ReadOnlySystemViewRegistry {
+ /** Class name for a SQL view exporter of system views. */
+ public static final String SYSTEM_VIEW_SQL_SPI =
"org.apache.ignite.internal.managers.systemview.SqlViewExporterSpi";
Review comment:
fixed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]