polypheny / Polypheny-DB

A self-adaptive Polystore that provides cost- and workload aware access to heterogeneous data.
https://polypheny.org
Apache License 2.0
121 stars 82 forks source link

Windows support for Query-to-File #297

Open vogti opened 3 years ago

vogti commented 3 years ago

Query-to-File is currently not working on Windows. There are some bugs to differences between Unix-based file systems (Linux, MacOS) and Windows. Since the JNR FUSE library we use supports Windows (via WinFsp), fixing this is most probably consists of setting the correct options for windows and maybe some minor adjustments to the code.

gvjkumar2004 commented 1 year ago

I would like to work on this issue and if possible can anyone explain this issue as this is my first contribution!

Heachy commented 6 months ago

Hello @vogti, please review the PR mentioned below. Thanks. Corresponding pr

MahmoudAbdelkhaleq commented 5 months ago

Hello @vogti, please review the PR mentioned below. PR Thanks in advance