bkietz opened a new pull request #8472:
URL: https://github.com/apache/arrow/pull/8472


   - [ ] Unit tests for `util::Variant<>`
   - [ ] Benchmark comparison to ensure compute and nested parquet are not 
impacted
   - [ ] More docstrings and comments
   
   Locally:
   
   ```
   $ ninja
   ninja: no work to do.
   $ export OBJS=`ls src/arrow/CMakeFiles/arrow_objlib.dir/compute/**/*.o`
   
   $ git checkout master && rm $OBJS && time ninja $OBJS
   real 0m6.137s
   user 1m6.760s
   sys  0m2.975s
   
   $ git checkout 8113-Implement-a-lighter-weigh && rm $OBJS && time ninja $OBJS
   real 0m0.032s
   user 0m0.123s
   sys  0m0.140s
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to