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

[Java][flight-sql-jdbc] Expose app_metadata for FlightInfo through JDBC interfaces #38024

Closed
aiguofer opened this issue Oct 4, 2023 · 0 comments · Fixed by #38781
Closed

Comments

@aiguofer
Copy link
Contributor

aiguofer commented Oct 4, 2023

Describe the enhancement requested

As a follow up to #38022, we'll want to add a way to expose the metadata through the JDBC interface implementations. The FlightInfo metadata could be exposed in the following classes:

  • PreparedStatement
  • ResultSet
  • ResultSetMetaData

Component(s)

Java

lidavidm pushed a commit that referenced this issue Nov 29, 2023
…#38781)

FlightInfo can now contain appMetadata. This PR exposes that metadata through the JDBC interface through `ArrowFlightJdbcFlightStreamResultSet.getAppMetadata`.
* Closes: #38024

Authored-by: Diego Fernandez <aiguo.fernandez@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
@lidavidm lidavidm added this to the 15.0.0 milestone Nov 29, 2023
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
…ultSet (apache#38781)

FlightInfo can now contain appMetadata. This PR exposes that metadata through the JDBC interface through `ArrowFlightJdbcFlightStreamResultSet.getAppMetadata`.
* Closes: apache#38024

Authored-by: Diego Fernandez <aiguo.fernandez@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 a pull request may close this issue.

2 participants