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
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
We will need to support multiple Spark versions on a single code base.
The ideal solution is to use Shims to separate version specific code into a Shim layer specific to that version and load the Shim layer at runtime based on the runtime version.
The text was updated successfully, but these errors were encountered:
@zhouyuan Thanks for linking to the previous issue.
I have implemented a shim layer as a template to all OAP projects.
I will first submit to Native SQL Engine repository today. Other component can follow this same approach and add their own.
We will need to support multiple Spark versions on a single code base.
The ideal solution is to use Shims to separate version specific code into a Shim layer specific to that version and load the Shim layer at runtime based on the runtime version.
The text was updated successfully, but these errors were encountered: