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

session_log.interface is missing enum values #36474

Closed
alex-zaitsev opened this issue Apr 21, 2022 · 0 comments · Fixed by #36480
Closed

session_log.interface is missing enum values #36474

alex-zaitsev opened this issue Apr 21, 2022 · 0 comments · Fixed by #36480
Assignees
Labels
bug Confirmed user-visible misbehaviour in official release

Comments

@alex-zaitsev
Copy link
Contributor

select distinct interface from system.session_log

Code: 36. DB::Exception: Unexpected value 6 in enum: While executing ParallelFormattingOutputFormat. (BAD_ARGUMENTS) (version 22.3.3.44 (official build))

Current interfaces in table definitions:

    `interface` Enum8('TCP' = 1, 'HTTP' = 2, 'gRPC' = 3, 'MySQL' = 4, 'PostgreSQL' = 5),

There are two more in ClickHouse already:

Interface::LOCAL
Interface::TCP_INTERSERVER

cc: @Enmk

@alex-zaitsev alex-zaitsev added the potential bug To be reviewed by developers and confirmed/rejected. label Apr 21, 2022
@Enmk Enmk self-assigned this Apr 21, 2022
@kitaisreal kitaisreal added bug Confirmed user-visible misbehaviour in official release and removed potential bug To be reviewed by developers and confirmed/rejected. labels Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed user-visible misbehaviour in official release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants