ytsaurus / ytsaurus-ui

Web interface for YTsaurus.
https://ytsaurus.tech
Other
37 stars 19 forks source link

Utf-8 in Schema view #534

Closed spiner2000 closed 4 months ago

spiner2000 commented 6 months ago

Cosmetic issue: keys of container types defined with Utf-8 symbols does not displayed properly in schema view of table:

image

spiner2000 commented 6 months ago

same in the tooltip of row headers

ma-efremoff commented 5 months ago

Please describe detailed steps to reproduce

spiner2000 commented 5 months ago

field example

{
    "name": "СвПрод",
    "required": false,
    "type": "any",
    "type_v3": {
        "type_name": "optional",
        "item": {
            "type_name": "list",
            "item": {
                "type_name": "struct",
                "members": [
                    {
                        "type": "utf8",
                        "name": "КодПрод"
                    },
                    {
                        "type": "utf8",
                        "name": "НаимПрод"
                    },
                    {
                        "type": "utf8",
                        "name": "ПрОтнПрод"
                    }
                ]
            }
        }
    }
}

How it looks like in schema tab of table:

image

vrozaev commented 4 months ago

Hello @spiner2000, it's should be fixed together with https://github.com/ytsaurus/ytsaurus-ui/issues/533. Could you check that it's works?

spiner2000 commented 1 month ago

Hello @spiner2000, it's should be fixed together with #533. Could you check that it's works? Sorry, I missed this. No, the latest UI still has it.

image