Skip to content

Nullability mark for optional type can not be processed when creating tables with YQL #5

Closed
@kaifeur

Description

@kaifeur
CREATE TABLE `a` (
    `b` Int64?,
    PRIMARY KEY (`b`)
);

This script can't be executed because of YQL type incompatibility error. It's quite strange considering that YDB supports only nullable types.

Of course, if there is no plans for the future support of non-nullable types, then we can create nullable columns without nullability mark.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions