Skip to content

[Enhancement] (nereids)implement alterColumnStatsCommand in nereids #42708

@LiBinfeng-01

Description

@LiBinfeng-01

alterColumnStats command is supported in legacy planner but not in nereids(new doris fe planner). you need implement the following alterColumnStats command in nereids:
unsupportedalterColumnStatsStatement

  • ALTER TABLE name=multipartIdentifier (INDEX indexName=identifier)?
    MODIFY COLUMN columnName=identifier
    SET STATS LEFT_PAREN propertyItemList RIGHT_PAREN partitionSpec?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions