Commit e7d8037
committed
[PECOBLR-2461] Fix test_show_columns_blocked: SHOW COLUMNS now allowed in MST
The server's MSTCheckRule allowlist has been broadened to include
SHOW COLUMNS (ShowDeltaTableColumnsCommand). Flip the test to assert
SHOW COLUMNS succeeds inside an MST transaction, matching the pattern
already used by test_describe_table_not_blocked.
Other SHOW variants (SHOW SCHEMAS/TABLES/CATALOGS/FUNCTIONS),
DESCRIBE QUERY, DESCRIBE TABLE EXTENDED, and information_schema remain
blocked as expected.
Co-authored-by: Isaac
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>1 parent 2926daa commit e7d8037
1 file changed
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
627 | | - | |
628 | | - | |
| 627 | + | |
| 628 | + | |
629 | 629 | | |
630 | 630 | | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
631 | 634 | | |
632 | | - | |
| 635 | + | |
633 | 636 | | |
634 | 637 | | |
635 | 638 | | |
636 | 639 | | |
637 | | - | |
| 640 | + | |
| 641 | + | |
638 | 642 | | |
639 | 643 | | |
640 | 644 | | |
| |||
704 | 708 | | |
705 | 709 | | |
706 | 710 | | |
707 | | - | |
708 | | - | |
| 711 | + | |
| 712 | + | |
709 | 713 | | |
710 | | - | |
| 714 | + | |
711 | 715 | | |
712 | 716 | | |
713 | 717 | | |
| |||
0 commit comments