Skip to content

Conversation

@danking
Copy link
Contributor

@danking danking commented Nov 18, 2025

This is primarily useful for diagnosing issues (e.g. #5385).

This is primarily useful for diagnosing issues (e.g. #5385).

Signed-off-by: Daniel King <dan@spiraldb.com>
@danking danking added the changelog/feature A new feature label Nov 18, 2025
@danking danking marked this pull request as ready for review November 18, 2025 19:10
Signed-off-by: Daniel King <dan@spiraldb.com>
Signed-off-by: Daniel King <dan@spiraldb.com>
Signed-off-by: Daniel King <dan@spiraldb.com>
@codecov
Copy link

codecov bot commented Nov 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 40.15%. Comparing base (1aac9ca) to head (0af8ae3).
⚠️ Report is 13 commits behind head on develop.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Daniel King <dan@spiraldb.com>
# TypeAliases do not support __doc__.
IntoProjection: TypeAlias = Expr | list[str] | None
IntoArrayIterator: TypeAlias = Array | ArrayIterator | pa.Table | pa.RecordBatchReader
IntoArray: TypeAlias = Union[Array, "pa.Array[pa.Scalar[pa.DataType]]", pa.Table]
Copy link
Contributor

Choose a reason for hiding this comment

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

you have pyright yelling at you to use |

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The stubs disagree with actual pyarrow so I can't use |. I ignored the lint.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

(and | dislikes strings)

@danking danking enabled auto-merge (squash) November 18, 2025 22:43
@danking danking merged commit d404eea into develop Nov 18, 2025
42 checks passed
@danking danking deleted the dk/pyexpr-evaluate branch November 18, 2025 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/feature A new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants