You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Andrey N. Gura (Jira)" <ji...@apache.org> on 2020/04/16 16:46:00 UTC

[jira] [Created] (IGNITE-12908) Confusding check for presence of SqlViewExporterSpi class in classpath during initialization

Andrey N. Gura created IGNITE-12908:
---------------------------------------

             Summary: Confusding check for presence of SqlViewExporterSpi class in classpath during initialization
                 Key: IGNITE-12908
                 URL: https://issues.apache.org/jira/browse/IGNITE-12908
             Project: Ignite
          Issue Type: Improvement
            Reporter: Andrey N. Gura


{{IgniteEx.initializeDefaultSpi()}} method checks for presence of {{SqlViewExporterSpi}} class in classpath whilst actual intention is to check for presence of indexing in classpath. It could be done just using {{IgniteComponentType.INDEXING.inClassPath()}} method.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)