You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2022/10/20 08:05:00 UTC

[jira] [Created] (FLINK-29700) Serializer to BinaryInMemorySortBuffer is wrong

Jingsong Lee created FLINK-29700:
------------------------------------

             Summary: Serializer to BinaryInMemorySortBuffer is wrong
                 Key: FLINK-29700
                 URL: https://issues.apache.org/jira/browse/FLINK-29700
             Project: Flink
          Issue Type: Bug
          Components: Table Store
            Reporter: Jingsong Lee
            Assignee: Jingsong Lee
             Fix For: table-store-0.3.0, table-store-0.2.2


In SortBufferMemTable, it will use `BinaryInMemorySortBuffer.createBuffer(BinaryRowDataSerializer serializer)`, the serializer is for full row, not just sort key fields.

Problems may occur when there are many fields.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)