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-15198: [C++][FlightRPC] Fix conda-python-hdfs build error on flight-sql branch #12035

Conversation

rafael-telles
Copy link
Contributor

This should fix Crossbow build conda-python-hdfs on flight-sql:
https://github.com/ursacomputing/crossbow/runs/4612261742?check_suite_focus=true

Using arrow::Result on SqliteStatementBatchReader::Create to avoid confusing with arrow::flight::Result.

@github-actions
Copy link

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW

Opening JIRAs ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename pull request title in the following format?

ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@lidavidm
Copy link
Member

@github-actions crossbow submit test-conda-python-3.7-hdfs-3.2.1 test-conda-python-3.7-hdfs-2.9.2

@lidavidm lidavidm changed the title Fix conda-python-hdfs build error on flight-sql branch ARROW-15198: [C++][FlightRPC] Fix conda-python-hdfs build error on flight-sql branch Dec 23, 2021
@github-actions
Copy link

@github-actions
Copy link

Revision: 966c434

Submitted crossbow builds: ursacomputing/crossbow @ actions-1347

Task Status
test-conda-python-3.7-hdfs-2.9.2 Github Actions
test-conda-python-3.7-hdfs-3.2.1 Github Actions

lidavidm pushed a commit that referenced this pull request Dec 23, 2021
…ight-sql branch

This should fix Crossbow build `conda-python-hdfs` on `flight-sql`:
https://github.com/ursacomputing/crossbow/runs/4612261742?check_suite_focus=true

Using `arrow::Result` on `SqliteStatementBatchReader::Create` to avoid confusing with `arrow::flight::Result`.

Closes #12035 from rafael-telles/flight-sql-fix-conda-python-hdfs-build

Authored-by: Rafael Telles <rafael@telles.dev>
Signed-off-by: David Li <li.davidm96@gmail.com>
@lidavidm lidavidm closed this Dec 23, 2021
lidavidm pushed a commit that referenced this pull request Dec 23, 2021
Implement Flight SQL in C++ and Java, and add the protocol definitions.

This is a combination of multiple pull requests, merged into one branch before merging into master.

Closes #10906 (ARROW-12922).
Closes #11507 (ARROW-14421).
Closes #11989 (ARROW-15112).
Closes #12021 (ARROW-15187).
Closes #12035 (ARROW-15198).

Closes #12013 from apache/flight-sql

Lead-authored-by: Rafael Telles <rafael@telles.dev>
Co-authored-by: Abner Eduardo Ferreira <abenaru@protonmail.ch>
Co-authored-by: James Duong <duong.james@gmail.com>
Co-authored-by: Jose Almeida <almeidajcr90@gmail.com>
Co-authored-by: Juscelino Junior <juscelinojunior@id.uff.br>
Co-authored-by: Kyle Porter <kporter@dremio.com>
Co-authored-by: Ryan Nicholson <rnicholson@dremio.com>
Co-authored-by: Vinicius Fraga <sxvinifp@gmail.com>
Co-authored-by: tifflhl <tiffanylamhl@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants