[
https://issues.apache.org/jira/browse/IGNITE-15987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450223#comment-17450223
]
Ignite TC Bot commented on IGNITE-15987:
----------------------------------------
{panel:title=Branch: [pull/9600/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/9600/head] Base: [master] : New Tests
(3)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Queries 1{color} [[tests
3|https://ci.ignite.apache.org/viewLog.html?buildId=6288387]]
* {color:#013220}IgniteBinaryCacheQueryTestSuite:
ComplexPrimaryKeyUnwrapSelfTest.testInlineSizeWrap - PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryTestSuite:
ComplexPrimaryKeyUnwrapSelfTest.testInlineSizeWrap2 - PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryTestSuite:
ComplexPrimaryKeyUnwrapSelfTest.testInlineSizeNoWrap - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=6288407&buildTypeId=IgniteTests24Java8_RunAll]
> PK index inline size is not calculated correctly for keys with a single field
> -----------------------------------------------------------------------------
>
> Key: IGNITE-15987
> URL: https://issues.apache.org/jira/browse/IGNITE-15987
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Affects Versions: 2.11
> Reporter: Alexander Belyak
> Assignee: Alexander Belyak
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Example:
> CREATE TABLE IF NOT EXISTS TABLE1 (
> col1 varchar(15),
> col2 varchar(100),
> PRIMARY KEY(col1)
> );
> In this case PK inline size would be default 10.
> CREATE TABLE IF NOT EXISTS TABLE2 (
> col1 varchar(15),
> col2 varchar(100),
> PRIMARY KEY(col1)
> ) WITH "WRAP_KEY=true";
> This one works correctly, inline size is 18.
> It seems that it works as expected only for WRAP_KEY=true.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)