-
Notifications
You must be signed in to change notification settings - Fork 281
[improvement] frontend: add sql to fatal log #21609
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
base: 2.1-dev
Are you sure you want to change the base?
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
StartStatement
to 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 executor
Updated SQL executor to pass SQL string to `StartStatement`
Modified
Workspace
interface to include SQL string inStartStatement
Enhanced `StartStatement` with SQL string and improved logging
6 files
Mock `StartStatement` updated to accept SQL string
Adjusted tests to include SQL string in `StartStatement`
Updated mock expectations for `StartStatement` with SQL string
Updated 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`