Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.4.3
-
None
-
2020-6, 2020-7
Description
Consider the following:
MariaDB [tpch1]> select minute(sleep(cidx)) from datatypetestm group by 1; |
ERROR 1178 (42000): The storage engine for the table doesn't support IDB-1001: Function 'minute' isn't supported |
The problem isn't 'minute' – it's 'sleep'.
We have MCOL-3634 to implement sleep(). This issue is for the incorrect error message, which is a more generic problem.
Attachments
Issue Links
- relates to
-
MCOL-3634 Sleep function not supported in ColumnStore
- Closed