Aerospike Connect for Spark 3.2.2 (June 16, 2022)

Aerospike Connect for Spark version 3.2.2 was released on June 16, 2022.

  • Supported until September 15, 2023.
  • Tested with Apache Spark 3.0.3, Scala 2.12.11
  • Minimum supported Aerospike Server version 5.0.

Bug Fixes

  • [CONNECTOR-363] - Runtime error while using rate limit due to incorrect library shading.

Known Issues

  • This connector release shades all internal libraries. Please update application build files accordingly.
  • Spark connector stores spark DateType and TimestampType as long. In aeroJoin API calls convert aforementioned types to Longtype.
  • DataSource v2 API does not support the SQL statement INSERT INTO a temp view. Use DataFrame syntax for equivalent functionality.