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

feat: Introduce table config #148

Merged
merged 2 commits into from
Aug 16, 2023

Conversation

liurenjie1024
Copy link
Contributor

Closes #142.

@liurenjie1024 liurenjie1024 requested review from ZENOTME and Xuanwo and removed request for ZENOTME August 16, 2023 03:28
@liurenjie1024
Copy link
Contributor Author

cc @ZENOTME @Xuanwo

Cargo.toml Outdated Show resolved Hide resolved
@liurenjie1024 liurenjie1024 merged commit 13d982c into icelake-io:main Aug 16, 2023
3 checks passed
@liurenjie1024 liurenjie1024 deleted the renjie/issue-142 branch August 16, 2023 05:34
@@ -48,6 +51,7 @@ impl DataFileWriter {
arrow_schema: SchemaRef,
rows_divisor: usize,
target_file_size_in_bytes: u64,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does these two parameter should also included in TableConfig

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think so.

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

Successfully merging this pull request may close these issues.

Allow user to config parquet writer.
3 participants