Skip to content

CTAS, ошибка Path does not exist при создании таблицы в фолдере #20671

Open
@GrigoriyPA

Description

@GrigoriyPA

Запрос CTAS:

CREATE TABLE `folder/my_table` (
    PRIMARY KEY (Key)
)
AS SELECT 42 AS Key;

Если фолдера folder не существует завершается с ошибкой:

Request finished with status: SCHEME_ERROR
Issues:
<main>: Error: Path does not exist, code: 2003
<main>: Error: Query invalidated on scheme/internal error during Scheme execution, code: 2019

Воспроизводится на main, на кластере / в kqprun

Metadata

Metadata

Assignees

Labels

area/queryprocessorQuery processor issues and requestsbugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions