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

Weird ARM64 support (for SQL Server Import) #25998

Open
maxfaa opened this issue Oct 27, 2024 · 0 comments
Open

Weird ARM64 support (for SQL Server Import) #25998

maxfaa opened this issue Oct 27, 2024 · 0 comments

Comments

@maxfaa
Copy link

maxfaa commented Oct 27, 2024

Type: Bug

The SQL Server Import extension doesnt support ARM64 correctly.

When installed (via the Extensions tab), it starts downloading a package at 'https://sqlopsextensions.blob.core.windows.net/extensions/import/service/0.0.12/flatfileimportservice-osx-x64.tar.gz' . (See this screenshot: https://i.imgur.com/msLCclq.png)
We can notice the "x64" in the URL, while theres an ARM64 version available: 'https://sqlopsextensions.blob.core.windows.net/extensions/import/service/0.0.12/flatfileimportservice-osx-arm64.tar.gz'

Even if the following sentence is written in the terminal "Installing Flat File Import Service to (...) OSX_ARM64", as I open the Activity Monitor (task manager, in simple terms), I can clearly see that 'FlatFileImport' is an x86_64 process running on Rosetta. Take a look here: https://i.imgur.com/AOss7N8.png
In the Kind colomn: "Intel" !!

Please fix this CPU architectures mess 🥴

Extension version: 1.6.1
Azure Data Studio version: azuredatastudio 1.49.1 (2f696aa, 2024-08-13T18:03:28.478Z)
OS version: Darwin arm64 24.1.0
Restricted Mode: No
Preview Features: Enabled
Modes:

System Info
Item Value
CPUs Apple M1 (8 x 24)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) 1, 3, 2
Memory (System) 8.00GB (0.09GB free)
Process Argv
Screen Reader no
VM 0%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants