Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
Remove recursive call in FetchOperator.getNextRow
Description
There is an unnecessary recursive getNextRow() call that caused stack overflow in some queries.
We should remove that recursive call.