Skip to content

feat(explain query): add explain analyze query and results to ArrowFlight svc#23

Merged
cmwhited merged 3 commits into
mainfrom
chris.whited/feat-explain-query
May 18, 2026
Merged

feat(explain query): add explain analyze query and results to ArrowFlight svc#23
cmwhited merged 3 commits into
mainfrom
chris.whited/feat-explain-query

Conversation

@cmwhited
Copy link
Copy Markdown
Contributor

Description

adds a explain fn to the ArrowFlight service that prepends EXPLAIN (or EXPLAIN ANALYZE) before the given query and parses the results into a table to provide users a breakdown of the performance of their query.

Pulled from the amp-python sdk

@cmwhited cmwhited requested a review from IMax153 May 15, 2026 20:38
Copy link
Copy Markdown
Collaborator

@IMax153 IMax153 left a comment

Choose a reason for hiding this comment

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

This looks great! Thanks for fixing the small logic issue with the auth cache lookup in the arrow flight service 👍

@cmwhited cmwhited merged commit c2508a3 into main May 18, 2026
6 checks passed
@cmwhited cmwhited deleted the chris.whited/feat-explain-query branch May 18, 2026 17:49
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