Skip to content

Protobuf default values #2995

Open
Open
@BorisTyshkevich

Description

@BorisTyshkevich

The doc said that:

Default values defined in a protobuf schema like this

syntax = "proto2";

message MessageType {
  optional int32 result_per_page = 3 [default = 10];
}

are not applied; the table defaults are used instead of them.

But on recent Clickhouse versions (23-24) the defaults applied from Protobuf schema, not from create table statement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1main-repo-transferredIssues which were transferred from the main repo

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions