Skip to content

Commit

Permalink
Add to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed May 4, 2023
1 parent 3b97558 commit c139b8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Spark app to diff files or tables and write result back to file or table. (#160)

### Changed

- Added null value count to `parquetBlockColumns` and `parquet_block_columns`. (#162)
- Changed data type of column name in `parquetBlockColumns` and `parquet_block_columns` to array of strings.
Cast to string to get earlier behaviour (string column name). (#162)

## [2.6.0] - 2023-04-11

### Added
Expand Down

0 comments on commit c139b8f

Please sign in to comment.