Skip to content

[CPP] Bug that causes tsfile cannot read by Python API #198

@HTHou

Description

@HTHou

There is a bug that we cannot read tsfile by python wrapper on windows. Therefore currently we skipped the test on windows.

tsfile/python/test.py

Lines 76 to 79 in 5be2737

# skip test on windows because of the bug in the tsfile library
if platform.system() == "Windows":
return
# test read a non-existent file

Here is the error we met on windows.
https://github.com/apache/tsfile/actions/runs/10202054823/job/28225338682

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