wForget opened a new pull request, #10924:
URL: https://github.com/apache/incubator-gluten/pull/10924

   <!--
   Thank you for submitting a pull request! Here are some tips:
   
   1. For first-time contributors, please read our contributing guide:
      https://github.com/apache/incubator-gluten/blob/main/CONTRIBUTING.md
   2. If necessary, create a GitHub issue for discussion beforehand to avoid 
duplicate work.
   3. If the PR is specific to a single backend, include [VL] or [CH] in the PR 
title to indicate the
      Velox or ClickHouse backend, respectively.
   4. If the PR is not ready for review, please mark it as a draft.
   -->
   
   ## What changes are proposed in this pull request?
   
   Uniffle spark client shaded netty package results in 
LowCopyNettyJniByteInputStream not being used as expected.
   
   
https://github.com/apache/uniffle/blob/5edf952826aebbbbfaade287e1c39171394d6c43/client-spark/spark3-shaded/pom.xml#L146-L149
   
   This PR supports input stream ending with 
`io.netty.buffer.ByteBufInputStream` in LowCopyNettyJniByteInputStream to 
support shaded netty packages like in uniffle shaded client.
   
   ## How was this patch tested?
   
   Manually tested in an internal environment, the uniffle shuffle read input 
stream is successfully identified as a ByteBufInputStream (but 
LowCopyNettyJniByteInputStream is not used because ByteBufInputStream.buffer is 
not direct)


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to