Skip to content

Tolerance bug for double type join on columns #16

Description

@Tom-Newton

When leftPitKey or rightPitKey id a double type the interpreted code path produces wrong results.

The problem is in this code

tolerance > 0 && (
              leftRowPITKey
                .getLong(0) - rightRowPITKey.getLong(0) > tolerance
            )

.getLong(0) - rightRowPITKey.getLong(0) > tolerance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions