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

PrettyCompactMonoBlock is not listed in system.formats so no autocompletion for it #7746

Closed
filimonov opened this issue Nov 13, 2019 · 1 comment · Fixed by #13394
Closed
Assignees

Comments

@filimonov
Copy link
Contributor

SELECT *
FROM system.formats
WHERE name LIKE '%Mono%'

Ok.

0 rows in set. Elapsed: 0.001 sec. 


SELECT *
FROM numbers(2)
FORMAT PrettyCompactMonoBlock

┌─number─┐
│      0 │
│      1 │
└────────┘

2 rows in set. Elapsed: 0.001 sec. 
@filimonov filimonov added the bug Confirmed user-visible misbehaviour in official release label Nov 13, 2019
@alexey-milovidov alexey-milovidov added unexpected behaviour and removed bug Confirmed user-visible misbehaviour in official release labels Jun 14, 2020
@alexey-milovidov
Copy link
Member

@KochetovNicolai It's your TODO in code.

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

Successfully merging a pull request may close this issue.

3 participants