mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
0865063740
Previously multi-line CLI SQL statements were joined, but the space command was missing, so a command like: ``` sql> SHOW | functions; ``` Would incorrectly parse as "showfunctions" and throw an error. This fixes the behavior and adds a test for multi-line commands. Resolves elastic/x-pack-elasticsearch#3410 Original commit: elastic/x-pack-elasticsearch@3870924ccd