Skip to content

Comments

NO-SNOW: Fix UDF parameter registration error#4064

Merged
sfc-gh-joshi merged 3 commits intomainfrom
joshi-SNOW-3018722-protobuf-bump
Feb 13, 2026
Merged

NO-SNOW: Fix UDF parameter registration error#4064
sfc-gh-joshi merged 3 commits intomainfrom
joshi-SNOW-3018722-protobuf-bump

Conversation

@sfc-gh-joshi
Copy link
Contributor

@sfc-gh-joshi sfc-gh-joshi commented Jan 29, 2026

  1. Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR.

    Fixes SNOW-NNNNNNN

  2. Fill out the following pre-review checklist:

    • I am adding a new automated test(s) to verify correctness of my new code
      • If this test skips Local Testing mode, I'm requesting review from @snowflakedb/local-testing
    • I am adding new logging messages
    • I am adding a new telemetry message
    • I am adding new credentials
    • I am adding a new dependency
    • If this is a new feature/behavior, I'm adding the Local Testing parity changes.
    • I acknowledge that I have ensured my changes to be thread-safe. Follow the link for more information: Thread-safe Developer Guidelines
    • If adding any arguments to public Snowpark APIs or creating new public Snowpark APIs, I acknowledge that I have ensured my changes include AST support. Follow the link for more information: AST Support Guidelines
  3. Please describe how your code solves the related issue.

Fixes a very minor bug where positional parameters are not passed correctly during UDF registration through register_from_file, causing strict and secure to improperly be set. This was exposed while testing a pre-release version of protobuf for #4056, but that fix is no longer needed since protobuf released a compatible patch release that requires no action on our part.

@sfc-gh-joshi sfc-gh-joshi added the NO-CHANGELOG-UPDATES This pull request does not need to update CHANGELOG.md label Jan 29, 2026
@sfc-gh-joshi sfc-gh-joshi requested review from a team as code owners January 29, 2026 23:34
@sfc-gh-joshi sfc-gh-joshi added the NO-PANDAS-CHANGEDOC-UPDATES This PR does not update Snowpark pandas docs label Jan 29, 2026
changelog

revert ceiling change, fix udf error

add missing max_batch_size arg
@sfc-gh-joshi sfc-gh-joshi force-pushed the joshi-SNOW-3018722-protobuf-bump branch from 9759bcd to cacf5a0 Compare February 10, 2026 22:24
@sfc-gh-joshi sfc-gh-joshi merged commit 878fe0e into main Feb 13, 2026
31 checks passed
@sfc-gh-joshi sfc-gh-joshi deleted the joshi-SNOW-3018722-protobuf-bump branch February 13, 2026 18:06
@github-actions github-actions bot locked and limited conversation to collaborators Feb 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

NO-CHANGELOG-UPDATES This pull request does not need to update CHANGELOG.md NO-PANDAS-CHANGEDOC-UPDATES This PR does not update Snowpark pandas docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants