Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
HTHou opened this issue Aug 4, 2024 · 0 comments
Open

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

HTHou opened this issue Aug 4, 2024 · 0 comments

Comments

@HTHou
Copy link
Contributor

HTHou commented Aug 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant