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 2020/12/24 11:36:21 UTC

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

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



##########
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;

Review comment:
       Actually I don't know why GitHub creates the link StringIgnoreCaseInlineIndexColumn -> AbstractIndex. `git log` for AbstractIndex is the only commit. I tried to git mv, git rm, create file from scratch again. But nothing helps and GitHub still show this again. 
   
   The same time Intellij IDEA shows history of this file differently, it saw it as GridQueryRowCacheCleaner -> AbstractIndex.
   
   ```
   % git log modules/core/src/main/java/org/apache/ignite/cache/query/index/AbstractIndex.java
   commit cee7855760b3fa1867a9e44e52be4ef786f108ad
   Author: Maksim Timonin <ti...@gmail.com>
   Date:   Thu Dec 10 01:25:18 2020 +0300
   
       Rebuild indexes, fix tests
   ```
   
   If somebody have any idea how to fix this, please share this.
   




----------------------------------------------------------------
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