Re: [PR] [Feat][Connector-v2][Iceberg]support filter conditions in iceberg source [seatunnel]

2025-04-07 Thread via GitHub
litiliu commented on code in PR #9095: URL: https://github.com/apache/seatunnel/pull/9095#discussion_r2030586824 ## docs/en/connector-v2/source/Iceberg.md: ## @@ -90,8 +90,10 @@ libfb303-xxx.jar | use_snapshot_id | long| no | -| Instructs

Re: [I] [Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing [seatunnel]

2025-04-07 Thread via GitHub
hailin0 commented on issue #9080: URL: https://github.com/apache/seatunnel/issues/9080#issuecomment-2785232835 To be compatible restore checkpoint with older versions, you should get the id automatically generated by the old version ``` import java.io.ObjectStreamClass; public c

Re: [PR] [Feature][Transform] Support single/batch mode vectorization using Amazon Titan & cohere embedding model [seatunnel]

2025-04-07 Thread via GitHub
corgy-w commented on PR #9120: URL: https://github.com/apache/seatunnel/pull/9120#issuecomment-2785008765 Please update `EmbeddingTransformFactory` config -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] [improve] update file connectors config [seatunnel]

2025-04-07 Thread via GitHub
liunaijie merged PR #9034: URL: https://github.com/apache/seatunnel/pull/9034 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatun

(seatunnel) branch dev updated: [Improve][Zeta] Support restore execute savemode (#9059)

2025-04-07 Thread wuchunfu
This is an automated email from the ASF dual-hosted git repository. wuchunfu pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 5e0e376a90 [Improve][Zeta] Support restore execut

Re: [I] [Bug] [KafkaSource] NoSuchMethodError: org.apache.seatunnel.format.json.JsonDeserializationSchema [seatunnel]

2025-04-07 Thread via GitHub
github-actions[bot] commented on issue #8897: URL: https://github.com/apache/seatunnel/issues/8897#issuecomment-2784931348 This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

Re: [I] [Bug] [seatunnel-connectors-v2\connector-jdbc] sqlite source : java.sql.SQLException: ResultSet closed [seatunnel]

2025-04-07 Thread via GitHub
github-actions[bot] commented on issue #8942: URL: https://github.com/apache/seatunnel/issues/8942#issuecomment-2784931281 This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

Re: [PR] [Fix][Connector-V2] Fix postgres cdc with debezium_json format can not parse number without scale [seatunnel]

2025-04-07 Thread via GitHub
Hisoka-X commented on code in PR #9052: URL: https://github.com/apache/seatunnel/pull/9052#discussion_r2032301020 ## seatunnel-connectors-v2/connector-cdc/connector-cdc-base/src/main/java/org/apache/seatunnel/connectors/cdc/base/source/reader/IncrementalSourceRecordEmitter.java: ###

Re: [PR] [Feature][Transform] Support single/batch mode vectorization using Amazon Titan & cohere embedding model [seatunnel]

2025-04-07 Thread via GitHub
SEZ9 commented on PR #9120: URL: https://github.com/apache/seatunnel/pull/9120#issuecomment-2785186901 updated Amazon e2e tests in `embedding_transform.conf` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[PR] [improve] Adjust CosFile connector instantiation [seatunnel]

2025-04-07 Thread via GitHub
misi1987107 opened a new pull request, #9121: URL: https://github.com/apache/seatunnel/pull/9121 ### Purpose of this pull request subtask of https://github.com/apache/seatunnel/issues/8576 Adjust CosFile connector instantiation ### Does this PR introduce _any_

Re: [PR] [Fix][Seatunnel-api]support timestamp type [seatunnel]

2025-04-07 Thread via GitHub
Hisoka-X commented on PR #7126: URL: https://github.com/apache/seatunnel/pull/7126#issuecomment-2783110197 @litiliu Please rebase on dev and check we still have same problem or not. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] [Fix][Seatunnel-api]support timestamp type [seatunnel]

2025-04-07 Thread via GitHub
Hisoka-X commented on PR #7126: URL: https://github.com/apache/seatunnel/pull/7126#issuecomment-2783107838 > @Hisoka-X In what scenarios will java.sql.Timestamp,I think it maybe connector has some problems. Under normal circumstances, it should be LocalDateTime. > @Hisoka-X I

Re: [PR] [Feat][Connector-v2][Iceberg]support filter conditions in iceberg source [seatunnel]

2025-04-07 Thread via GitHub
hailin0 commented on code in PR #9095: URL: https://github.com/apache/seatunnel/pull/9095#discussion_r2030867176 ## docs/en/connector-v2/source/Iceberg.md: ## @@ -90,8 +90,10 @@ libfb303-xxx.jar | use_snapshot_id | long| no | -| Instructs

Re: [PR] [Fix][MongoDB] The Long type cannot handle string values in scientific notation. #8775 [seatunnel]

2025-04-07 Thread via GitHub
qifanlili commented on code in PR #8783: URL: https://github.com/apache/seatunnel/pull/8783#discussion_r2030770992 ## seatunnel-connectors-v2/connector-mongodb/src/test/java/org/apache/seatunnel/connectors/seatunnel/mongodb/source/split/SamplingSplitStrategyTest.java: ## @@ -0,0

(seatunnel) branch dev updated: [Fix][MongoDB] The Long type cannot handle string values in scientific notation (#8783)

2025-04-07 Thread wanghailin
This is an automated email from the ASF dual-hosted git repository. wanghailin pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 00f550e3d0 [Fix][MongoDB] The Long type cannot

Re: [PR] [Fix][MongoDB] The Long type cannot handle string values in scientific notation [seatunnel]

2025-04-07 Thread via GitHub
hailin0 merged PR #8783: URL: https://github.com/apache/seatunnel/pull/8783 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunne

Re: [PR] [Feat][Connector-v2][Iceberg]support filter conditions in iceberg source [seatunnel]

2025-04-07 Thread via GitHub
hailin0 commented on code in PR #9095: URL: https://github.com/apache/seatunnel/pull/9095#discussion_r2030867176 ## docs/en/connector-v2/source/Iceberg.md: ## @@ -90,8 +90,10 @@ libfb303-xxx.jar | use_snapshot_id | long| no | -| Instructs

Re: [I] [Feature][connector-file] SeaTunnel supports the parsing of unstructured files for LLMs. [seatunnel]

2025-04-07 Thread via GitHub
sunxiaojian closed issue #8879: [Feature][connector-file] SeaTunnel supports the parsing of unstructured files for LLMs. URL: https://github.com/apache/seatunnel/issues/8879 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

(seatunnel) branch dev updated: [Fix][Connector-V2] Fix SqlServer create table when database with dot (#9007)

2025-04-07 Thread wuchunfu
This is an automated email from the ASF dual-hosted git repository. wuchunfu pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new e09445c789 [Fix][Connector-V2] Fix SqlServer crea

Re: [I] [Bug] [Oracle-CDC] cdb+pdb 模式, Unable to create a source for identifier 'Oracle-CDC', Can not find catalog table with factoryId [Oracle] [seatunnel]

2025-04-07 Thread via GitHub
827086469 commented on issue #8463: URL: https://github.com/apache/seatunnel/issues/8463#issuecomment-2782271823 > 因为我身边无使用CDB+PDB模式的数据库实例,无法验证你的问题。 根据我的理解你可以尝试一个修改点: 把表名前缀的database名改为:CDB的名称:ORA19C (需为大写) 原因是:在源码中获取database列表的查询语句为: > > @Override > protected String getList

(seatunnel) branch dev updated: [Fix] Fix `DateUtils` can not parse datetime string with local timezone (#9019)

2025-04-07 Thread wuchunfu
This is an automated email from the ASF dual-hosted git repository. wuchunfu pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 97191c54b6 [Fix] Fix `DateUtils` can not parse da

Re: [PR] [Fix] Fix `DateUtils` can not parse datetime string with local timezone [seatunnel]

2025-04-07 Thread via GitHub
wuchunfu merged PR #9019: URL: https://github.com/apache/seatunnel/pull/9019 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunn

(seatunnel) branch dev updated (e09445c789 -> 01d31a687b)

2025-04-07 Thread wuchunfu
This is an automated email from the ASF dual-hosted git repository. wuchunfu pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git from e09445c789 [Fix][Connector-V2] Fix SqlServer create table when database with dot (#9007) add 01d31a687b [Impro

Re: [PR] [Improve][Doc] Update kerberos part of kafka doc [seatunnel]

2025-04-07 Thread via GitHub
wuchunfu merged PR #9031: URL: https://github.com/apache/seatunnel/pull/9031 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunn

Re: [PR] [Bugfix][Elasticsearch] Fix add column event [seatunnel]

2025-04-07 Thread via GitHub
wuchunfu merged PR #9069: URL: https://github.com/apache/seatunnel/pull/9069 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunn

(seatunnel) branch dev updated: [Bugfix][Elasticsearch] Fix add column event (#9069)

2025-04-07 Thread wuchunfu
This is an automated email from the ASF dual-hosted git repository. wuchunfu pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 3455316981 [Bugfix][Elasticsearch] Fix add column

Re: [PR] [Fix][Connector-V2] Fix SqlServer create table when database with dot [seatunnel]

2025-04-07 Thread via GitHub
wuchunfu merged PR #9007: URL: https://github.com/apache/seatunnel/pull/9007 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunn

[I] [Bug] [webUI] The memory of the node server is displayed as 0. [seatunnel]

2025-04-07 Thread via GitHub
Quilian opened a new issue, #9119: URL: https://github.com/apache/seatunnel/issues/9119 ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened

Re: [I] [Bug] [webUI] The memory of the node server is displayed as 0. [seatunnel]

2025-04-07 Thread via GitHub
Quilian commented on issue #9119: URL: https://github.com/apache/seatunnel/issues/9119#issuecomment-2782365020 ![Image](https://github.com/user-attachments/assets/33d4c40d-f039-4225-95cf-b4d4a43f7e9d) -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [Fix][Connector-V2] Fix postgres cdc with debezium_json format can not parse number without scale [seatunnel]

2025-04-07 Thread via GitHub
FrommyMind commented on code in PR #9052: URL: https://github.com/apache/seatunnel/pull/9052#discussion_r2030801126 ## seatunnel-connectors-v2/connector-cdc/connector-cdc-base/src/main/java/org/apache/seatunnel/connectors/cdc/base/source/reader/IncrementalSourceRecordEmitter.java: #

[PR] [Feature] [seatunnel-web] Add Iceberg data source support and log cleanup [seatunnel-web]

2025-04-07 Thread via GitHub
iam11shan opened a new pull request, #283: URL: https://github.com/apache/seatunnel-web/pull/283 **Description** This PR adds comprehensive support for Iceberg data sources to SeaTunnel Web, along with a minor cleanup of redundant log statements. The key changes include: **Mai

Re: [PR] [Feature][Transform] Support single/batch mode vectorization using Amazon Titan & cohere embedding model [seatunnel]

2025-04-07 Thread via GitHub
SEZ9 commented on PR #9120: URL: https://github.com/apache/seatunnel/pull/9120#issuecomment-2783809300 updated doc both `en` and `cn` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[PR] Feature][Transform] Support batch mode vectorization using Amazon Titan & cohere embedding mode [seatunnel]

2025-04-07 Thread via GitHub
SEZ9 opened a new pull request, #9120: URL: https://github.com/apache/seatunnel/pull/9120 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? Description Add support for Amazon Titan model in the embedding model_provider conf

Re: [PR] Feature][Transform] Support batch mode vectorization using Amazon Titan & cohere embedding mode [seatunnel]

2025-04-07 Thread via GitHub
hailin0 commented on PR #9120: URL: https://github.com/apache/seatunnel/pull/9120#issuecomment-2783544247 https://github.com/user-attachments/assets/20fa6796-a6f5-4fd3-a1c1-dcdaf89a7b20"; /> -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] [Fix][Connectors V2][CDC Oracle] oracle run in cdb+pdb mode, fix ORA-… [seatunnel]

2025-04-07 Thread via GitHub
hailin0 commented on code in PR #8958: URL: https://github.com/apache/seatunnel/pull/8958#discussion_r2031414469 ## seatunnel-connectors-v2/connector-cdc/connector-cdc-oracle/src/main/java/org/apache/seatunnel/connectors/seatunnel/cdc/oracle/source/reader/fetch/scan/OracleSnapshotSplitR