Skip to content

Commit

Permalink
update log info
Browse files Browse the repository at this point in the history
  • Loading branch information
teckick committed Jul 31, 2019
1 parent 2425981 commit b6e0f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/plan/plan_insert.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func handleInsertValues(p *InsertPlan) error {
}
}
if len(p.result.GetShardIndexes()) == 0 {
return fmt.Errorf("batch insert has cross slice values")
return fmt.Errorf("batch insert has cross slice values or no route found")
}
return nil
}
Expand Down

0 comments on commit b6e0f4c

Please sign in to comment.