Skip to content

Conversation

@1RyanK
Copy link
Contributor

@1RyanK 1RyanK commented Jun 20, 2025

Created the repartitionByLocale function changing the behavior of flatten to demonstrate as a proof of concept. Seems to pass multilocale, multidimensional tests.

Previously I was using flatten to demonstrate it worked, and it did work and pass tests there. Since it would be difficult to directly test this code otherwise, I think this should be treated as passing tests.

Closes #4498: Create a repartitionByLocale function

@1RyanK 1RyanK force-pushed the 4498-Create_a_repartitionByLocale_function branch from 2763a5f to 7dab6c0 Compare June 20, 2025 18:06
@1RyanK 1RyanK force-pushed the 4498-Create_a_repartitionByLocale_function branch from 7dab6c0 to c29a858 Compare June 30, 2025 11:31
ajpotts
ajpotts previously approved these changes Jun 30, 2025
Copy link
Contributor

@ajpotts ajpotts left a comment

Choose a reason for hiding this comment

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

Interesting idea and the code looks good. I would like to see a performance test before merging it in, since flatten is used a lot in the code base.

@1RyanK 1RyanK force-pushed the 4498-Create_a_repartitionByLocale_function branch from 3c1bd7d to af6eafc Compare July 24, 2025 12:20
@1RyanK 1RyanK changed the base branch from master to main July 24, 2025 12:29
@1RyanK 1RyanK dismissed ajpotts’s stale review July 24, 2025 12:29

The base branch was changed.

@1RyanK 1RyanK force-pushed the 4498-Create_a_repartitionByLocale_function branch from af6eafc to 8504f4b Compare July 24, 2025 12:38
Copy link
Contributor

@jaketrookman jaketrookman left a comment

Choose a reason for hiding this comment

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

Great work

@ajpotts ajpotts added this pull request to the merge queue Aug 6, 2025
Merged via the queue into Bears-R-Us:main with commit 08fe478 Aug 6, 2025
27 checks passed
drculhane pushed a commit to drculhane/arkouda that referenced this pull request Aug 20, 2025
…R-Us#4647)

Created the repartitionByLocale function ~~changing the behavior of
flatten to demonstrate as a proof of concept. Seems to pass multilocale,
multidimensional tests~~.

Previously I was using flatten to demonstrate it worked, and it did work
and pass tests there. Since it would be difficult to directly test this
code otherwise, I think this should be treated as passing tests.

Closes Bears-R-Us#4498: Create a repartitionByLocale function
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.

Create a repartitionByLocale function

3 participants