Skip to content

Avoid creating query string when not needed#303

Merged
sunng87 merged 1 commit intodatafusion-contrib:masterfrom
mjgarton:avoid_query_string
Mar 9, 2026
Merged

Avoid creating query string when not needed#303
sunng87 merged 1 commit intodatafusion-contrib:masterfrom
mjgarton:avoid_query_string

Conversation

@mjgarton
Copy link
Copy Markdown
Collaborator

@mjgarton mjgarton commented Mar 9, 2026

Since the query String is only used later, move its creation lower down, so we avoid it entirely if query hooks process the query.

Since the query String is only used later, move its creation lower down,
so we avoid it entirely if query hooks process the query.
Copy link
Copy Markdown
Member

@sunng87 sunng87 left a comment

Choose a reason for hiding this comment

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

Sounds good!

@sunng87 sunng87 merged commit 47bdf5e into datafusion-contrib:master Mar 9, 2026
7 checks passed
@mjgarton mjgarton deleted the avoid_query_string branch March 9, 2026 10:41
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