There was an error while loading. Please reload this page.
This is the first in series of PRs adding type annotations to pyarrow and resolving #32609.
This PR establishes infrastructure for type checking:
py.typed
No. This is mostly a CI change.
This does not add any actual annotations (only py.typed marker) so user should not be affected.
Sorry, something went wrong.
Rationale for this change
This is the first in series of PRs adding type annotations to pyarrow and resolving #32609.
What changes are included in this PR?
This PR establishes infrastructure for type checking:
py.typedmarker to enable type checkingAre these changes tested?
No. This is mostly a CI change.
Are there any user-facing changes?
This does not add any actual annotations (only
py.typedmarker) so user should not be affected.