Skip to content

ElasticSearch: 'SHOW CATALOGS' caused invalid sql syntax #994

@Ledar

Description

@Ledar

Bug Description
When establishing a connection to Elasticsearch 7.15.1, the connection fails immediately with a parsing_exception. The driver/client appears to be sending a SHOW CATALOGS statement during connection initialization, which is not valid Elasticsearch SQL syntax.
Error Log
Connection: 'es' failed: ResponseError: parsing_exception
Caused by:
no_viable_alt_exception: null
Root causes:
parsing_exception: line 1:6: no viable alternative at input 'SHOW CATALOGS'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions