You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm trying to read parquet files with Power BI Desktop + Windows ARM (specifically through a Parallels VM with Apple Silicon), but ParquetSharp doesn't support Windows ARM.
Describe the solution you'd like
Is Windows ARM support planned for ParquetSharp? There are new Qualcomm ARM Windows laptops being released in a couple months, so I imagine Windows ARM will grow in popularity.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Hi @nickfanion. We'd like to eventually support Windows ARM. There are a couple of things that make this tricky at the moment though. We use GitHub actions for our builds and tests, and GitHub doesn't provide Windows ARM runners, so we'd need to set up a self hosted runner or use emulation to test on ARM.
I have created a Windows 11 arm64 runner to test this on our CI when we are ready: windows-11-arm64 (Windows 11 is the only available runner image for Windows arm64)
Is your feature request related to a problem? Please describe.
I'm trying to read parquet files with Power BI Desktop + Windows ARM (specifically through a Parallels VM with Apple Silicon), but ParquetSharp doesn't support Windows ARM.
Describe the solution you'd like
Is Windows ARM support planned for ParquetSharp? There are new Qualcomm ARM Windows laptops being released in a couple months, so I imagine Windows ARM will grow in popularity.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: