Skip to content

[2.7.0] - 2023-05-05

Compare
Choose a tag to compare
@EnricoMi EnricoMi released this 05 May 07:19
· 96 commits to master since this release

Added

  • Spark app to diff files or tables and write result back to file or table. (#160)
  • Add null value count to parquetBlockColumns and parquet_block_columns. (#162)
  • Add parallelism argument to Parquet metadata methods. (#164)

Changed

  • Change 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)