Skip to content

Fix empty values being nulls in ColumnLayoutRelationData #271

@BUYT-1

Description

@BUYT-1
for (std::string& field : row) {
    if (field.empty()) {
        column_vectors[index].push_back(null_value_id);

From src/core/model/table/column_layout_relation_data.cpp. Should instead check for Null::kValue equality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions