Skip to content

Commit

Permalink
Commit to trigger build failure
Browse files Browse the repository at this point in the history
Signed-off-by: Prithvi Raj <p.r@uber.com>
  • Loading branch information
vprithvi committed Jan 31, 2018
1 parent 33a167b commit 8a1baba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/storage/cassandra/spanstore/writer.go
Expand Up @@ -127,11 +127,11 @@ func (s *SpanWriter) WriteSpan(span *model.Span) error {
ds := dbmodel.FromDomain(span)
mainQuery := s.session.Query(
insertSpan,
ds.TraceID,
ds.SpanID,
0,
0,
ds.SpanHash,
ds.ParentID,
ds.OperationName,
"",
ds.Flags,
ds.StartTime,
ds.Duration,
Expand Down

0 comments on commit 8a1baba

Please sign in to comment.