Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[YCQL] CAST to TINYINT is not supported #1123

Open
OlegLoginov opened this issue Apr 4, 2019 · 0 comments
Open

[YCQL] CAST to TINYINT is not supported #1123

OlegLoginov opened this issue Apr 4, 2019 · 0 comments
Labels
area/ycql Yugabyte CQL (YCQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects

Comments

@OlegLoginov
Copy link
Contributor

OlegLoginov commented Apr 4, 2019

Jira Link: DB-4700

> CREATE TABLE k.num (pk int PRIMARY KEY, i16 smallint);
> INSERT INTO k.num(pk, i16) VALUES (0, 1000);
> SELECT CAST(i16 as TINYINT) FROM k.num;

InvalidRequest: Error from server: code=2200 [Invalid query] message="Invalid Function Call. Failed calling 'cql_cast(smallint)'. Signature mismatch in call to builtin function 'cql_cast'
SELECT CAST(i16 as TINYINT) FROM k.num;
       ^^^^
 (error -214)"

@OlegLoginov OlegLoginov added kind/new-feature This is a request for a completely new feature ycql labels Apr 4, 2019
@rkarthik007 rkarthik007 removed the ycql label Jun 24, 2019
@m-iancu m-iancu added this to To Do in YCQL via automation Mar 13, 2022
@rthallamko3 rthallamko3 added the area/ycql Yugabyte CQL (YCQL) label Dec 29, 2022
@yugabyte-ci yugabyte-ci added priority/medium Medium priority issue kind/enhancement This is an enhancement of an existing feature status/awaiting-triage Issue awaiting triage and removed kind/new-feature This is a request for a completely new feature status/awaiting-triage Issue awaiting triage labels Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ycql Yugabyte CQL (YCQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
YCQL
  
To Do
Status: No status
Development

No branches or pull requests

4 participants