Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use VarBinView as the new canonical string type #757

Closed
wants to merge 6 commits into from

Conversation

a10y
Copy link
Contributor

@a10y a10y commented Sep 5, 2024

Supplants #476.

VarBinView is the new canonical representation for string types across the repo. There are still many places that natively use VarBin arrays internally, we can replace those over time.

  • Canonical::VarBin -> Canonical::VarBinView
  • FSSTArray, ConstArray, DictArray now all canonicalize into VarBinView
  • Updated the TPC-H setup to use Utf8View schemas

@robert3005
Copy link
Member

I think apache/arrow-rs#6366 is going to make python tests fail

@a10y
Copy link
Contributor Author

a10y commented Sep 6, 2024

Yea, even bumping PyArrow from 15 -> 17 (latest) did not seem to change that

@a10y
Copy link
Contributor Author

a10y commented Sep 6, 2024

Blocked on apache/arrow-rs#6368

@a10y a10y marked this pull request as draft October 4, 2024 14:05
@a10y
Copy link
Contributor Author

a10y commented Oct 4, 2024

Converting back to draft while this is blocked

@robert3005
Copy link
Member

I think with arrow 53.1.0 this is no longer blocked

@a10y
Copy link
Contributor Author

a10y commented Oct 17, 2024

image

Time for a take3 PR 🥲

@a10y a10y closed this Oct 17, 2024
@robert3005
Copy link
Member

git cli is a lot smarter than github ui but probably still hard

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.

2 participants