implydata / plyql

MySQL-like queries for Druid built on top of Plywood

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mysql gateway - show tables not working

rajitha703 opened this issue · comments

Hi,

Following command doesn't work on the mysql gateway :

[92] Got SQL: SHOW FULL TABLES FROM plyql1 LIKE '%'

Failed to resolve query with Plywood.
Query:
SHOW FULL TABLES FROM `plyql1` LIKE '%'
Message:
SQL parse error: Expected "COLUMNS" but "T" found. on 'SHOW FULL TABLES FROM `plyql1` LIKE '%''
Stack:

Can this be supported anytime soon in the new mysql gateway of Plyql? This would really be helpful.

Regards

Similar issue with something like this :

[93] Got SQL: SHOW FULL TABLES FROM plyql1 LIKE 'wikiticker'

This is fixed in the latest PlyQL (0.7.14)

Hi @vogievetsky ,

Thanks much. Please help me on #28 to use these latest features of Plyql.