Skip to content

Comments

[HWORKS-2388] trino#550

Open
ErmiasG wants to merge 3 commits intologicalclocks:mainfrom
ErmiasG:HWORKS-2388
Open

[HWORKS-2388] trino#550
ErmiasG wants to merge 3 commits intologicalclocks:mainfrom
ErmiasG:HWORKS-2388

Conversation

@ErmiasG
Copy link
Contributor

@ErmiasG ErmiasG commented Feb 23, 2026

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds end-user and admin documentation for the new Trino-powered Query Engine and the Service Operations UI, and wires them into the MkDocs navigation.

Changes:

  • Add a user guide page for the Query Engine (Trino) UI, including screenshots and best practices.
  • Add admin documentation for managing Trino and for monitoring async Service Operations.
  • Update mkdocs.yml navigation and add new screenshot assets.

Reviewed changes

Copilot reviewed 4 out of 21 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
mkdocs.yml Adds nav links for the new Query Engine and Service Operations docs.
docs/user_guides/projects/trino/query_engine.md New user-facing Query Engine (Trino) guide with screenshots.
docs/setup_installation/admin/trino.md New admin guide for cluster overview, query history, workers, and config variables.
docs/setup_installation/admin/operationLogs.md New admin guide for async Service Operations and related configuration.
docs/assets/images/guides/trino/query-details-ref.png Adds screenshot used by the user guide.
docs/assets/images/admin/trino/workers.png Adds screenshot used by the admin Trino guide.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

mkdocs.yml Outdated
Comment on lines 267 to 269
- ArrowFlight Server with DuckDB: setup_installation/common/arrow_flight_duckdb.md
- Service Operations: setup_installation/admin/operationLogs.md
- Query Engine: setup_installation/admin/trino.md
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

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

The two new admin pages are added at the same navigation level as "ArrowFlight Server with DuckDB" (i.e., outside the existing "Administration" section). This makes the sidebar structure inconsistent with the rest of the admin docs and likely hides them from the expected section. Consider moving these entries under the existing - Administration: nav group (around lines 236–266).

Suggested change
- ArrowFlight Server with DuckDB: setup_installation/common/arrow_flight_duckdb.md
- Service Operations: setup_installation/admin/operationLogs.md
- Query Engine: setup_installation/admin/trino.md
- Service Operations: setup_installation/admin/operationLogs.md
- Query Engine: setup_installation/admin/trino.md
- ArrowFlight Server with DuckDB: setup_installation/common/arrow_flight_duckdb.md

Copilot uses AI. Check for mistakes.
The references tab lists all tables and data sources accessed by the query, helping you understand data dependencies.

<figure>
<img src="../../../../assets/images/guides/trino/query-details-ref.png" alt="Query details referances" />
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

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

Typo in the image alt text: "referances" should be "references".

Suggested change
<img src="../../../../assets/images/guides/trino/query-details-ref.png" alt="Query details referances" />
<img src="../../../../assets/images/guides/trino/query-details-ref.png" alt="Query details references" />

Copilot uses AI. Check for mistakes.
**Available Variables:**

- **trino_enabled**: Enable or disable Trino cluster-wide (default: `true`)
- **trino_default_catalog**: Default catalog used for superset queries (default: `hive`)
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

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

Apache Superset is a proper name and is capitalized elsewhere in the docs. This bullet says "superset queries"; consider changing to "Superset queries" for consistency.

Suggested change
- **trino_default_catalog**: Default catalog used for superset queries (default: `hive`)
- **trino_default_catalog**: Default catalog used for Superset queries (default: `hive`)

Copilot uses AI. Check for mistakes.
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.

1 participant