You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix TestMstBlockedSql: SHOW COLUMNS and DESCRIBE QUERY are blocked
CI caught that the initial "not blocked" assertions were wrong — the
server returns TRANSACTION_NOT_SUPPORTED.COMMAND for SHOW COLUMNS
(ShowDeltaTableColumnsCommand) and DESCRIBE QUERY (DescribeQueryCommand)
inside an active transaction.
The server's error message explicitly lists the allowed commands:
"Only SELECT / INSERT / MERGE / UPDATE / DELETE / DESCRIBE TABLE are
supported." DESCRIBE TABLE (basic) remains the only DESCRIBE variant
that is allowed.
Earlier dogfood runs showed SHOW COLUMNS / DESCRIBE QUERY succeeding —
likely because the dogfood warehouse DBR is older than CI. Aligning
tests with the current/CI server behavior.
Co-authored-by: Isaac
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
0 commit comments