Summary
Surfaced by the multi-language coverage fan-out while conformance-testing these SPEC-IDs against databricks/databricks-sql-nodejs. 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-nodejs) is fixed, then flips green as a tripwire.
Findings
- METADATA-036 [sea]: SEA getColumns with a NULL catalog never returns: kernel metadata path fails with "Statement execution timed out" after ~10min, instead of one all-catalogs columns request returning cross-catalog rows (Thrift conforms with a single GetColumns RPC)
- failing test:
METADATA-036 — getColumns with null catalog returns columns from every catalog in ONE request [sea] (see the coverage PR diff under tests/)
Context
Summary
Surfaced by the multi-language coverage fan-out while conformance-testing these SPEC-IDs against databricks/databricks-sql-nodejs. 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-nodejs) is fixed, then flips green as a tripwire.
Findings
METADATA-036 — getColumns with null catalog returns columns from every catalog in ONE request [sea](see the coverage PR diff undertests/)Context