You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/11/07 03:24:44 UTC

[GitHub] [calcite] liyafan82 opened a new pull request #1562: [CALCITE-3480] Special treatment for unordered child policy when trying to match a rule

liyafan82 opened a new pull request #1562: [CALCITE-3480] Special treatment for unordered child policy when trying to match a rule
URL: https://github.com/apache/calcite/pull/1562
 
 
   For scenarios when we need to concate vectors (like the scenario in ARROW-7048, and delta dictionary), we need a way to concat validity bits.
   
   Currently, we have bit level API to read/write individual validity bit. However, it is not efficient , and we need a way to copy more bits at a time.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services