mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 14:41:02 +00:00
Merge pull request #1607 from niaow/fix-get-translate
Correct handling of field translate data fetch in get translate data endpoint
This commit is contained in:
commit
a0f2623b04
1 changed files with 1 additions and 0 deletions
|
|
@ -1978,6 +1978,7 @@ func (h *Handler) handleGetTranslateData(w http.ResponseWriter, r *http.Request)
|
|||
if _, err := p.WriteTo(w); err != nil {
|
||||
h.logger.Errorf("error streaming translation data: %s", err)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// Otherwise read partition parameter for index translation copy.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue