Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ twox-hash = { version = "2", features = ["xxhash64"] }
shake = { version = "0.1", default-features = false }
test-strategy = { version = "0.4", default-features = false }
opentelemetry-semantic-conventions = { version = "0.32.0", default-features = false }
comfy-table = { version = "7", default-features = false }
comfy-table = { version = "8", default-features = false }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P0 Migrate the removed load_preset API

The primary agent-data-plane production artifact cannot be compiled.

Assertion details
  • Input: Any compilation of the agent-data-plane package with comfy-table 8.0.0.
  • Expected: Migrate get_stylized_table to load_style, or revert both Cargo files to comfy-table v7.
  • Actual: The PR resolves comfy-table 8.0.0 while bin/agent-data-plane/src/cli/dogstatsd.rs still calls Table::load_preset. The supplied v8 release notes explicitly identify that method as removed, causing a missing-method compilation error.

Was this helpful? React 👍 or 👎
🤖 Datadog Autotest · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest

dtoa = { version = "1", default-features = false }
itoa = { version = "1", default-features = false }
ryu = { version = "1", default-features = false }
Expand Down