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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)