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

Create a wrapper class to access org.apache.arrow.c.SchemaImporter #1352

Open
huaxingao opened this issue Jan 30, 2025 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@huaxingao
Copy link
Contributor

What is the problem the feature request solves?

CometSchemaImporter is a Comet class but is in the org.apache.arrow.c package to overcome access restrictions (Arrow's SchemaImporter is package private). In Comet / Iceberg integration, I have to import a shaded class, which is not allowed in Iceberg.

import org.apache.comet.shaded.arrow.c.CometSchemaImporter;

Describe the potential solution

No response

Additional context

No response

@parthchandra
Copy link
Contributor

+1. CometSchemaImporter need never be exposed to Iceberg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants