mattcasters commented on issue #8229: URL: https://github.com/apache/hop/issues/8229#issuecomment-5515297132
This is already fixed on the Database perspective work in #8214 (`issue-8212`). `Database.getRows(sql, limit)` now applies `setQueryLimit(limit)` before `openQuery`, so `Statement.setMaxRows` reaches the driver instead of only stopping the client read loop. `SqlEditor` also calls `setQueryLimit(1000)` on that connection. Will close this against #8214 when that PR merges. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
