shameersss1 opened a new pull request #2581: URL: https://github.com/apache/hive/pull/2581
…pes When there are more than 1024 values <!-- Thanks for sending a pull request! Here are some tips for you: --> ### What changes were proposed in this pull request? Instead of initializing the ColumnVector with default size which is 1024, Initialize it with the the size of record size required. ### Why are the changes needed? Changes are needed to allow Arrow SerDe to Serialize/deserialize complex data types When there are more than 1024 values ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Unit test were added to confirm the behaviour -- 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]
