Skip to content

[FlightSQL] Allow returning column remarks in FlightSQL's CommandGetTables #46087

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

Open
mateuszrzeszutek opened this issue Apr 10, 2025 · 0 comments · May be fixed by #46110
Open

[FlightSQL] Allow returning column remarks in FlightSQL's CommandGetTables #46087

mateuszrzeszutek opened this issue Apr 10, 2025 · 0 comments · May be fixed by #46110

Comments

@mateuszrzeszutek
Copy link
Contributor

Describe the enhancement requested

Hey,

Currently when you call CommandGetTables with include_schema = true the message you get in return contains schemas, and each field on these schemas may contain couple of different metadata properties: type name, scale, precision, etc. What's missing is column remarks/comment/description -- for example, when you use JDBC to retrieve columns for particular table(s) the API allows the drivers/databases to return remarks in the REMARKS column of the result set.

Would it be possible to add a ARROW:FLIGHT:SQL:REMARKS metadata property to the CommandGetTables contract to allow retrieving column descriptions?

Component(s)

Format

@mateuszrzeszutek mateuszrzeszutek changed the title Allow returning column remarks in FlightSQL's CommandGetTables [FlightSQL] Allow returning column remarks in FlightSQL's CommandGetTables Apr 10, 2025
mateuszrzeszutek added a commit to mateuszrzeszutek/arrow that referenced this issue Apr 11, 2025
mateuszrzeszutek added a commit to mateuszrzeszutek/arrow that referenced this issue Apr 11, 2025
mateuszrzeszutek added a commit to mateuszrzeszutek/arrow that referenced this issue Apr 14, 2025
mateuszrzeszutek added a commit to mateuszrzeszutek/arrow that referenced this issue Apr 17, 2025
mateuszrzeszutek added a commit to mateuszrzeszutek/arrow that referenced this issue Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant