-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Utf-8 in Schema view #534
Comments
same in the tooltip of row headers |
Please describe detailed steps to reproduce |
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: |
Hello @spiner2000, it's should be fixed together with #533. Could you check that it's works? |
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Cosmetic issue: keys of container types defined with Utf-8 symbols does not displayed properly in schema view of table:
The text was updated successfully, but these errors were encountered: