Skip to content

How writer manages writes of null values in Spark Dataframe? #842

@Il-Pela

Description

@Il-Pela

Background

While exploring the write feature of Cobrix. I'm facing this situation when i try to write a df that contains null values in certain columns i get as output in the positional files the bytes 0x00 for the length of the field.

Question

Is there a way (an option of the source(?)) to either output spaces (0x40) for alphanumeric fields or 0 (0xF0) for numeric fields in case of null cells?

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedAccepted for implementationenhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions