The error in groupConcatOrder/topNRows
cannot be accessed from outside
#52449
Labels
groupConcatOrder/topNRows
cannot be accessed from outside
#52449
The only assignment to the
(topNRows).err
is:tidb/pkg/executor/aggfuncs/func_group_concat.go
Lines 323 to 330 in 6a35d5e
However, the
topNRows
is not a reference receiver, assigning toh.err
is meaningless. Theerr
here is actually not returned outside.This issue exists from the very beginning #16591
The text was updated successfully, but these errors were encountered: