viirya opened a new issue, #225: URL: https://github.com/apache/arrow-datafusion-comet/issues/225
### Describe the bug During `initialize` call of `CometDictionary`, for decimal type, we call `getBinaryDecimal` on value array (`CometVector`) which copies bytes into an internal byte array of value array. Then we do copying the byte arrays again in `CometDictionary`. Although we need to copy the bytes because byte array is reused, we only need one time copying here. ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
