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-unsubscr...@flink.apache.org

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

Reply via email to