Skip to content

MaxCompute Emulator 0.0.3

Compare
Choose a tag to compare
@dingxin-tech dingxin-tech released this 30 May 09:53
· 12 commits to master since this release

Release Note for Version 0.0.3

New Features

  1. Upsert for Partition Tables:

    • Implemented upsert functionality for partitioned tables.
    • Partitions are marked during table creation and treated as primary keys to ensure partition uniqueness.
    • Note: For MaxCompute partitioned tables, the simulated behavior in SQLite will not actually create partitions.
  2. Preview of Storage API Read Interface:

    • Developed partial implementation of the Storage API read interfaces.
    • This is a preview version, and the complete and fully functional version will be released in the next update.

版本 0.0.3 更新说明

新功能

  1. 分区表的 Upsert 写入:

    • 实现了对分区表的 upsert(更新插入)操作功能。
    • 通过在建表时标记分区列,并将分区列视为主键的形式,实现了分区的唯一性。
    • 注意:对于 MaxCompute 中的分区表,在 SQLite 的模拟中不会实际创建分区。
  2. Storage API 读接口预览版:

    • 开发了部分 Storage API 读接口的内容。
    • 这是预览版,完整和功能齐全的版本将在下一个更新中发布。

通过这些新特性,版本 0.0.3大大增强了对分区表操作的支持,并为未来的Storage API读接口功能奠定了基础。我们期待在未来的版本中提供更多功能和改进。