Skip to content

Commit

Permalink
Merge pull request #80 from caibirdme/dev
Browse files Browse the repository at this point in the history
fix: attributes search use wrong column
  • Loading branch information
caibirdme authored Aug 1, 2024
2 parents 45cb644 + b8ff4ac commit 6ccd677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/ck/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ impl TableSchema for LogTable {
"TraceId"
}
fn attributes_key(&self) -> &str {
"SpanAttributes"
"LogAttributes"
}
fn resources_key(&self) -> &str {
"ResourceAttributes"
Expand Down

0 comments on commit 6ccd677

Please sign in to comment.