Skip to content

DataFrame VBufferDataFrameColumn fails if element is set to Null #6852

@asmirnov82

Description

@asmirnov82

Describe the bug

Code to reproduce:

DataFrameColumn vBufferColumn = new VBufferDataFrameColumn<int>("VBuffer", 1);
vBufferColumn[0] = null;

Fails with System.NullReferenceException: 'Object reference not set to an instance of an object.'

Metadata

Metadata

Assignees

No one assigned

    Labels

    untriagedNew issue has not been triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions