File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -183,3 +183,10 @@ Krzysztof Debski (kdebski85@github)
183183* Contributed #270: Should not quote with strict quoting when line starts with `#` but comments
184184 are disabled
185185 (2.13.0)
186+
187+ PJ Fanning (pjfanning@github)
188+ * Contributed #283: (csv) `CsvSchema.getColumnDesc()` returns unpaired square bracket when columns
189+ are empty
190+ (2.13.0)
191+
192+
Original file line number Diff line number Diff line change @@ -21,9 +21,11 @@ Active Maintainers:
2121#240 : (csv) Split `CsvMappingException` into `CsvReadException`/`CsvWriteException`
2222#255 : (properties) Ensure that empty String to null/empty works by default
2323 for Properties format
24- #270 : Should not quote with strict quoting when line starts with `#` but comments
24+ #270 : (csv) Should not quote with strict quoting when line starts with `#` but comments
2525 are disabled
2626 (contributed by Krzysztof D)
27+ #283 : (csv) `CsvSchema.getColumnDesc()` returns unpaired square bracket when columns are empty
28+ (contributed by PJ Fanning)
2729
28302.12.4 (06 -Jul-2021 )
2931
You can’t perform that action at this time.
0 commit comments