[ 
https://issues.apache.org/jira/browse/ARROW-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16241422#comment-16241422
 ] 

ASF GitHub Bot commented on ARROW-1771:
---------------------------------------

wesm commented on issue #1288: ARROW-1771: [C++] ARROW-1749 Breaks Public API 
test in parquet-cpp
URL: https://github.com/apache/arrow/pull/1288#issuecomment-342364208
 
 
   You might like my bash function for pre-checkin
   
   ```bash
   function arrow_preflight {
       ARROW_PREFLIGHT_DIR=$HOME/code/arrow/cpp/preflight
       mkdir -p $ARROW_PREFLIGHT_DIR
       pushd $ARROW_PREFLIGHT_DIR
       arrow_cmake
       ninja format
       ninja lint
       popd
       pushd $HOME/code/arrow/python
       flake8 --count pyarrow
       flake8 --count --config=.flake8.cython pyarrow
       popd
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [C++] ARROW-1749 Breaks Public API test in parquet-cpp
> ------------------------------------------------------
>
>                 Key: ARROW-1771
>                 URL: https://issues.apache.org/jira/browse/ARROW-1771
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 0.7.1
>            Reporter: Phillip Cloud
>            Assignee: Phillip Cloud
>              Labels: pull-request-available
>             Fix For: 0.8.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to