v0.51.3-public
·
32 commits
to release/0.51.x
since this release
Changelog
[0.51.3-public] - 2025-01-07
Features
- MCQA2 SQLExecutorImpl adds a new
setProjectmethod to specify the default project used for submitting jobs.
Changes
- StreamTunnel when calling the append method, if the number of Record columns exceeds the number of Session Schema columns, it will now throw a
SchemaMismatchException (extends IOException)instead of throwing anIOException, and the error message has been optimized.
更新日志
[0.51.3-public] - 2025-01-07
功能
- MCQA2 SQLExecutorImpl 新增
setProject方法,用于指定提交作业使用的默认项目
变更
- StreamTunnel 在调用 append 方法时,当 Record 列数量大于 Session Schema 列数量,现在将抛出
SchemaMismatchException(extend IOExcption),而不是抛出IOException,并优化了错误信息