Skip to content

Rewrite ShowCharset node #11250

Description

@angelamayxie

The ShowCharset node seems to just be a SubqueryAlias-esque wrapper around information_schema.character_sets. It breaks a lot of conventions we have around how nodes are structured, and its debug string is effectively a blackbox so it was hard to debug when a filter was pushed down through it.

It might make sense to structure and build ShowCharset to be more similar to other SHOW nodes and to resolve/fetch information_schema.character_sets during rowexec.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions