lovatti commented on issue #9123: URL: https://github.com/apache/seatunnel/issues/9123#issuecomment-2786354054
Hi! I'm creating the table with Nullable columns outside SeaTunnel because of that, BEFORE I run the SeaTunnel conf replication. It works. Like: CREATE TABLE SCHEMA_NAME.TABLE_NAME on cluster 'cluster_1S_2R' ( `SEQNF` Float64, `NUMERODF` Int64, `SERIEDF` String, `NROSERIEECF` String, `NROEMPRESA` Int32, `NROECF` Nullable(String), `STATUSDF` String, `SEQPESSOA` Float64, `SEQPESSOAEND` Nullable(Int32), I have a program I wrote in GO to build the CREATE TABLE command after reading the ALL_TAB_COLUMNS and ALL_CONS_COLUMNS from Oracle and when the NULLABLE column is "Y" in Oracle, I create the ClickHouse column with Nullable like the example. The SeaTunnel Oracle Sink plugin should have this option to create tables. Bye! -- 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...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org