Skip to content

[coverage] Conformance findings: TELEMETRY-001,TELEMETRY-005 #454

Description

@peco-engineer-bot

Summary

Surfaced by the multi-language coverage fan-out while conformance-testing these SPEC-IDs against databricks/databricks-sql-go. Each finding is committed as an expected-failure (xfail) test in the coverage PR — the test asserts the CORRECT (post-fix) behavior and stays red until THIS driver (databricks/databricks-sql-go) is fixed, then flips green as a tripwire.

Findings

  • TELEMETRY-001 [thrift]: terminal statement telemetry omits sql_operation.statement_type and sql_operation.execution_result; both fields exist in telemetry.SQLExecutionEvent but are never populated, so the backend cannot aggregate by statement classification or result-delivery shape
    • failing test: TestSuccessfulStatementExecutionEmitsTerminalOperationEvent (see the coverage PR diff under tests/)
  • TELEMETRY-005 [thrift]: telemetry for an external-links (CloudFetch) result omits sql_operation.execution_result even though the same event reports chunk_details download bookkeeping, so EXTERNAL_LINKS vs INLINE_ARROW delivery shape is unreportable
    • failing test: TestTelemetryReportsExternalLinksDeliveryAndCompression (see the coverage PR diff under tests/)
  • TELEMETRY-001: terminal statement telemetry omits sql_operation.statement_type and sql_operation.execution_result; both fields exist in the driver's telemetry.SQLExecutionEvent type but are never populated, so the backend cannot aggregate by statement classification or result-delivery shape

Context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions