⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

[BUG] JSQLParser 5.4-SNAPSHOT : Clickhouse : SETTINGS not supported in Clickhouse SELECT #2362

@tomershay

Description

@tomershay

Failing SQL Feature:

When you add SETTINGS (docs) after a query, you tell ClickHouse to temporarily use different values for certain internal options. These options control things like max_threads, max_rows_to_read, etc.

Reproduce the issue with this query:

SELECT *
FROM events
SETTINGS max_threads = 1;

Error:

ParseException: Encountered: <S_IDENTIFIER> / "max_threads", at line 3, column 10,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions