-
Notifications
You must be signed in to change notification settings - Fork 285
fix iscp #22457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix iscp #22457
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
634b96f
to
d959b52
Compare
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #22437
What this PR does / why we need it:
get mo_iscp_log by table name
add UnregisterJobsByDBName
PR Type
Bug fix
Description
Remove hardcoded table ID lookup for ISCP log table
Replace with dynamic table name-based relation retrieval
Fix transaction handling in ISCP log operations
Improve error handling with table ID validation
Diagram Walkthrough
File Walkthrough
executor.go
Remove cached table ID approach
pkg/iscp/executor.go
setISCPLogTableID
method andiscpLogTableID
fieldapplyISCPLog
iteration.go
Refactor transaction and table access logic
pkg/iscp/iteration.go
ExecuteIteration
getRelation
function by removing transaction creationtypes.go
Remove cached table ID field
pkg/iscp/types.go
iscpLogTableID
field fromISCPTaskExecutor
struct