-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-11782: [GLib][Ruby][Dataset] Remove bindings for internal classes #10533
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
Conversation
| static Result<std::shared_ptr<DatasetFactory>> Make( | ||
| std::shared_ptr<fs::FileSystem> filesystem, const std::vector<fs::FileInfo>& files, | ||
| std::shared_ptr<FileFormat> format, FileSystemFactoryOptions options); | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bkietz Can we export this factory method? I want to use this in Apache Arrow Dataset GLib.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's convenient for you I think it's fine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
+1 |
Closes apache#10533 from kou/glib-dataset-factory Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
No description provided.