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

Writer ignores the table's "delta.dataSkippingStatsColumns" and "delta.dataSkippingNumIndexedCols" #189

Open
kpapadatos opened this issue Jul 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kpapadatos
Copy link
Contributor

Creating a table with "delta.dataSkippingStatsColumns" or "delta.dataSkippingNumIndexedCols" using delta-rs and then writing to it, results in having min/max values only for the specified columns in the delta log files.

When kafka-delta-ingest writes to that table, it always adds min/max values for all columns, making it unusable because the delta log becomes huge.

@rtyler rtyler added the bug Something isn't working label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants