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

Open
wants to merge 6 commits into
base: develop
Choose a base branch
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

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