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

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

wesm commented on issue #1319: ARROW-1579: [Java] Adding containerized Spark 
Integration tests
URL: https://github.com/apache/arrow/pull/1319#issuecomment-366126289
 
 
   Build failed for me with 
   
   ```
   [ 52%] Building CXX object 
src/arrow/CMakeFiles/arrow_objlib.dir/ipc/writer.cc.o
   In file included from /apache-arrow/arrow/cpp/src/arrow/buffer.h:29:0,
                    from /apache-arrow/arrow/cpp/src/arrow/array.h:27,
                    from 
/apache-arrow/arrow/cpp/src/arrow/ipc/json-internal.cc:28:
   /apache-arrow/arrow/cpp/src/arrow/status.h: In function ‘arrow::Status 
arrow::ipc::internal::json::GetField(const Value&, const 
arrow::ipc::DictionaryMemo*, std::shared_ptr<arrow::Field>*)’:
   /apache-arrow/arrow/cpp/src/arrow/status.h:68:19: warning: ‘dictionary_id’ 
may be used uninitialized in this function [-Wmaybe-uninitialized]
        Status _s = (s);                     \
                      ^
   /apache-arrow/arrow/cpp/src/arrow/ipc/json-internal.cc:869:13: note: 
‘dictionary_id’ was declared here
        int64_t dictionary_id;
                ^~~~~~~~~~~~~
   In file included from /apache-arrow/arrow/cpp/src/arrow/buffer.h:29:0,
                    from /apache-arrow/arrow/cpp/src/arrow/array.h:27,
                    from 
/apache-arrow/arrow/cpp/src/arrow/ipc/json-internal.cc:28:
   /apache-arrow/arrow/cpp/src/arrow/status.h: In function ‘arrow::Status 
arrow::ipc::internal::json::ReadSchema(const Value&, arrow::MemoryPool*, 
std::shared_ptr<arrow::Schema>*)’:
   /apache-arrow/arrow/cpp/src/arrow/status.h:68:19: warning: ‘dictionary_id’ 
may be used uninitialized in this function [-Wmaybe-uninitialized]
        Status _s = (s);                     \
                      ^
   /apache-arrow/arrow/cpp/src/arrow/ipc/json-internal.cc:1349:13: note: 
‘dictionary_id’ was declared here
        int64_t dictionary_id;
                ^~~~~~~~~~~~~
   [ 52%] Built target arrow_objlib
   Scanning dependencies of target arrow_static
   Scanning dependencies of target arrow_shared
   make[2]: *** No rule to make target 
'/home/ubuntu/miniconda/envs/pyarrow-dev/lib/libbrotlidec.a', needed by 
'release/libarrow.so.0.0.0'.  Stop.
   CMakeFiles/Makefile2:693: recipe for target 
'src/arrow/CMakeFiles/arrow_shared.dir/all' failed
   make[1]: *** [src/arrow/CMakeFiles/arrow_shared.dir/all] Error 2
   make[1]: *** Waiting for unfinished jobs....
   [ 52%] Linking CXX static library ../../release/libarrow.a
   [ 52%] Built target arrow_static
   Makefile:140: recipe for target 'all' failed
   make: *** [all] Error 2
   ```
   
   Haven't dug too far into what's wrong. Can we document how to run this 
someplace other than the Dockerfile?

----------------------------------------------------------------
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


> [Java] Add dockerized test setup to validate Spark integration
> --------------------------------------------------------------
>
>                 Key: ARROW-1579
>                 URL: https://issues.apache.org/jira/browse/ARROW-1579
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java - Vectors
>            Reporter: Wes McKinney
>            Assignee: Bryan Cutler
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>
> cc [~bryanc] -- the goal of this will be to validate master-to-master to 
> catch any regressions in the Spark integration



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to