Compiler plugin schema breaks for DataFrame with Platform Type (`!`)
Open
bug
Compiler plugin
- Dominant language
- Kotlin
- Stars
- 1.1k
- Forks
- 83
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 30
Description
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`, suppressing the INCORRECT_LEFT_COMPONENT_OF_INTERSECTION error.
Contributor guide
Assessment
This issue has not been assessed yet.