Skip to content

Arctic-0.3.2-rc1

Compare
Choose a tag to compare
@zhoujinsong zhoujinsong released this 20 Oct 12:38
· 1185 commits to master since this release

Changelog for Arctic-0.3.1-rc1

New Features:

  • Support Insert/Delete/Update in Spark. #173
  • Support Spark version 2.3. #18 #21

Improvement:

  • Unify the scan.startup.mode config values for both Logstore and Filestore. #441
  • Add initialization and uprade SQL scripts for every version. #362
  • Check data lost after optimize. #336
  • Check if Hive table can be upgrad before upgrading. #312
  • Supprt MySQL 8.0 as system database for AMS. #48

Bugfix:

  • Changestore's schema may be not correct after adding new columns for Hive table. #497
  • Reading from Filestore may failed for empty table. #475
  • Optimize may be blocked after commiting failed. #464
  • Table list may be not correct with multiple Hive catalogs. #402
  • Cannot create Hive tables with uppercase field names. #380
  • Cannot uprade Hive tables with multiple partition columns. #352
  • Inserting overwrite into Hive table may failed in Spark. #334