StarRocks / starrocks

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
https://starrocks.io
Apache License 2.0
9.22k stars 1.83k forks source link

Support EXPLAIN EXTENDED #51792

Open maver1ck opened 1 month ago

maver1ck commented 1 month ago

Enhancement

Please support EXPLAIN EXTENDED to make DBeaver working with Starrocks. It may be alias to EXPLAIN.

Currently DBeaver is returning such an error: SQL Error [1064] [42000]: Getting syntax error at line 1, column 63. Detail message: No viable statement for input 'EXPLAIN EXTENDED'.

maver1ck commented 1 month ago

Related DBeaver issue: https://github.com/dbeaver/dbeaver/issues/35911