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
ReaderBuilder for cvs has the bounds field, which is supposed to be configured via builder and then passed to Reader::from_csv_reader() in the ReaderBuilder::build() method. At the moment this is not the case.
The fix should include new ReaderBuilder::with_bounds() method and a change in ReaderBuilder::build() to correctly pass the configured bounds to Reader::from_csv_reader().
The text was updated successfully, but these errors were encountered:
Discovered in #1324 (comment)
ReaderBuilder
for cvs has thebounds
field, which is supposed to be configured via builder and then passed toReader::from_csv_reader()
in theReaderBuilder::build()
method. At the moment this is not the case.The fix should include new
ReaderBuilder::with_bounds()
method and a change inReaderBuilder::build()
to correctly pass the configuredbounds
toReader::from_csv_reader()
.The text was updated successfully, but these errors were encountered: