Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect icon and description for columnstore index in OE #25541

Open
erinstellato opened this issue Mar 25, 2024 · 0 comments
Open

Incorrect icon and description for columnstore index in OE #25541

erinstellato opened this issue Mar 25, 2024 · 0 comments

Comments

@erinstellato
Copy link

  • Azure Data Studio Version: 1.48
  • OS Version: Windows 11

Steps to Reproduce:

  1. Within a database, create a columnstore index

create table dbo.test (col1 int, col2 varchar(100));
go
create clustered columnstore index CI on dbo.test;
go

  1. Within OE, drill into the database, tables, and then the indexes node and expand it. Check the icon:

image

  1. This is the same icon we used for rowstore indexes, and the description says non-unique, clustered. In SSMS we use a different icon for CI (both clustered and non-clustered) indexes, and the description says clustered, columnstore:

image

If we would have the correct icon and description, that would be great.

Does this issue occur when all extensions are disabled?: Yes

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

No branches or pull requests

3 participants