Details
-
New Feature
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Do
-
1.1.3
-
None
-
CentOS 7.4
SoftwareVersion = 1.1.3
SoftwareRelease = 1
Description
By default the SQL stored function is not supported by Columnstore:
Error Code: 1178. The storage engine for the table doesn't support IDB-1017: Stored function is currently not supported in Columnstore. |
BUT Function is executed when it used within IF() function:
SELECT |
IF(TRUE, |
TEST_FUNCTION(some_string),
|
NULL) |
FROM
|
bug_test;
|
Please find ax_bug_function_work_when_IF_used.sql attached to reproduce.
Attachments
Issue Links
- causes
-
MCOL-4256 Signal 11 crash from UDF
- Closed