Replace DuckLake with Hoglake in Trino perf tests - #1174
Open
bill-ph wants to merge 7 commits into
Open
Conversation
Test Impact PlanDeterministic summary of how this PR changes tests, CI runners, and coverage-risk signals. Summary
Signals
Coverage risk: neutral or increased No coverage-reduction warnings detected. |
bill-ph
added this pull request to stack #1176
September 11, 2026 21:37
bill-ph
removed this pull request from stack #1176
September 11, 2026 21:48
# Conflicts: # .github/workflows/ci.yml # .github/workflows/container-image-worker-cd.yml # .github/workflows/e2e-mw-dev.yml # .github/workflows/scenario-dev.yml # Dockerfile # Dockerfile.worker # tests/integration/docker-compose.yml # tests/mw-dev/e2e/trino-multicell.sh
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.
Replace DuckLake with Hoglake in the existing
trinoandtrino_cachedfrozen performance scenarios. Keep the same seven-query corpus, scenario matrix, timing, and result publishing; PGWire continues using DuckLake.The scenario deployment starts an isolated Hoglake server and metadata database, configures Trino automatically, and registers the original frozen S3 Parquet files during setup. Namespace teardown removes the metadata services. No fixture copies or caller-supplied catalog configuration are required.
The cached scenario sets
fs.cache.enabled=true; the current Hoglake connector ignores it. Actual cache support is deferred. Remove the earlier standalone scenario, extra protocols, and cross-catalog validation framework.Validation: existing perf, scenario, deployment fixture, and catalog-property tests pass. Redundant benchmark setup tests and their image-build invocation have been removed. Local lint reports the same six pre-existing SA4023 diagnostics as the unmodified base.
The full corpus is running from this branch in both existing Trino modes: https://github.com/PostHog/duckgres/actions/runs/34703208684. No performance results are claimed yet.