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(java): support get real data size for lance spark statistics interface #3337

Merged
merged 3 commits into from
Jan 5, 2025

Conversation

SaintBacchus
Copy link
Collaborator

@SaintBacchus SaintBacchus commented Jan 4, 2025

With #3328, now we can calculate the dataset disk size.

@github-actions github-actions bot added enhancement New feature or request java labels Jan 4, 2025
return fields;
}

public long getDataSize() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we add a comment to mention that this is bytes?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

OK

@SaintBacchus SaintBacchus force-pushed the SupportStatisticsDatasize branch from 3847ced to 813de88 Compare January 5, 2025 02:57
@eddyxu eddyxu merged commit 1d40479 into lancedb:main Jan 5, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants