azagrebin commented on issue #8194: [FLINK-12216][Runtime]Respect the number of bytes from input parameters in HybridMemorySegment URL: https://github.com/apache/flink/pull/8194#issuecomment-545336565 @liyafan82 @StephanEwen It looks like there can be no non-direct and non-array-based `ByteBuffer` which is writable. `ByteBuffer` cannot be even extended outside of `java.nio` package which would be a hack. Do we need to support put operation for this case? We could just throw an exception. It can change in future, of course, but then we could reconsider it.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
