You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by ppadma <gi...@git.apache.org> on 2017/11/03 05:51:26 UTC

[GitHub] drill issue #1015: DRILL-5899: Simple pattern matchers can work with DrillBu...

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.



---