Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
notbdu committed Dec 21, 2018
1 parent 2ca3a6c commit 67f0cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persist/fs/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func (w *writer) writeValues(
case field.StringType:
return w.sw.Encode(writer, valueIt.stringIt)
case field.TimeType:
// TODO(bodu): have the resolution bubble down from the data source?
// TODO(bodu): have the resolution bubble down from the storage options config.
return w.tw.Encode(writer, valueIt.timeIt, encoding.EncodeTimeOptions{Resolution: time.Nanosecond})
default:
return fmt.Errorf("unknown value type: %v", valueIt.valueType)
Expand Down

0 comments on commit 67f0cd0

Please sign in to comment.