acvictor opened a new pull request, #11831:
URL: https://github.com/apache/gluten/pull/11831

   ## What changes are proposed in this pull request?
   The `deserialize(uint8_t* data, int32_t size)` method receives `size` as the 
length of the serialized byte array (set via `env->GetArrayLength(data)` in 
`JniWrapper.cc`) and this byte count was forwarded directly as the 
`vector_size_t size` parameter to `CudfVector`, This PR replaces `size` with 
`vb->numRows()`, which is the actual row count from the deserialized Velox 
batch.
   
   ## How was this patch tested?
   Existing UTs.
   
   ## Was this patch authored or co-authored using generative AI tooling?
   No.


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