Skip to content

Conversation

@rambleraptor
Copy link
Contributor

Rationale for this change

We have a couple features that are deprecated in 0.11. We should remove them.

Are these changes tested?

Tests should pass.

Are there any user-facing changes?

@geruh
Copy link
Contributor

geruh commented Jan 30, 2026

This deprecation marks the property for removal we we should clean this up.

The property is being deprecated so we should remove from here:

HF_TOKEN = "hf.token"
PYARROW_USE_LARGE_TYPES_ON_READ = "pyarrow.use-large-types-on-read"

This place also references the deprecation

if use_large_types is not None:
deprecation_message(
deprecated_in="0.10.0",
removed_in="0.11.0",
help_message="Argument `use_large_types` will be removed from ArrowProjectionVisitor",
)

Then there are some tests that need fixing once this is done.

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