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] JDBC-to-Arrow Conversion: JDBC Metadata in Schema Fields #20569

Closed
asfimport opened this issue Dec 9, 2018 · 2 comments
Closed

[Java] JDBC-to-Arrow Conversion: JDBC Metadata in Schema Fields #20569

asfimport opened this issue Dec 9, 2018 · 2 comments

Comments

@asfimport
Copy link

asfimport commented Dec 9, 2018

This feature extends ARROW-3965 and adds a new option to include JDBC metadata in the Arrow Schema Field Metadata.  To start, the following items are added:

  • Catalog Name

  • Table Name

  • Column Name

  • Column Type Name

    These are configured by setting the "Include Metadata" boolean flag on the configuration object.  If the value is set to true, the above fields will be added.  Otherwise, they will not.

Reporter: Michael Pigott / @mikepigott
Assignee: Michael Pigott / @mikepigott

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-3966. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Michael Pigott / @mikepigott:
#3134

@asfimport
Copy link
Author

Uwe Korn / @xhochy:
Issue resolved by pull request 3134
#3134

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

No branches or pull requests

1 participant