Github user ppadma commented on the issue:
https://github.com/apache/drill/pull/1015
@sachouche @paul-rogers Thanks for the review. I updated the PR with review
comments.
I made one more change. Previously, I was copying native memory buffer
into byte array and using it. Instead, if we go to native memory directly,
performance is significantly better. In fact, it is 3 times faster :-)
Please review updated changes.---
