[ 
https://issues.apache.org/jira/browse/IGNITE-15968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17449261#comment-17449261
 ] 

Nikolay Izhikov commented on IGNITE-15968:
------------------------------------------

It seems lates checkstyle improvement is a reason - 
https://github.com/apache/ignite/commit/9021f783e9453375482c9b255a42ca827e091daa

{noformat}
[19:34:44]      [Step 3/4] [ERROR] 
/opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/main/java/org/apache/ignite/internal/cache/query/index/sorted/defragmentation/DefragIndexFactory.java:112:42:
 ')' is followed by whitespace. [NoWhitespaceAfter]
[19:34:44]      [Step 3/4] [ERROR] 
/opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/main/java/org/apache/ignite/internal/cache/query/index/sorted/defragmentation/DefragIndexFactory.java:113:40:
 ')' is followed by whitespace. [NoWhitespaceAfter]
[19:34:44]      [Step 3/4] [ERROR] 
/opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/main/java/org/apache/ignite/internal/cache/query/index/sorted/defragmentation/DefragIndexFactory.java:245:65:
 ')' is followed by whitespace. [NoWhitespaceAfter]
[19:34:44]      [Step 3/4] [ERROR] 
/opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/main/java/org/apache/ignite/internal/cache/query/index/sorted/defragmentation/DefragIndexFactory.java:309:65:
 ')' is followed by whitespace. [NoWhitespaceAfter]
[19:34:44]      [Step 3/4] [ERROR] 
/opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/main/java/org/apache/ignite/internal/cache/query/index/sorted/defragmentation/IndexingDefragmentation.java:195:34:
 ')' is followed by whitespace. [NoWhitespaceAfter]
{noformat}

> Index de-fragmentation fails on DECIMAL and VARCHAR columns
> -----------------------------------------------------------
>
>                 Key: IGNITE-15968
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15968
>             Project: Ignite
>          Issue Type: Bug
>          Components: persistence
>    Affects Versions: 2.11
>            Reporter: Semyon Danilov
>            Assignee: Semyon Danilov
>            Priority: Major
>             Fix For: 2.13
>
>         Attachments: screenshot-1.png
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Index de-fragmentation fails on:
>  * DECIMAL column because DecimalInlineIndexColumn#get0 returns null
>  * VARCHAR column with unexpected error when the string is larger than 
> INLINE_SIZE
> *{color:#ff5630}NB:{color}* re-writing an index of varlen field must preserve 
> the flag: 0x8000 that marks trim the original value.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to