dotnet / dotnet/machinelearning

DataFrame VBufferDataFrameColumn fails if element is set to Null

Open
#6,852 0 comments 0 reactions 0 assignees View on GitHub
area-DataFrame untriaged
Dominant language
C#
Stars
9.4k
Forks
2k
Avg merge
2d 20h
Merged PRs (30d)
11

Description

**Describe the bug**

Code to reproduce:

```
DataFrameColumn vBufferColumn = new VBufferDataFrameColumn("VBuffer", 1);
vBufferColumn[0] = null;
```
Fails with System.NullReferenceException: 'Object reference not set to an instance of an object.'

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.