Skip to content

v0.6.7

Latest
Compare
Choose a tag to compare
@Loognqiang Loognqiang released this 09 May 07:17
8da5579

0.6.7 Release
更新日期:2025年05月09日
中文版

更新

  • 添加 Paimon 图表表句柄
  • 支持使用 client.id 创建 KafkaProducer 和 KafkaConsumer
  • 将 Shuffle 与内存池管理器集成
  • 支持按时间戳对顶点和边进行分区
  • 支持 Paimon 存储中的键下推(Key Pushdown)
  • 支持边迭代器

修复

  • 修复 Shuffle Fetcher 线程泄漏问题
  • 修复 FETCH NEXT 语法与 MySQL 及其他不支持该语法的数据库不兼容的问题

英文版
Main Improvements

  • Add Paimon graph table handle
  • Create KakfaProducer and KafkaConsumer with client.id
  • Integrate shuffle with memory pool manager
  • Support vertex and edge being partitioned by timestamp
  • Support key pushdown in paimon store
  • Support edge iterator

Fix

  • Fix shuffle fetcher thread leak
  • Fix FETCH NEXT Syntax Not Compatible with MySQL and Other Non-Supporting Databases