Skip to content

feat: Added logic to support bucket partitioning#97

Merged
subkanthi merged 9 commits intomasterfrom
96-add-support-for-partition-with-buckettruncate-in-ice-insert
Mar 23, 2026
Merged

feat: Added logic to support bucket partitioning#97
subkanthi merged 9 commits intomasterfrom
96-add-support-for-partition-with-buckettruncate-in-ice-insert

Conversation

@subkanthi
Copy link
Collaborator

closes: #96

@subkanthi subkanthi linked an issue Jan 26, 2026 that may be closed by this pull request
@subkanthi subkanthi requested a review from xieandrew January 28, 2026 21:01
@subkanthi
Copy link
Collaborator Author

Usage:

insert -p nyc.yellow_trips \
  --partition '[{"column":"RatecodeID", "transform":"bucket[8]"}]' file://yellow_tripdata_2025-01.parquet 

@xieandrew xieandrew added the ice Relates to ice label Feb 6, 2026
@xieandrew xieandrew changed the title Added logic to support bucket and truncate partitioning. feat: Added logic to support bucket and truncate partitioning. Feb 6, 2026
@xieandrew xieandrew changed the title feat: Added logic to support bucket and truncate partitioning. feat: Added logic to support bucket and truncate partitioning Feb 6, 2026
@subkanthi subkanthi closed this Feb 16, 2026
@subkanthi subkanthi reopened this Feb 16, 2026
@subkanthi subkanthi changed the title feat: Added logic to support bucket and truncate partitioning feat: Added logic to support bucket partitioning Mar 23, 2026
Comment on lines 362 to 364
Copy link
Collaborator

Choose a reason for hiding this comment

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

It looks like this block already does the same thing as this PR (but with truncate left in)? This was added in this commit already maybe by mistake: f2b9319

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

removed.

@subkanthi subkanthi requested a review from xieandrew March 23, 2026 20:19
Copy link
Collaborator

@xieandrew xieandrew left a comment

Choose a reason for hiding this comment

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

Looks good

@subkanthi subkanthi merged commit 8e67373 into master Mar 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ice Relates to ice

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for partition with bucket/truncate in ice insert

2 participants