Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-3108: [C++] arrow::PrettyPrint for Table instances #2857

Closed
wants to merge 1 commit into from

Conversation

xhochy
Copy link
Member

@xhochy xhochy commented Oct 28, 2018

No description provided.

@wesm
Copy link
Member

wesm commented Oct 29, 2018

Fails with

/home/travis/build/apache/arrow/cpp/src/arrow/pretty_print-test.cc
/home/travis/build/apache/arrow/cpp/src/arrow/pretty_print-test.cc: In member function ‘virtual void arrow::TestPrettyPrint_ColumnPrimitiveType_Test::TestBody()’:
/home/travis/build/apache/arrow/cpp/src/arrow/pretty_print-test.cc:440:35: error: call of overloaded ‘Column(std::shared_ptr<arrow::Field>&, <brace-enclosed initializer list>)’ is ambiguous
   Column column(int_field, {array});
                                   ^
/home/travis/build/apache/arrow/cpp/src/arrow/pretty_print-test.cc:440:35: note: candidates are:
In file included from /home/travis/build/apache/arrow/cpp/src/arrow/pretty_print-test.cc:31:0:
/home/travis/build/apache/arrow/cpp/src/arrow/table.h:102:3: note: arrow::Column::Column(const std::shared_ptr<arrow::Field>&, const std::shared_ptr<arrow::Array>&)
   Column(const std::shared_ptr<Field>& field, const std::shared_ptr<Array>& data);
   ^
/home/travis/build/apache/arrow/cpp/src/arrow/table.h:99:3: note: arrow::Column::Column(const std::shared_ptr<arrow::Field>&, const ArrayVector&)
   Column(const std::shared_ptr<Field>& field, const ArrayVector& chunks);
   ^
[55/294] Building CXX object src/arrow...keFiles/array-test.dir/array-test.cc.o
ninja: build stopped: subcommand failed.

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants