Skip to content

[DeltaLake] Fix so new columns are read as null when schema is evolved for old data files #698

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

Merged
merged 2 commits into from
Mar 5, 2025

Conversation

Ulimo
Copy link
Contributor

@Ulimo Ulimo commented Mar 5, 2025

This also fixes a warning in the parquet struct writer

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 75ff2d8 Previous: 22d4209 Ratio
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.InnerJoin 456826910 ns (± 14693031.446777755) 458826533.3333333 ns (± 10640413.19005047) 1.00
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.LeftJoin 565571600 ns (± 22385092.491916727) 564994640 ns (± 28550338.329818636) 1.00
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ProjectionAndNormalization 158654730 ns (± 18510462.592262667) 169842820 ns (± 7144067.768715523) 0.93
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.SumAggregation 175591800 ns (± 11097152.411141839) 171581250 ns (± 12415362.812660772) 1.02
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ListAggWithMapAggregation 2018521260 ns (± 94208890.26695998) 1982296640 ns (± 123349811.75190067) 1.02

This comment was automatically generated by workflow using github-action-benchmark.

@Ulimo Ulimo linked an issue Mar 5, 2025 that may be closed by this pull request
@Ulimo Ulimo merged commit 4f49ba9 into main Mar 5, 2025
7 checks passed
@Ulimo Ulimo deleted the deltalake_fix_new_columns branch March 5, 2025 11:19
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.

Fix reading delta lake with schema evolution where a new column is added
1 participant