Skip to content

Commit

Permalink
Merge pull request #5663 from benbjohnson/query-executor
Browse files Browse the repository at this point in the history
Refactor QueryExecutor (WIP)
  • Loading branch information
benbjohnson committed Feb 17, 2016
2 parents 7e64e77 + e3b4b71 commit eb221a5
Show file tree
Hide file tree
Showing 23 changed files with 1,760 additions and 3,690 deletions.
2 changes: 1 addition & 1 deletion cluster/points_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func (w *PointsWriter) MapShards(wp *WritePointsRequest) (*ShardMapping, error)

// WritePointsInto is a copy of WritePoints that uses a tsdb structure instead of
// a cluster structure for information. This is to avoid a circular dependency
func (w *PointsWriter) WritePointsInto(p *tsdb.IntoWriteRequest) error {
func (w *PointsWriter) WritePointsInto(p *IntoWriteRequest) error {
req := WritePointsRequest{
Database: p.Database,
RetentionPolicy: p.RetentionPolicy,
Expand Down
Loading

0 comments on commit eb221a5

Please sign in to comment.