
Hi Community,今年 Apache SeaTunnel 6 月份月报准时来啦!总体上来看,6 月整个月 Apache SeaTunnel 共合入 125 个 PR,明显高于 5 月的 87 个。整体上看,6 月不是单纯的“修修补补”,而是沿着三条主线同步推进:

相比 5 月,6 月最明显的变化是:架构改进类 PR 激增。这意味着社区不只是上线新 connector,而是在系统性补齐文档、稳定性、抽象层和工程治理。
seatunnel-connectors-v2:35docs:27seatunnel-engine:22seatunnel-connectors-v2/connector-cdc:14seatunnel-e2e:12seatunnel-api:3.github/ci:2other:10这里有一个值得注意的信号:docs 在 6 月出现了高占比,说明社区开始把越来越多“隐性知识”沉淀为显式文档,例如 Zeta 状态存储与恢复、CDC 生产 cookbook、REST API 生命周期说明等。这类工作不直接提升吞吐,但直接提升 SeaTunnel 的可用性与可维护性。

Rank | GitHub 用户名 | 合入 PR 数 | 主要贡献内容分类(计数) |
|---|---|---|---|
1 | DanielLeens | 27 | 功能特性×1; 性能优化×0; Bug 修复×5; 架构改进×21 |
2 | zhangshenghang | 26 | 功能特性×1; 性能优化×0; Bug 修复×11; 架构改进×14 |
3 | nzw921rx | 19 | 功能特性×2; 性能优化×0; Bug 修复×6; 架构改进×11 |
4 | davidzollo | 7 | 功能特性×0; 性能优化×0; Bug 修复×2; 架构改进×5 |
5 | dybyte | 4 | 功能特性×3; 性能优化×0; Bug 修复×0; 架构改进×1 |
6 | yzeng1618 | 4 | 功能特性×1; 性能优化×0; Bug 修复×1; 架构改进×2 |
7 | QuakeWang | 4 | 功能特性×0; 性能优化×0; Bug 修复×4; 架构改进×0 |
8 | JeremyXin | 4 | 功能特性×0; 性能优化×0; Bug 修复×2; 架构改进×2 |
9 | DanielCarter-stack | 4 | 功能特性×0; 性能优化×0; Bug 修复×1; 架构改进×3 |
10 | yuluo-yx | 2 | 功能特性×0; 性能优化×0; Bug 修复×2; 架构改进×0 |
11 | ricky2129 | 2 | 功能特性×1; 性能优化×0; Bug 修复×1; 架构改进×0 |
12 | MyeoungDev | 2 | 功能特性×2; 性能优化×0; Bug 修复×0; 架构改进×0 |
13 | ss666 | 2 | 功能特性×1; 性能优化×0; Bug 修复×0; 架构改进×1 |
14 | CosmosNi | 1 | 功能特性×0; 性能优化×0; Bug 修复×0; 架构改进×1 |
15 | LeonYoah | 1 | 功能特性×0; 性能优化×0; Bug 修复×1; 架构改进×0 |
16 | Marx-Carvalho | 1 | 功能特性×0; 性能优化×0; Bug 修复×0; 架构改进×1 |
17 | hawk9821 | 1 | 功能特性×0; 性能优化×0; Bug 修复×1; 架构改进×0 |
18 | 77amyfly | 1 | 功能特性×0; 性能优化×0; Bug 修复×1; 架构改进×0 |
19 | JAEKWANG97 | 1 | 功能特性×1; 性能优化×0; Bug 修复×0; 架构改进×0 |
20 | NixonWahome | 1 | 功能特性×1; 性能优化×0; Bug 修复×0; 架构改进×0 |
21 | GabrielBBaldez | 1 | 功能特性×1; 性能优化×0; Bug 修复×0; 架构改进×0 |
22 | niumy0701 | 1 | 功能特性×0; 性能优化×0; Bug 修复×0; 架构改进×1 |
23 | 15037143579 | 1 | 功能特性×0; 性能优化×0; Bug 修复×0; 架构改进×1 |
24 | CloverDew | 1 | 功能特性×0; 性能优化×0; Bug 修复×1; 架构改进×0 |
25 | xxzuo | 1 | 功能特性×0; 性能优化×0; Bug 修复×0; 架构改进×1 |
26 | Muktha9491 | 1 | 功能特性×1; 性能优化×0; Bug 修复×0; 架构改进×0 |
27 | programmerloverun | 1 | 功能特性×1; 性能优化×0; Bug 修复×0; 架构改进×0 |
28 | zooo-code | 1 | 功能特性×0; 性能优化×0; Bug 修复×1; 架构改进×0 |
29 | zhiliang-wu | 1 | 功能特性×1; 性能优化×0; Bug 修复×0; 架构改进×0 |
30 | doyong365 | 1 | 功能特性×0; 性能优化×0; Bug 修复×0; 架构改进×1 |
31 | loupipalien | 1 | 功能特性×0; 性能优化×0; Bug 修复×0; 架构改进×1 |
如果把 6 月所有 PR 放到一张技术地图里,大致可以分为四组:
#10600 支持 table-level fault isolation,意味着多表同步不再只能“全成或全挂”。#10744 为 file connector 增加 schema evolution 支持(ADD/DROP/RENAME/UPDATE column)。#11062 引入 Calcite SQL transform plugin,并开放 UDF SPI。#11114 增加 Base64 SQL functions,说明 SQL transform 已经不只是“做投影/过滤”,而是逐步成为通用数据加工层。#10812 通过 StateStore 抽象解耦 Hazelcast IMap,这是典型的架构级演进。本节挑选 5 项最能代表 Apache SeaTunnel 项目 6 月技术方向的变更,分别从背景、实现原理、影响范围三个角度做分析。
#10600 表级故障隔离:多表同步从“全局失败”转向“局部可控”PR 规模:23 files changed, 1648 insertions(+), 144 deletions(-)。
背景与痛点:
核心设计:新增 MultiTableCommonOptions 与 MultiTableFailurePolicy 等抽象,把“多表失败策略”显式配置化。
关键代码片段:
diff --git a/seatunnel-api/src/main/java/org/apache/seatunnel/api/options/MultiTableCommonOptions.java b/seatunnel-api/src/main/java/org/apache/seatunnel/api/options/MultiTableCommonOptions.java
new file mode 100644
@@ -0,0 +1,46 @@
+public class MultiTableCommonOptions {
+
+ @Experimental
+ public static final Option<MultiTableFailurePolicy> MULTI_TABLE_FAILURE_POLICY =
+ Options.key("multi_table.failure_policy")
+ .enumType(MultiTableFailurePolicy.class)实现原理:
影响范围:
#10744 文件 connector 支持 schema evolution:文件链路首次具备结构变更感知PR 规模:4 files changed, 168 insertions(+), 2 deletions(-)。
背景与痛点:
关键代码片段:
diff --git a/seatunnel-connectors-v2/connector-file/connector-file-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/config/FileBaseSinkOptions.java b/seatunnel-connectors-v2/connector-file/connector-file-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/config/FileBaseSinkOptions.java
@@ -336,4 +336,14 @@ public class FileBaseSinkOptions extends FileBaseOptions {
+ public static final Option<Boolean> SCHEMA_EVOLUTION_ENABLED =
+ Options.key("schema_evolution_enabled")
+ .booleanType()
+ .defaultValue(false)
+ .withDescription(
+ "Whether to enable schema evolution for the file sink. "
+ + "When true, ALTER TABLE events (ADD/DROP/RENAME/UPDATE column) "
+ + "from CDC sources are applied to the sink schema at runtime. "
+ + "Files are rotated at each schema change boundary. Default: false.");实现原理:
schema_evolution_enabled 开关,把 ALTER TABLE 事件显式引入 file sink 的运行时处理逻辑。影响范围:
#11062 Calcite SQL Transform Plugin:SeaTunnel 的 SQL 加工能力进入插件化阶段PR 规模:40 files changed, 8257 insertions(+), 1 deletion(-),是 6 月最重的一批功能开发之一。
背景与痛点:
关键代码片段:
diff --git a/seatunnel-api/src/main/java/org/apache/seatunnel/api/transform/CalciteUdf.java b/seatunnel-api/src/main/java/org/apache/seatunnel/api/transform/CalciteUdf.java
new file mode 100644
@@ -0,0 +1,54 @@
+/**
+ * SPI for Calcite SQL transform UDFs. Implementations must provide a <b>public static</b> {@code
+ * eval} method whose signature determines the SQL function's input/output types.
+ *
+ * <p>The {@code eval} method <b>must be static</b> because Calcite's code generation calls it
+ * directly without creating an instance.实现原理:
CalciteUdf SPI,明确了 UDF 的发现机制与静态 eval 约束。影响范围:
#10812 StateStore 抽象:Zeta 去 Hazelcast 耦合的关键一步PR 规模:28 files changed, 2071 insertions(+), 92 deletions(-)。
背景与痛点:
关键代码片段:
diff --git a/seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/common/statestore/ExpiringStateStore.java b/seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/common/statestore/ExpiringStateStore.java
new file mode 100644
@@ -0,0 +1,43 @@
+/**
+ * Storage capability for TTL-based writes.
+ *
+ * <p>This is intended only for implementations where TTL-based storage is a natural fit, such as
+ * Hazelcast-backed stores.
+ */
+public interface ExpiringStateStore<K, V> extends StateStore<K, V> {实现原理:
StateStore、ExpiringStateStore、IterableStateStore 等接口族,而不是直接把 Hazelcast 语义泄漏到所有上层逻辑。影响范围:
#10485 BigQuery Sink Connector:云数仓生态继续补齐PR 规模:40 files changed, 3169 insertions(+), 1 deletion(-)。
背景与痛点:
关键代码片段:
diff --git a/seatunnel-connectors-v2/connector-bigquery/src/main/java/org/apache/seatunnel/connectors/bigquery/option/BigQuerySinkOptions.java b/seatunnel-connectors-v2/connector-bigquery/src/main/java/org/apache/seatunnel/connectors/bigquery/option/BigQuerySinkOptions.java
new file mode 100644
@@ -0,0 +1,83 @@
+public class BigQuerySinkOptions {
+
+ public static final String IDENTIFIER = "BigQuery";
+
+ public static final Option<String> PROJECT_ID =
+ Options.key("project_id")
+ .stringType()
+ .noDefaultValue()影响范围:
6 月的大部分关键变更并不是单纯“吞吐提升型”优化,而是治理能力、抽象能力、兼容性、恢复能力的增强。因此性能对比不宜只看 rows/s,而应该按变更类型设计观测口径:
换句话说,6 月更适合用 可靠性测试、恢复测试、配置兼容性测试、E2E 覆盖率 来评价,而不是仅看吞吐数字。
从 6 月的合入内容看,SeaTunnel 的技术路线越来越清晰:
合入日期 | PR | 标题 | 提交者 | 分类 | 模块 |
|---|---|---|---|---|---|
2026-06-01 | Fix Fix parquet read failure when column name contains Avro-illegal characters | yuluo-yx | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-01 | Feature Add BigQuery Sink Connector | dybyte | 功能特性 | seatunnel-connectors-v2 | |
2026-06-01 | Feature Support table-level fault isolation for multi-table synchronization | yzeng1618 | 功能特性 | seatunnel-engine | |
2026-06-02 | Improve Improve the stability of redis e2e testing e2e | nzw921rx | 架构改进 | seatunnel-e2e | |
2026-06-02 | Feature Add schema evolution support (ADD/DROP/RENAME/UPDATE column) for all file formats | ricky2129 | 功能特性 | seatunnel-engine | |
2026-06-03 | Fix Adapt JdbcHiveIT to JdbcCatalogUtils getTables signature | yzeng1618 | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-03 | Fix Fix Paimon branch save mode DDL | QuakeWang | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-04 | Fix Fix Paimon option rule declarations | QuakeWang | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-04 | STIP-28Zeta Enhance OptionRule to support rich declarative validation beyond presence checks | nzw921rx | 架构改进 | seatunnel-engine | |
2026-06-04 | ImproveJdbc Support Oracle append values insert mode | zhangshenghang | 架构改进 | seatunnel-connectors-v2 | |
2026-06-04 | Fix Fix JDK 8 NoSuchMethodError in StainTracePayload#append | davidzollo | Bug 修复 | seatunnel-engine | |
2026-06-05 | Improve Fix Kafka connector documentation errors | CosmosNi | 架构改进 | docs | |
2026-06-05 | Add new collaborator because of yzeng has become a committer | davidzollo | 架构改进 | other | |
2026-06-05 | FixCDC-MySQL Honor int_type_narrowing option on MyS… | ricky2129 | Bug 修复 | seatunnel-connectors-v2/connector-cdc | |
2026-06-05 | Bug Fix snapshot table schema lookup | LeonYoah | Bug 修复 | seatunnel-connectors-v2/connector-cdc | |
2026-06-05 | Feature Report non-terminal job states | dybyte | 功能特性 | seatunnel-engine | |
2026-06-05 | Improve Add Javadoc for CheckpointCoordinator lifecycle | Marx-Carvalho | 架构改进 | seatunnel-engine | |
2026-06-07 | Improve Add Map condition validators for configuration option … | nzw921rx | 架构改进 | seatunnel-api | |
2026-06-07 | Docs Add connector FAQ writing guidelines | davidzollo | 架构改进 | docs | |
2026-06-07 | docs: add Zeta state storage and recovery guide (P0-1) | DanielLeens | 架构改进 | seatunnel-engine | |
2026-06-07 | docs: add CDC production cookbook for full and incremental synchronization (P0-2) | DanielLeens | 架构改进 | seatunnel-connectors-v2/connector-cdc | |
2026-06-07 | docs: add REST API job lifecycle cookbook | DanielLeens | 架构改进 | docs | |
2026-06-08 | FixJdbc Fix IRIS e2e container startup failure by upgrading image and adding wait strategy | hawk9821 | Bug 修复 | seatunnel-e2e | |
2026-06-08 | Bug Fix NaN display in job detail Overview table when tablePaths does not match metrics keys | 77amyfly | Bug 修复 | seatunnel-engine | |
2026-06-08 | Feature Add MQTT source connector | JAEKWANG97 | 功能特性 | seatunnel-connectors-v2 | |
2026-06-08 | Docs add FAQ sections to connector pages (EN + zh-CN) | davidzollo | 架构改进 | docs | |
2026-06-09 | Improve Enhance JDBC chunk splitter logging | zhangshenghang | 架构改进 | seatunnel-connectors-v2 | |
2026-06-09 | Improve Allow exclusive/bundled options to coexist with optional value constraints | nzw921rx | 架构改进 | seatunnel-api | |
2026-06-09 | Feature Add Salesforce Source Connector | NixonWahome | 功能特性 | seatunnel-connectors-v2 | |
2026-06-10 | Fix Respect Paimon alter table ignore flag | QuakeWang | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-10 | Improve Add logical state store observability metrics | JeremyXin | 架构改进 | seatunnel-engine | |
2026-06-10 | Improve fix transform-v2 UT flaky test | nzw921rx | 架构改进 | other | |
2026-06-11 | FeatureMongoDB-CDC Support latest-offset startup mode without initial snapshot | GabrielBBaldez | 功能特性 | seatunnel-connectors-v2/connector-cdc | |
2026-06-11 | docs: add guide for submitting jobs to a remote Zeta cluster (Docker/K8s/EKS) | DanielLeens | 架构改进 | seatunnel-engine | |
2026-06-11 | Feature Support monitoring the busyness level of Zeta engine tasks | zhangshenghang | 功能特性 | seatunnel-engine | |
2026-06-11 | Improve Improved elasticsearch source enumerator splits allocation algorithm for subtasks | JeremyXin | 架构改进 | seatunnel-connectors-v2 | |
2026-06-11 | Fix Fix the new schema cannot be fetched when the parquet file is read | JeremyXin | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-11 | Fix Fix zh user page link | zhangshenghang | Bug 修复 | docs | |
2026-06-11 | Fix Avoid eager zeta udf open and fix null table context | davidzollo | Bug 修复 | seatunnel-engine | |
2026-06-11 | Docs Fix Http source code fence | DanielCarter-stack | 架构改进 | docs | |
2026-06-12 | Fix Fix Cassandra null timestamp conversion | zhangshenghang | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-12 | Docs Fix zeta engine jar storage typos | DanielCarter-stack | 架构改进 | seatunnel-engine | |
2026-06-12 | Docs localize zh transform titles and summaries | DanielLeens | 架构改进 | docs | |
2026-06-12 | Feature Add EXTENSION operator for pluggable validation in ConditionOperator | nzw921rx | 功能特性 | seatunnel-engine | |
2026-06-12 | ChoreRestore SeaTunnelEngineLocalExample | niumy0701 | 架构改进 | other | |
2026-06-12 | DocsRepair document links | 15037143579 | 架构改进 | seatunnel-engine | |
2026-06-13 | Fix Ignore BOM in file source readers | yuluo-yx | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-13 | Improve fix engine UT flaky test | nzw921rx | 架构改进 | seatunnel-engine | |
2026-06-13 | Docs Clarify REST API defaults and add connector troubleshooting cookbooks | DanielLeens | 架构改进 | docs | |
2026-06-13 | FixCDC Fix job hang caused by checkpoint failure during schema evolution under multi-parallelism on Flink1.13 | CloverDew | Bug 修复 | seatunnel-connectors-v2/connector-cdc | |
2026-06-13 | Fix Support SFTP keyfile option | zhangshenghang | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-13 | Docs add multi-table transform capability boundary guide | DanielLeens | 架构改进 | docs | |
2026-06-13 | Fix Stabilize engine failover test and rebalance connector shards | DanielLeens | Bug 修复 | seatunnel-engine | |
2026-06-13 | Docs Add Javadoc to TaskExecutionService inner classes | xxzuo | 架构改进 | seatunnel-engine | |
2026-06-13 | Test Add multi-table e2e testcase | davidzollo | 架构改进 | seatunnel-connectors-v2/connector-cdc | |
2026-06-15 | Feature Add recursive_file_scan option for file connectors | MyeoungDev | 功能特性 | seatunnel-connectors-v2 | |
2026-06-16 | Fix Fix checkpoint barrier trigger test race | zhangshenghang | Bug 修复 | seatunnel-engine | |
2026-06-16 | Fix Stabilize multiple flaky tests | nzw921rx | Bug 修复 | seatunnel-engine | |
2026-06-16 | Fix Remove duplicate connector FAQ sidebar entry | DanielCarter-stack | Bug 修复 | docs | |
2026-06-17 | Docs Fix Typesense sink common options link | DanielCarter-stack | 架构改进 | docs | |
2026-06-18 | Docs Fix RocketMQ transform links | zhangshenghang | 架构改进 | docs | |
2026-06-18 | Docs Fix Kafka source example text | zhangshenghang | 架构改进 | docs | |
2026-06-18 | Fix Fix HTTP cursor pagination no-progress loop | zhangshenghang | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-18 | Fix Fix Oracle CDC schema cache matching | zhangshenghang | Bug 修复 | seatunnel-connectors-v2/connector-cdc | |
2026-06-18 | FeatureCDC Add include/exclude filtering for schema change event types #11044 | ss666 | 功能特性 | seatunnel-connectors-v2/connector-cdc | |
2026-06-18 | Fix Fix Parquet INT96 mixed-case field matching | zhangshenghang | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-19 | Improve Migrate jdbc validation to declarative OptionRule | nzw921rx | 架构改进 | seatunnel-connectors-v2 | |
2026-06-19 | Improve Support transform and value constraint option rules in CLI | yzeng1618 | 架构改进 | other | |
2026-06-19 | Fix Fix Paimon stream source state restore | QuakeWang | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-19 | Feature Support Pulsar sink multi-table writes | Muktha9491 | 功能特性 | seatunnel-connectors-v2 | |
2026-06-19 | Docs Add zh DynamicCompile Scala example | zhangshenghang | 架构改进 | docs | |
2026-06-19 | Docs Polish architecture overview diagrams for current docs | DanielLeens | 架构改进 | docs | |
2026-06-19 | Feature Add Base64 SQL functions | MyeoungDev | 功能特性 | seatunnel-e2e | |
2026-06-20 | Feature Add Google Cloud Bigtable Source and Sink con… | programmerloverun | 功能特性 | seatunnel-connectors-v2 | |
2026-06-20 | Improve Improve embedding model invocation reliability | yzeng1618 | 架构改进 | other | |
2026-06-20 | Feature Add Calcite SQL transform plugin | nzw921rx | 功能特性 | seatunnel-e2e | |
2026-06-20 | Test Stabilize Db2 container readiness for JDBC IT | DanielLeens | 架构改进 | seatunnel-e2e | |
2026-06-20 | Docs Fix IMap persistence grammar | zhangshenghang | 架构改进 | docs | |
2026-06-20 | Docs Fix default engine grammar | zhangshenghang | 架构改进 | docs | |
2026-06-20 | Docs Fix Pulsar source fetching typo | zhangshenghang | 架构改进 | docs | |
2026-06-20 | Docs Polish Pulsar sink routing mode docs | zhangshenghang | 架构改进 | docs | |
2026-06-20 | Docs Fix zh JVM tuning guide link | zhangshenghang | 架构改进 | docs | |
2026-06-20 | Test Wait for SFTP continuous job exit after cancel | DanielLeens | 架构改进 | seatunnel-e2e | |
2026-06-21 | Improve Add ReportMetricsOperation observability exports | dybyte | 架构改进 | seatunnel-engine | |
2026-06-21 | Docs Update CNCF landscape license link | zhangshenghang | 架构改进 | docs | |
2026-06-21 | Docs Add first-job entry and getting started recipes | davidzollo | 架构改进 | docs | |
2026-06-21 | Feature Decouple Hazelcast IMap via StateStore Abstraction | dybyte | 功能特性 | seatunnel-engine | |
2026-06-22 | Fix Add missing OptionRule validation for CatalogFactory creation path | nzw921rx | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-22 | Test Stabilize schema evolution add-column assertions | DanielLeens | 架构改进 | seatunnel-e2e | |
2026-06-22 | Docs Fix Chinese engine architecture page rendering | zhangshenghang | 架构改进 | docs | |
2026-06-22 | Fix Remove connector-specific test dependencies from translation base | JeremyXin | Bug 修复 | other | |
2026-06-22 | Docs Improve new user onboarding flow | DanielLeens | 架构改进 | docs | |
2026-06-22 | Fix Support MongoDB CDC SRV URI | zhangshenghang | Bug 修复 | seatunnel-connectors-v2/connector-cdc | |
2026-06-22 | FixMySQL-CDC Fix BinlogOffset.compareTo ignoring restartSkipRows when GTID sets are equal | zooo-code | Bug 修复 | seatunnel-connectors-v2/connector-cdc | |
2026-06-22 | Fix Align Scala compiler with Spark Scala version | zhangshenghang | Bug 修复 | other | |
2026-06-23 | Fix Add missing MULTI_TABLE_SINK_REPLICA option to PulsarSinkFactory | nzw921rx | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-23 | CI Inject GitHub token for website build workflow | DanielLeens | 架构改进 | .github/ci | |
2026-06-23 | Feature Maxcompute Source Round-Robin Split Assignment | zhiliang-wu | 功能特性 | seatunnel-connectors-v2 | |
2026-06-23 | Fix Fix connector doc dead link | nzw921rx | Bug 修复 | other | |
2026-06-25 | Fix Fix backward compatibility issue in CatalogFactory optionRule validation | nzw921rx | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-25 | Fix Add Pulsar multi-table sink replica option | DanielLeens | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-27 | Fix Use workflow token for backend website build | zhangshenghang | Bug 修复 | .github/ci | |
2026-06-27 | Add heye1005 in ASF collaborators | DanielLeens | 架构改进 | other | |
2026-06-27 | Docs Fix inconsistent transform documentation | zhangshenghang | 架构改进 | docs | |
2026-06-27 | Fix Fix Hudi null struct field conversion | zhangshenghang | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-27 | ImproveRedis Align OptionRule with docs and dedupe config validation | ss666 | 架构改进 | seatunnel-connectors-v2 | |
2026-06-27 | Improve Migrate Elasticsearch validation to declarative OptionRule | nzw921rx | 架构改进 | seatunnel-connectors-v2 | |
2026-06-27 | Improve Migrate RocketMQ Source validation to declarative OptionRule | nzw921rx | 架构改进 | seatunnel-connectors-v2 | |
2026-06-27 | Improve Migrate transforms validation to declarative OptionRule | nzw921rx | 架构改进 | other | |
2026-06-27 | Docs STIP-23 Phase 3: Add timer flush feature flag to all sink connector docs | nzw921rx | 架构改进 | seatunnel-connectors-v2 | |
2026-06-28 | Feature Add Vitess CDC source connector | DanielLeens | 功能特性 | seatunnel-connectors-v2/connector-cdc | |
2026-06-28 | Test Stabilize MySQL CDC schema change waits | DanielLeens | 架构改进 | seatunnel-connectors-v2/connector-cdc | |
2026-06-28 | Test Stabilize Flink MySQL schema evolution assertions | DanielLeens | 架构改进 | seatunnel-e2e | |
2026-06-29 | Docs Fix Jira API token guide link | DanielLeens | 架构改进 | docs | |
2026-06-29 | SEATUNNEL-10685 prevent timestamp_ntz from being saved as timestamp_ltz | doyong365 | 架构改进 | seatunnel-connectors-v2 | |
2026-06-29 | ImproveEmbeddingEnhance multimodal embeddings | loupipalien | 架构改进 | seatunnel-e2e | |
2026-06-29 | Test Retry SQL Server XA setup until login is ready | DanielLeens | 架构改进 | seatunnel-e2e | |
2026-06-29 | Test Reduce Databend CDC parallelism for CI stability | DanielLeens | 架构改进 | seatunnel-connectors-v2/connector-cdc | |
2026-06-29 | Test Stabilize Kafka exactly-once record reads | DanielLeens | 架构改进 | seatunnel-e2e | |
2026-06-29 | Fix Avoid Xugu pooled connection isValid checks | DanielLeens | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-29 | Fix Fix validateSingleChoice and extension exceptions bypassing error aggregation | nzw921rx | Bug 修复 | seatunnel-api | |
2026-06-30 | Fix Clean up stale SFTP pooled sessions | DanielLeens | Bug 修复 | seatunnel-connectors-v2 | |
2026-06-30 | Docs Fix connector documentation links | zhangshenghang | 架构改进 | docs | |
2026-06-30 | Test Stabilize JDBC schema change assertions | DanielLeens | 架构改进 | seatunnel-e2e | |
2026-06-30 | Fix Wait for Postgres CDC WAL stream readiness | DanielLeens | Bug 修复 | seatunnel-connectors-v2/connector-cdc |
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。