You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.
A bug found in Serrano (chop-dbhi/serrano#145) cannot be easily remedied due to the exporter classes taking control of the iterable during the read and write steps. Since the exporter determines when a row is emitted, it is appropriate for the exporter to take offset and limit arguments to control the output rows.
The text was updated successfully, but these errors were encountered:
A bug found in Serrano (chop-dbhi/serrano#145) cannot be easily remedied due to the exporter classes taking control of the iterable during the read and write steps. Since the exporter determines when a row is emitted, it is appropriate for the exporter to take
offset
andlimit
arguments to control the output rows.The text was updated successfully, but these errors were encountered: