Skip to content

Releases: AbsaOSS/cobrix

v2.6.6

05 May 06:46
973e380
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.5...v2.6.6

v2.6.5

06 Apr 12:47
551be26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.4...v2.6.5

v2.6.4

06 Mar 07:20
8246ba9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.3...v2.6.4

v2.6.3

02 Feb 08:25
d43f906
Compare
Choose a tag to compare

What's Changed

  • #561 Upgrade ANTLR version to 4.8 by @dz-1 in #562
  • #561 Recompile parsers using ANTLR 4.8. by @yruslan in #563
  • #567 Add code pages 838, 870, 1025 contributed by @sree018 in #568
  • #569 Add an arithmetic expression parser to use for record length expressions by @yruslan in #571
  • #572 Improve performance of processing ASCII file with custom charset by @yruslan in #573
  • #560 Fix 'segment_filter' for ASCII text files parallelized by Spark. by @yruslan in #575
  • #550 Added the option to add additional metadata to the generated Spark schema by @yruslan in #577

New Contributors

  • @dz-1 made their first contribution in #562

Full Changelog: v2.6.2...v2.6.3

v2.6.2

03 Jan 13:57
5c6c2e5
Compare
Choose a tag to compare

What's Changed

  • #537 Found unit test with empty name by @miroslavpojer in #538
  • #516 Add support for packed unsigned by @yruslan in #546
  • #543 Improve performance of basic ASCII processing. by @yruslan in #548
  • #545 Add support for 'string' debug columns for ASCII file format by @yruslan in #549
  • #542 Implement filler naming strategies and previous fields based strategy. by @yruslan in #554
  • #553 Fix a regression bug introduced in #543 concerning variable OCCURS. by @yruslan in #555
  • #544 Added an extension option 'data_paths' that replaces 'paths' for multi path load. by @yruslan in #557
  • #556 Fix the option 'file_end_offset' truncates records of each parti… by @yruslan in #558
  • Update Scala 2.13 to 2.13.10, Spark 3.2.3 and 3.3.1 for CI and publish builds by @yruslan in #551
  • Update Scalatest to 3.2.14. by @yruslan in #552

Full Changelog: v2.6.1...v2.6.2

v2.6.1

02 Dec 07:48
5cb9e08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

14 Oct 07:51
8c2a71b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.6.0

Minor bugfix release

24 Aug 07:41
ecb7e2b
Compare
Choose a tag to compare

What's Changed

  • Fix FILLERs being dropped for a FILLER with OCCURS GROUP. by @yruslan in #511

Full Changelog: v2.5.0...v2.5.1

Feature Release

28 Jun 08:44
8343170
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.10...v2.5.0

Minor bugfix release

11 Apr 06:08
10e135a
Compare
Choose a tag to compare
  • #481 ASCII control characters are now ignored instead of being replaced with spaces.
    A new string trimming policy (keep_all) allows keeping all control characters in strings (including 0x00).
  • #484 Fix parsing of ASCII files so that only full records are parsed. The old behavior
    can be restored with .option("allow_partial_records", "true").