Skip to content

Moved cached UDF loading into the MetaStore constructor so it happens…#1053

Merged
chenziliang merged 1 commit intodevelopfrom
bugfix/issue-1052-load-udf-metastore-race
Dec 10, 2025
Merged

Moved cached UDF loading into the MetaStore constructor so it happens…#1053
chenziliang merged 1 commit intodevelopfrom
bugfix/issue-1052-load-udf-metastore-race

Conversation

@yokofly
Copy link
Copy Markdown
Collaborator

@yokofly yokofly commented Dec 10, 2025

… before readiness is signaled, eliminating the startup race; removed the post-ready call in init().

PR checklist:

  • Did you run ClangFormat ?
  • Did you separate headers to a different section in existing community code base ?
  • Did you surround proton: starts/ends for new code in existing community code base ?

Please write user-readable short description of the changes:
fix #1052

… before readiness is signaled, eliminating the startup race; removed the post-ready call in init().
@chatgpt-codex-connector
Copy link
Copy Markdown
Contributor

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@chenziliang chenziliang merged commit 7685dca into develop Dec 10, 2025
7 of 11 checks passed
@yokofly yokofly deleted the bugfix/issue-1052-load-udf-metastore-race branch December 11, 2025 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

loadUserDefinedFunctions race

2 participants