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

Highlighting numbers does not work for Nullable #61993

Closed
alexey-milovidov opened this issue Mar 27, 2024 · 4 comments · Fixed by #64084
Closed

Highlighting numbers does not work for Nullable #61993

alexey-milovidov opened this issue Mar 27, 2024 · 4 comments · Fixed by #64084
Labels
easy task Good for first contributors unfinished code

Comments

@alexey-milovidov
Copy link
Member

No description provided.

@alexey-milovidov alexey-milovidov added easy task Good for first contributors unfinished code labels Mar 27, 2024
@pheepa
Copy link

pheepa commented Apr 3, 2024

Hi, can you please provide more description?

@den-crane
Copy link
Contributor

@pheepa If you execute

select toUInt64(-1) format PrettyCompact;

you see the output with Highlighted thousands

But not in case of Nullable type

select toNullable(toUInt64(-1)) format PrettyCompact;
Screenshot 2024-04-03 at 5 09 27 PM

@skyoct
Copy link
Contributor

skyoct commented Apr 6, 2024

@alexey-milovidov Hi, I want to try it.

@alexey-milovidov
Copy link
Member Author

@skyoct Try it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy task Good for first contributors unfinished code
Projects
None yet
4 participants