This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
commit 515899a563b01cefaabc4033af8422e535337181 Merge: 02acbed4 baa697f2 Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 21 13:54:21 2026 -0400 Merge pull request #625 from saleemno1/chunked-reader-lookahead fill the lookahead buffer on short reads from a chunked source .../apache/commons/csv/ExtendedBufferedReader.java | 42 ++++++++++++++++++++- .../java/org/apache/commons/csv/CSVParserTest.java | 13 +++++++ .../java/org/apache/commons/csv/ChunkedReader.java | 43 ++++++++++++++++++++++ .../commons/csv/ExtendedBufferedReaderTest.java | 33 +++++++++++++++++ 4 files changed, 130 insertions(+), 1 deletion(-)
