Skip to content

two bugs #165

@Samrose-Ahmed

Description

@Samrose-Ahmed

I was testing the basic scan on some real data, found what I think is two bugs

  1. One is this line (

    m.insert(entry.key, entry.value.try_into()?);
    ), it needs to be able to handle negative numbers, I had eg null_value_counts where value was -1, I think that can be mapped to 0 here.

  2. In this function (

    ) we shouldn't throw this error, but just skip if the field is not found, due to schema evolution.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions