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

[CHORE] Rename vpartition -> micropartition #2781

Merged
merged 1 commit into from
Sep 4, 2024
Merged

Conversation

jaychia
Copy link
Contributor

@jaychia jaychia commented Sep 3, 2024

No description provided.

@github-actions github-actions bot added the chore label Sep 3, 2024
Copy link

netlify bot commented Sep 3, 2024

Deploy Preview for daft-docs canceled.

Name Link
🔨 Latest commit 6452a60
🔍 Latest deploy log https://app.netlify.com/sites/daft-docs/deploys/66d7814b796acb000817c631

data_vpartition = MicroPartition.from_pydict(data)
return cls._from_tables(data_vpartition)
data_micropartition = MicroPartition.from_pydict(data)
return cls._from_tables(data_micropartition)
Copy link
Contributor

Choose a reason for hiding this comment

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

Thoughts on renaming from_tables into from_micropartitions as well?

Copy link

codspeed-hq bot commented Sep 3, 2024

CodSpeed Performance Report

Merging #2781 will degrade performances by 57.78%

Comparing jay/rename-vpartition (6452a60) with main (a97d871)

Summary

⚡ 1 improvements
❌ 1 regressions
✅ 14 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main jay/rename-vpartition Change
test_count[1 Small File] 10.1 ms 23.8 ms -57.78%
test_show[100 Small Files] 55.8 ms 49.3 ms +13.33%

@jaychia jaychia merged commit 60ebf82 into main Sep 4, 2024
38 of 39 checks passed
@jaychia jaychia deleted the jay/rename-vpartition branch September 4, 2024 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants