Skip to content

The InputFile generate from the windows path is not correct  #60

Open
@Aitozi

Description

@Aitozi

https://github.com/apache/paimon-rust/actions/runs/10457312133/job/28956637925

image

The InputFile's relative path is generated by

    if let Some(stripped) = path.strip_prefix("file:/") {
                    Ok((op, stripped))
                } else {
                    Ok((op, &path[1..]))
                }

which may not right for windows system

Metadata

Metadata

Assignees

No one assigned

    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