SNOW-3123843: generate UDxF handler names suffixed with Scala runtime version (#260)#261
Open
sfc-gh-heshah wants to merge 1 commit into
Open
Conversation
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
… version (#260) 1. What Jira ticket or GitHub issue is this PR addressing? Make sure that there is a ticket or issue accompanying your PR. 1. [SNOW-3123843](https://snowflakecomputing.atlassian.net/browse/SNOW-3123843) 2. [SNOW-3123871](https://snowflakecomputing.atlassian.net/browse/SNOW-3123871) 2. Fill out the following pre-review checklist: - [ ] I am adding a new automated test(s) to verify correctness of my new code - [ ] I am adding new logging messages - [ ] I am adding a new telemetry message - [ ] I am adding new credentials - [ ] I am adding a new dependency 3. Please describe how your code solves the related issue. Related to some server-side changes, we can now specify the Scala runtime version needed for JVM runtime environments by providing handler names suffixed with the library's Scala build/runtime version. Additionally folding changes to remove the uploading of Scala library JARs to stage for testing purposes during UDxF/SProc tests as these seem to conflict with the JARs automatically loaded in the JVM for Snowpark handlers. [SNOW-3123843]: https://snowflakecomputing.atlassian.net/browse/SNOW-3123843?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [SNOW-3123871]: https://snowflakecomputing.atlassian.net/browse/SNOW-3123871?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
c760a98 to
1c17d92
Compare
sfc-gh-aling
approved these changes
Feb 26, 2026
sfc-gh-fdrozdowski
approved these changes
Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What Jira ticket or GitHub issue is this PR addressing? Make sure that there is a ticket or issue accompanying your PR.
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Related to some server-side changes, we can now specify the Scala runtime version needed for JVM runtime environments by providing handler names suffixed with the library's Scala build/runtime version.
Additionally folding changes to remove the uploading of Scala library JARs to stage for testing purposes during UDxF/SProc tests as these seem to conflict with the JARs automatically loaded in the JVM for Snowpark handlers.