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

Fix result printer for UTF8 characters #1047

Closed
anuchak opened this issue Nov 18, 2022 · 0 comments
Closed

Fix result printer for UTF8 characters #1047

anuchak opened this issue Nov 18, 2022 · 0 comments
Assignees

Comments

@anuchak
Copy link
Collaborator

anuchak commented Nov 18, 2022

For rows containing UTF8 characters, the tuples are not getting properly aligned.
The column width logic has to be changed to not fetch no. of bytes and instead fetch no. of characters.

Apart from this, the logic for string FlatTuple::toString needs to be changed. The row attribute value is not
getting properly aligned.

@anuchak anuchak mentioned this issue Nov 18, 2022
@aziz-mu aziz-mu self-assigned this Nov 23, 2022
@aziz-mu aziz-mu mentioned this issue Dec 5, 2022
@aziz-mu aziz-mu closed this as completed Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants