Skip to content

Conversation

Weijun-H
Copy link
Member

Which issue does this PR close?

Part #1218

Rationale for this change

Add sort_dictionary and pack_dictionary options.

What changes are included in this PR?

Sort element if sort_dictionary is true, not implement pack_dictionary because I am not sure how to depulicate the array.

Are there any user-facing changes?

@github-actions github-actions bot added the arrow Changes to the arrow crate label Mar 21, 2023
arrow-data = { version = "35.0.0", path = "../arrow-data" }
arrow-schema = { version = "35.0.0", path = "../arrow-schema" }
arrow-select = { version = "35.0.0", path = "../arrow-select" }
arrow-ord = { version = "35.0.0", path = "../arrow-ord" }
Copy link
Contributor

Choose a reason for hiding this comment

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

I would really strongly like to avoid this, this is the single heaviest crate

@tustvold
Copy link
Contributor

tustvold commented Mar 21, 2023

Sorry I didn't realise you were working on this, I'm not sure this is a good idea anymore... It helps if you comment on issues you intend on picking up, in case someone else is working on them, or like this one, they don't make sense anymore...

@tustvold tustvold closed this Mar 21, 2023
@tustvold
Copy link
Contributor

Apologies I must have missed this whilst pruning the backlog, I'll endeavour to write up a proper ticket for how to support this, if this is even something we want to support - the current story for sorted dictionaries is extremely incomplete

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.

2 participants