-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[cassandra][v2] Refactor FromDbModel and ToDbModel to accept and return dbmodel.Span
#7844
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
Open
Manik2708
wants to merge
23
commits into
jaegertracing:main
Choose a base branch
from
Manik2708:cass-convert
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+591
−833
Open
Changes from 3 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
f649ea8
cleanup
Manik2708 97f7b48
Merge branch 'main' into cass-convert
Manik2708 b45b6bb
Apply suggestion from @yurishkuro
yurishkuro 792c1e6
bug fix and ai suggestions
Manik2708 769b7c1
Merge branch 'main' into cass-convert
Manik2708 55c80b0
cleanup
Manik2708 04a94f4
cleanup
Manik2708 ff559a9
cleanup
Manik2708 73478ce
Revert "cleanup"
Manik2708 4fc799b
cleanup
Manik2708 60c991a
Merge branch 'main' into cass-convert
Manik2708 9c3896e
cleanup
Manik2708 4015ce1
Merge branch 'main' into cass-convert
Manik2708 b006619
Update internal/storage/v2/cassandra/tracestore/from_dbmodel.go
Manik2708 16d4f2b
bug fix
Manik2708 60e5edd
cleanup
Manik2708 ee29b58
Update internal/storage/v2/cassandra/tracestore/to_dbmodel.go
Manik2708 a3717a2
Update internal/storage/v2/cassandra/tracestore/from_dbmodel.go
Manik2708 8370193
Update internal/storage/v2/cassandra/tracestore/to_dbmodel.go
Manik2708 5db4cfc
Update internal/storage/v2/cassandra/tracestore/from_dbmodel.go
Manik2708 8a2e11c
Merge branch 'main' into cass-convert
Manik2708 70500d9
cleanup
Manik2708 bb6e982
cleanup
Manik2708 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
These identifiers were made exported (
ChildOf,FollowsFrom,StringType, etc.) but they don’t have doc comments. Withreviveenabled repo-wide, exported constants typically need comments (see e.g.index_filter.go). Please add brief comments for these exported constants (or keep them unexported if they’re not part of the intended API).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.
@yurishkuro we need this?