Skip to content

Analysis step does not clear nullability #28

@tjhunter

Description

@tjhunter

This example:

data = [Row(y=[float(y), float(-y)]) for y in range(10)]
df = sqlContext.createDataFrame(data)
df2 = tfs.analyze(df)

shows that the array is still nullable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions