-
Notifications
You must be signed in to change notification settings - Fork 6.2k
util: add support columnar scan details (#69331) #69424
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -106,7 +106,11 @@ require ( | |
| github.com/pingcap/metering_sdk v0.0.0-20260324055927-14fead745f1d | ||
| github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 | ||
| github.com/pingcap/tidb/pkg/parser v0.0.0-20211011031125-9b13dc409c5e | ||
| <<<<<<< HEAD | ||
| github.com/pingcap/tipb v0.0.0-20260210113932-1447c9d7e9fe | ||
| ======= | ||
| github.com/pingcap/tipb v0.0.0-20260617071407-7c071244534b | ||
| >>>>>>> 9f419ca60ca (util: add support columnar scan details (#69331)) | ||
|
Comment on lines
+109
to
+113
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🔴 Critical | ⚡ Quick win Resolve the These conflict markers make 🤖 Prompt for AI Agents |
||
| github.com/prometheus/client_golang v1.23.0 | ||
| github.com/prometheus/client_model v0.6.2 | ||
| github.com/prometheus/common v0.65.0 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🔴 Critical | ⚡ Quick win
Fix the unresolved conflict in the Bazel
tipbpin.This
go_repositorystanza is currently invalid Starlark because of the conflict markers, so Bazel cannot resolve@com_github_pingcap_tipb//go-tipb. Resolve it to onesha256/strip_prefix/urlsset that matches the finalgo.modversion.🤖 Prompt for AI Agents