Skip to content

Conversation

brancz
Copy link
Contributor

@brancz brancz commented Jun 21, 2025

Which issue does this PR close?

Are there any user-facing changes?

No just repo housekeeping and making sure tests aren't too verbose for no good reason.

@alamb

@github-actions github-actions bot added the arrow Changes to the arrow crate label Jun 21, 2025
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

❤️ thank you @brancz

Looks like a nice improvement to me

assert_roundtrip(&array, DataType::Int32, DataType::Utf8, None);
}

#[test]
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there any reason not to refactor the remaining tests too?

  • test_run_end_encoded_ascending_descending_round_trip
  • test_run_end_encoded_sort_configurations_basic,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

just missed it, added! thanks for catching that!

@alamb
Copy link
Contributor

alamb commented Jun 23, 2025

Thanks again for the follow up @brancz

@alamb alamb merged commit b1ea729 into apache:main Jun 23, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce repetition in tests for arrow-row/src/run.rs
2 participants