Skip to content

Conversation

@connortsui20
Copy link
Contributor

Tracking Issue: #4372

Adds fuzzing functionality for fixed-size list.

Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
@connortsui20 connortsui20 added the changelog/feature A new feature label Sep 5, 2025
Comment on lines 226 to 229
// TODO(connor): both should support compress, slice, take, filter, and cast [0, 1, 2, 4, 6]
// Once we support more list operations also recurse here on child dtype
// compress, slice
DType::List(..) => [0, 1].into_iter().collect(),
DType::List(..) | DType::FixedSizeList(..) => [0, 1].into_iter().collect(),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This doesn't seem right? Or do these actions refer to something else other than the compute functions?

@codecov
Copy link

codecov bot commented Sep 5, 2025

Codecov Report

❌ Patch coverage is 21.42857% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.79%. Comparing base (6cef324) to head (8de8ad1).
⚠️ Report is 3 commits behind head on develop.

Files with missing lines Patch % Lines
vortex-array/src/arrow/convert.rs 21.42% 11 Missing ⚠️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
@codspeed-hq
Copy link

codspeed-hq bot commented Sep 5, 2025

CodSpeed Performance Report

Merging #4541 will improve performances by 10.17%

Comparing ct/fsl-fuzz (8de8ad1) with develop (edf6849)

Summary

⚡ 1 improvements
✅ 1350 untouched benchmarks

Benchmarks breakdown

Benchmark BASE HEAD Change
zstd_compress_string 1.4 s 1.3 s +10.17%

@connortsui20 connortsui20 merged commit 696233a into develop Sep 5, 2025
40 checks passed
@connortsui20 connortsui20 deleted the ct/fsl-fuzz branch September 5, 2025 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/feature A new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants