Skip to content

Web console: explicitly set engine: 'native' for system table queries #18857

Merged
gianm merged 2 commits intoapache:masterfrom
vogievetsky:use-native-engine
Dec 22, 2025
Merged

Web console: explicitly set engine: 'native' for system table queries #18857
gianm merged 2 commits intoapache:masterfrom
vogievetsky:use-native-engine

Conversation

@vogievetsky
Copy link
Copy Markdown
Contributor

This PR ensures that all SQL queries targeting INFORMATION_SCHEMA or sys.* system tables explicitly specify engine: 'native' in their query context. Previously, the code incorrectly assumed that engine: 'native' was the default, but this is not guaranteed and can vary based on cluster configuration.

@gianm gianm merged commit 86aa058 into apache:master Dec 22, 2025
10 checks passed
@kgyrtkirk kgyrtkirk added this to the 36.0.0 milestone Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants