[improvement] frontend: add sql to fatal log#21609
[improvement] frontend: add sql to fatal log#21609volgariver6 wants to merge 5 commits intomatrixorigin:2.1-devfrom
Conversation
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
7c75b79 to
0aac63a
Compare
|
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks:You may have to fix your CI before adding the pull request to the queue again. If you want to requeue this pull request, you can post a |
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #21602
What this PR does / why we need it:
add sql to fatal log
PR Type
Enhancement, Tests
Description
Enhanced
StartStatementto include SQL string parameter.Updated all relevant function calls to pass SQL string.
Improved error logging with SQL context in
StartStatement.Adjusted and added test cases to validate new functionality.
Changes walkthrough 📝
4 files
Pass SQL string to `StartStatement` in executorUpdated SQL executor to pass SQL string to `StartStatement`ModifiedWorkspaceinterface to include SQL string inStartStatementEnhanced `StartStatement` with SQL string and improved logging6 files
Mock `StartStatement` updated to accept SQL stringAdjusted tests to include SQL string in `StartStatement`Updated mock expectations for `StartStatement` with SQL stringUpdated tests to include SQL string in `StartStatement`Adjusted utility function to pass SQL string to `StartStatement`Updated workspace tests to include SQL string in `StartStatement`