Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.6.0
-
Build 7810
-
Triaged
-
Centos 64-bit
-
1
-
Yes
-
CX Sprint 204
Description
if float or integer is passed in type definition it give following error -
{{}}
[
|
{
|
"code": 24009, |
"msg": "Type float could not be found. (in line 1, at column 1)", |
"query_from_user": "create external dataset xyz2(id float) on `cbas-regression-1` at Default.s3link with {\"format\":\"csv\"};" |
}
|
]
|
but passing some invalid data type give following error-
{{}}
[
|
{
|
"code": 25000, |
"msg": "Internal error", |
"query_from_user": "create external dataset xyz2(id list) on `cbas-regression-1` at Default.s3link with {\"format\":\"csv\"};" |
}
|
]
|
{{}}