File: src/lib/server/trino/queries.ts:176
Trino error messages are stored verbatim in query.error and surfaced through buildSnapshot.error to the client. Trino errors may expose schema details, table names, or internal query plans. These should be classified (query error vs. infrastructure error) and sanitised before being surfaced to users.
File: src/lib/server/trino/queries.ts:176
Trino error messages are stored verbatim in query.error and surfaced through
buildSnapshot.errorto the client. Trino errors may expose schema details, table names, or internal query plans. These should be classified (query error vs. infrastructure error) and sanitised before being surfaced to users.