You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/02/07 13:22:16 UTC

[GitHub] [ignite] korlov42 commented on a change in pull request #8490: IGNITE-13056 Move indexes to core

korlov42 commented on a change in pull request #8490:
URL: https://github.com/apache/ignite/pull/8490#discussion_r571616708



##########
File path: modules/core/src/main/java/org/apache/ignite/cache/query/index/AbstractIndex.java
##########
@@ -15,25 +15,31 @@
  * limitations under the License.
  */
 
-package org.apache.ignite.internal.processors.query.h2.database.inlinecolumn;
+package org.apache.ignite.cache.query.index;
 
-import org.h2.table.Column;
-import org.h2.value.Value;
-import org.h2.value.ValueStringIgnoreCase;
+import java.util.concurrent.atomic.AtomicBoolean;
+
+import static java.lang.Boolean.FALSE;
+import static java.lang.Boolean.TRUE;
 
 /**
- * Inline index column implementation for inlining strings ignore case.
+ * Abstract class for all Index implementations.
  */
-public class StringIgnoreCaseInlineIndexColumn extends StringInlineIndexColumn {
+public abstract class AbstractIndex implements Index {

Review comment:
       It appears a 'geospatial' module was ignored in the project. Ok then




----------------------------------------------------------------
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:
users@infra.apache.org