forked from jaegertracing/jaeger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jaeger YugabyteDB(YCQL) support (jaegertracing#4220)
## 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>
- Loading branch information
1 parent
5662df5
commit f21acc2
Showing
2 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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 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