Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow user to config parquet writer.
3 participants