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

Add Append op for index files, manifests, and column stats. #3

Merged
merged 2 commits into from
Dec 22, 2023

Conversation

coufon
Copy link
Collaborator

@coufon coufon commented Dec 20, 2023

No description provided.

@coufon coufon force-pushed the coufon-dev2 branch 2 times, most recently from 149963c to af82ef8 Compare December 21, 2023 05:02
stats_fields: List[Tuple[int, pa.DataType]] = []

for f in schema:
if f.name not in primary_keys_:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is the plan only extract column stats for pk?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

At least for beginning, unlike log style OLAP data, most well refined ML dataset has a primary key, and there is a need of deduplication. So call it as primary key. In future we can introduce clustering_key.

@coufon coufon merged commit 341a37f into main Dec 22, 2023
5 checks passed
@coufon coufon deleted the coufon-dev2 branch December 22, 2023 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants