Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions encodings/parquet-variant/src/operations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ mod tests {
assert_scalar_at_matches_arrow_try_value(&arrow_variant, [0, 1, 2])
}

#[ignore = "This test hangs when running all tests in the workspace at once."]
#[test]
fn test_scalar_at_recursive_shredded_list() -> VortexResult<()> {
// Spec basis: for arrays, "value must be null" when the value is an array, and array
Expand Down
Loading