Skip to content

Compiler plugin schema breaks for DataFrame with Platform Type (!) #1908

Description

@Jolanrensen
Image Image

These types can be introduced from Java code. Even though nullability is not known, these types are considered to be not null across Kotlin and should thus be treated as such.

Workaround is explicitly casting to the non-null type or changing the .toDataFrame() function to return DataFrame<T & Any>, suppressing the INCORRECT_LEFT_COMPONENT_OF_INTERSECTION error.

Metadata

Metadata

Labels

Compiler pluginAnything related to the DataFrame Compiler PluginbugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions