Skip to content

Conversation

@ccl-core
Copy link
Contributor

@ccl-core ccl-core commented Dec 1, 2025

No description provided.

- Consolidated containedIn handling to support all versions.
- Added support for Source objects in containedIn.
- Added unarchive and readlines to Transform.
- Refactored containedIn logic into a helper function.
- Added docstrings to magic methods in Source.
- Fixed static analysis issues.
@ccl-core ccl-core requested a review from a team as a code owner December 1, 2025 15:05
@github-actions
Copy link

github-actions bot commented Dec 1, 2025

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@ccl-core ccl-core requested a review from benjelloun December 1, 2025 15:15
from mlcroissant._src.operation_graph.operations.read import Read
from mlcroissant._src.operation_graph.operations.read_lines import ReadLines

__all__ = [
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this list be synced with the transformations/filters in the spec?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think so, some transformations are not implmeented as operations :)

@ccl-core ccl-core merged commit 0f627b4 into mlcommons:main Dec 1, 2025
12 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 1, 2025
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.

2 participants