cshuo commented on PR #12795: URL: https://github.com/apache/hudi/pull/12795#issuecomment-2655354731
> For example, if we will try to implement log block sort before write using Flink's BinaryInMemorySortBuffer like in Paimon. It possible to implement this with such an abstractions? @Alowator Yes, it's possible. I think the `BinaryInMemorySortBuffer` you mentioned is more about buffering behavior in the side of flink writer operator, it's basically orthogonal with the underlying writer abstraction. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
