Skip to content

DataFrame with empty column infers type Any instead of Nothing #794

Closed
@Jolanrensen

Description

@Jolanrensen

dataFrameOf("a" to emptyList())["a"].type should be of Nothing type, just like emptyList() returns.

similarly dataFrameOf("a" to listOf(null))["a"].type should give Nothing?.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions