Skip to content

feat(java): expose ManifestSummary to java api#5092

Merged
westonpace merged 2 commits intolance-format:mainfrom
steFaiz:java_manifest_summary
Oct 31, 2025
Merged

feat(java): expose ManifestSummary to java api#5092
westonpace merged 2 commits intolance-format:mainfrom
steFaiz:java_manifest_summary

Conversation

@steFaiz
Copy link
Copy Markdown
Collaborator

@steFaiz steFaiz commented Oct 29, 2025

This PR follows #4754 :
ManifestSummary is useful in many scenarios. For example, user can get statistical information about their datasets, and computing engines such as Flink and Spark can dynamically decide source parallelism and resource spec.

ManifestSummary is useful in many scenarios. For example, user can get statistical information about their datasets,
and computing engines such as Flink and Spark can dynamically decide source parallelism and resource spec.
@github-actions github-actions Bot added the java label Oct 29, 2025
@github-actions
Copy link
Copy Markdown
Contributor

ACTION NEEDED
Lance follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

For details on the error please inspect the "PR Title Check" action.

@steFaiz steFaiz changed the title Expose ManifestSummary to java API. feat(java): expose ManifestSummary to java api Oct 29, 2025
@github-actions github-actions Bot added the enhancement New feature or request label Oct 29, 2025
@steFaiz
Copy link
Copy Markdown
Collaborator Author

steFaiz commented Oct 29, 2025

This PR is ready for review! @majin1102 @jackye1995

Copy link
Copy Markdown
Contributor

@majin1102 majin1102 left a comment

Choose a reason for hiding this comment

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

Overall looks good to me, just a comment nit

import java.util.Map;

/**
* Manifest summary containing statistical information about the manifest (one version of Dataset).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I guess you mean ManifestSummary contains?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Thanks for your advise! I've changed the description.

@steFaiz steFaiz force-pushed the java_manifest_summary branch from b860bca to ee194ee Compare October 29, 2025 11:55
@westonpace westonpace merged commit 1a1d1e2 into lance-format:main Oct 31, 2025
7 checks passed
jackye1995 pushed a commit to jackye1995/lance that referenced this pull request Jan 21, 2026
This PR follows lance-format#4754 :
ManifestSummary is useful in many scenarios. For example, user can get
statistical information about their datasets, and computing engines such
as Flink and Spark can dynamically decide source parallelism and
resource spec.

---------

Co-authored-by: 喆宇 <wxy407679@antgroup.com>
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.

3 participants