There is a bug that we cannot read tsfile by python wrapper on windows. Therefore currently we skipped the test on windows.
|
# 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