Skip to content

Commit

Permalink
Fix typo in CHANGELOG.md (jaegertracing#4308)
Browse files Browse the repository at this point in the history
## Short description of the changes
Fixes a minor typo in `CHANGELOG.md`

Signed-off-by: Utsav Oza <[email protected]>
  • Loading branch information
utsavoza authored Mar 16, 2023
1 parent 6797f13 commit 1d563f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ The pull request [#2297](https://github.com/jaegertracing/jaeger/pull/2297) aime
to be implemented:
For now `spanKind` will be set as empty string during read & write, only `name` will be valid operation name.
* Cassandra updated to support spanKind on write & read ([#1937](https://github.com/jaegertracing/jaeger/pull/1937), [@guo0693](https://github.com/guo0693)):
If you don't run the migration script, nothing will break, the system will used the old table
If you don't run the migration script, nothing will break, the system will use the old table
`operation_names` and set empty `spanKind` in the response.
Steps to get the updated functionality:
1. You will need to run the command below on the host where you can use `cqlsh` to connect to Cassandra:
Expand Down

0 comments on commit 1d563f9

Please sign in to comment.