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 debugging a problem w Azure Synapse and Fabric with the newest verison of Mariner. We're using a library that calls into native libs using JNI and one of the native libraries is missing dependencies
Describe the solution you'd like
I'm trying to document which versions of mariner this will/won't work on and I'm having trouble understanding which flavors of mariner Fabric/Synapse run on.
When I test mariner full locally, it works correctly but on mariner core it fails with more dependent libs missing so it seems like Fabric/Synapse are using a mariner version somewhere between core and full.
Is it possible to get more context on which versions of mariner azure services use?
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm debugging a problem w Azure Synapse and Fabric with the newest verison of Mariner. We're using a library that calls into native libs using JNI and one of the native libraries is missing dependencies
ldd {our-lib}.so
Describe the solution you'd like
I'm trying to document which versions of mariner this will/won't work on and I'm having trouble understanding which flavors of mariner Fabric/Synapse run on.
When I test mariner full locally, it works correctly but on mariner core it fails with more dependent libs missing so it seems like Fabric/Synapse are using a mariner version somewhere between core and full.
Is it possible to get more context on which versions of mariner azure services use?
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: