029 datafusion modernization#249
Merged
Merged
Conversation
Allow EXECUTE AS USER to operate on STREAM tables (backend error messages and core checks updated) and add integration tests to verify stream-table impersonation. Improve CLI UX: normalize/validate server URLs with sensible http/https defaults, preserve SDK keepalive behavior, add meta-command aliases and SQL keyword completions, and surface the query "As: <user>" footer in table output. Add configurable chat benchmark message-rate pacing and CLI/script flags. Run SQL Studio regression tests in CI and wire up related UI test/files. Also bump several dependencies and add tokio-netem for network impairment testing. Minor test and fixture updates included.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements and updates across dependencies, authentication/authorization logic, and benchmarking tools. The most significant changes are the expansion of
EXECUTE AS USERsupport to STREAM tables (in addition to USER tables), numerous dependency version bumps for security and compatibility, and enhancements to the chat realtime benchmark to allow configurable message rates.Authentication and Authorization Improvements:
EXECUTE AS USERsupport to allow impersonation on both USER and STREAM tables, updating error messages, documentation, and integration tests to reflect this change. [1] [2] [3] [4] [5] [6] [7]Dependency Updates:
arrow,parquet,reqwest,rcgen,async-trait,usearch,toml,rpassword,http-body,opentelemetry-otlp, and others) to newer versions for improved security, performance, and compatibility. [1] [2] [3] [4] [5] [6] [7] [8]Testing and CI Enhancements:
Benchmarking Improvements:
messages-per-minuteparameter, allowing for idle subscription scenarios and more flexible workload simulation. Updated the benchmark script and Rust workload settings accordingly. [1] [2] [3] [4] [5] [6] [7] [8] [9]Test Fixture Consistency:
as_userfield in responses for stream and message tables, ensuring consistency in test output. [1] [2]