You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/10/21 05:41:05 UTC

[GitHub] [flink-table-store] JingsongLi opened a new pull request, #325: [FLINK-29700] Serializer to BinaryInMemorySortBuffer is wrong

JingsongLi opened a new pull request, #325:
URL: https://github.com/apache/flink-table-store/pull/325

   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.
   
   The test does not reproduce the problem because special conditions are required to trigger the problem.
   This problem is completely avoided at the code parameter level.


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-table-store] JingsongLi commented on pull request #325: [FLINK-29700] Serializer to BinaryInMemorySortBuffer is wrong

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on PR #325:
URL: https://github.com/apache/flink-table-store/pull/325#issuecomment-1286488493

   Just cherry-pick from #315


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-table-store] JingsongLi merged pull request #325: [FLINK-29700] Serializer to BinaryInMemorySortBuffer is wrong

Posted by GitBox <gi...@apache.org>.
JingsongLi merged PR #325:
URL: https://github.com/apache/flink-table-store/pull/325


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org