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

Implement data file writer. #38

Closed
Tracked by #10641
liurenjie1024 opened this issue Jun 29, 2023 · 1 comment
Closed
Tracked by #10641

Implement data file writer. #38

liurenjie1024 opened this issue Jun 29, 2023 · 1 comment

Comments

@liurenjie1024
Copy link
Contributor

A file writer accepts inputs, writes out them using a file appender, and returns some iceberg data file structs. This issue address data file writer.

We can refer to java version as example:

https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/io/FileWriter.java
https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/io/RollingDataWriter.java

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

No branches or pull requests

1 participant