Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
singlestore-labs
/
singlestoredb-python
Public
Notifications
You must be signed in to change notification settings
Fork
23
Star
37
Code
Issues
4
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Adopt structured error codes for plugin UDF control signals
- #127
#127
Open
kesmit13
wants to merge 14 commits into
main
singlestore-labs/singlestoredb-python:main
from
udf-control-error-codes
singlestore-labs/singlestoredb-python:udf-control-error-codes
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Adopt structured error codes for plugin UDF control signals
#127
kesmit13
wants to merge 14 commits into
main
singlestore-labs/singlestoredb-python:main
from
udf-control-error-codes
singlestore-labs/singlestoredb-python:udf-control-error-codes
Copy head branch name to clipboard
Commits
Commits on Jun 9, 2026
Adopt structured error codes for plugin UDF control signals
Show description for 12c6214
kesmit13
and
claude
committed
12c6214
View commit details
Copy full SHA for 12c6214
Browse repository at this point
Distinguish replace-built-in from already-exists in @@register error code
Show description for 96479d5
kesmit13
and
claude
committed
96479d5
View commit details
Copy full SHA for 96479d5
Browse repository at this point
Use INTERNAL_ERROR for unexpected handler exceptions
Show description for df37435
kesmit13
committed
df37435
View commit details
Copy full SHA for df37435
Browse repository at this point
Document plugin control error codes and clarify ControlResult.data
Show description for 890acef
kesmit13
and
claude
committed
890acef
View commit details
Copy full SHA for 890acef
Browse repository at this point
Classify register/delete control errors by exception type
Show description for 9abdf4d
kesmit13
and
claude
committed
9abdf4d
View commit details
Copy full SHA for 9abdf4d
Browse repository at this point
Raise typed errors from SharedRegistry.delete_function
Show description for 0f5974d
kesmit13
and
claude
committed
0f5974d
View commit details
Copy full SHA for 0f5974d
Browse repository at this point
Narrow @@register handler to user-input exception types
Show description for 65e2648
kesmit13
and
claude
committed
65e2648
View commit details
Copy full SHA for 65e2648
Browse repository at this point
Address Copilot review feedback on control error codes
Show description for 51af7bc
kesmit13
and
claude
committed
51af7bc
View commit details
Copy full SHA for 51af7bc
Browse repository at this point
Address Copilot review feedback on JSON payload type-checks and base-function hint
Show description for e377598
kesmit13
and
claude
committed
e377598
View commit details
Copy full SHA for e377598
Browse repository at this point
Fix REGISTER_FUNC_NOT_DYNAMIC misclassification on first-time base-name collision
Show description for 68d1627
kesmit13
and
claude
committed
68d1627
View commit details
Copy full SHA for 68d1627
Browse repository at this point
Surface FunctionNotDynamicError up front for base-name collisions
Show description for 9339c1d
kesmit13
and
claude
committed
9339c1d
View commit details
Copy full SHA for 9339c1d
Browse repository at this point
Fix DELETE_INVALID_PAYLOAD misclassification and stale FUNC_NOT_DYNAMIC docs
Show description for c08d731
kesmit13
and
claude
committed
c08d731
View commit details
Copy full SHA for c08d731
Browse repository at this point
Classify malformed register/delete payloads as INVALID_PAYLOAD
Show description for aacae19
kesmit13
committed
aacae19
View commit details
Copy full SHA for aacae19
Browse repository at this point
Commits on Jun 10, 2026
Rename plugin error JSON field from 'message' back to 'error'
Show description for 0cd3190
kesmit13
committed
0cd3190
View commit details
Copy full SHA for 0cd3190
Browse repository at this point
You can’t perform that action at this time.