You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: