Skip to content

Fix bug in generic read operator, wrong column count #802

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 1 commit into from
Apr 23, 2025

Conversation

Ulimo
Copy link
Contributor

@Ulimo Ulimo commented Apr 23, 2025

The wrong column count was used after 100 events has been sent

The wrong column count was used after 100 events has been sent
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: f93154a Previous: 22d4209 Ratio
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.InnerJoin 418318090 ns (± 9219731.848860295) 458826533.3333333 ns (± 10640413.19005047) 0.91
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.LeftJoin 477928230 ns (± 10848379.080156527) 564994640 ns (± 28550338.329818636) 0.85
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ProjectionAndNormalization 150477410 ns (± 7647863.215333055) 169842820 ns (± 7144067.768715523) 0.89
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.SumAggregation 149564733.33333334 ns (± 12388994.693779638) 171581250 ns (± 12415362.812660772) 0.87
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ListAggWithMapAggregation 1836074690 ns (± 97916616.11894807) 1982296640 ns (± 123349811.75190067) 0.93
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.WindowSum 357764370 ns (± 12633512.605394695)
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ListAggWithStructAggregation 1500585770 ns (± 91724652.35814378)

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

@Ulimo Ulimo merged commit 96070e3 into main Apr 23, 2025
8 checks passed
@Ulimo Ulimo deleted the bugfix_genericsource branch April 23, 2025 21:39
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.

1 participant