Skip to content
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

Jaeger YugabyteDB(YCQL) support #4220

Merged

Conversation

HarshDaryani896
Copy link
Contributor

Which problem is this PR solving?

Short description of the changes

Following changes done to v004.cql.tmpl

  • Removing trailing comma from last column definition.
  • Changing // to -- as preamble for comments.
  • list<frozen<keyvalue>>,->list<frozen<${keyspace}.keyvalue>>
  • Adding frozen keyword to UDT.

Above syntax changes are accepted by YCQL and Cassandra both.

Signed-off-by: Harsh Daryani <harsh.daryani.6211@gmail.com>
Signed-off-by: Harsh Daryani <harsh.daryani.6211@gmail.com>
@codecov
Copy link

codecov bot commented Feb 7, 2023

Codecov Report

Base: 97.10% // Head: 97.10% // No change to project coverage 👍

Coverage data is based on head (7ac85d9) compared to base (3fc45f5).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4220   +/-   ##
=======================================
  Coverage   97.10%   97.10%           
=======================================
  Files         302      302           
  Lines       17683    17683           
=======================================
  Hits        17171    17171           
  Misses        412      412           
  Partials      100      100           
Flag Coverage Δ
unittests 97.10% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@yurishkuro yurishkuro merged commit 6a0b865 into jaegertracing:main Feb 7, 2023
@yurishkuro
Copy link
Member

Thanks!

shubbham1215 pushed a commit to shubbham1215/jaeger that referenced this pull request Feb 22, 2023
## Which problem is this PR solving?
- Resolves jaegertracing#4198  

## Short description of the changes
Following changes done to v004.cql.tmpl
- Removing trailing comma from last column definition.
- Changing `//` to `--` as preamble for comments.
- `list<frozen<keyvalue>>,`->`list<frozen<${keyspace}.keyvalue>>`
- Adding frozen keyword to UDT. 

Above syntax changes are accepted by YCQL and Cassandra both.

---------

Signed-off-by: Harsh Daryani <harsh.daryani.6211@gmail.com>
shubbham1215 pushed a commit to shubbham1215/jaeger that referenced this pull request Mar 5, 2023
## Which problem is this PR solving?
- Resolves jaegertracing#4198

## Short description of the changes
Following changes done to v004.cql.tmpl
- Removing trailing comma from last column definition.
- Changing `//` to `--` as preamble for comments.
- `list<frozen<keyvalue>>,`->`list<frozen<${keyspace}.keyvalue>>`
- Adding frozen keyword to UDT.

Above syntax changes are accepted by YCQL and Cassandra both.

---------

Signed-off-by: Harsh Daryani <harsh.daryani.6211@gmail.com>
Signed-off-by: shubbham1215 <sawaikershubham@gmail.com>
@jkowall jkowall mentioned this pull request Jun 27, 2023
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]:
2 participants