Skip to main content

Magpie 1.16

Releases in the 1.16 series, newest first.

Magpie 1.16.1

Version 1.16.1 is a patch release in the 1.16.x series. It was released on May 24th, 2020. Changes include:

  • Adds support for syntax autocomplete in notebook for Magpie, SQL, Python, and Scala
  • Bug fix for casting fields as decimal with precision and scale in SQL
  • Bug fix that disables CSV column pruning by default, which could improve performance but also could cause silent data corruption for certain CSV files. Users can re-enable column pruning by executing set spark.sql.csv.parser.columnPruning.enabled = true in a sql statement

Magpie 1.16.0

Version 1.16.0 is a minor release in the 1.x series. It was released on May 10th, 2020. Changes include:

  • Upgrade to Python 3.7
  • Adds Postgres bulk data source, a more efficient option for bulk transfers to and from Postgres databases