-
**Describe the bug**
遇到Flinkx 同步数据到ClickHouse中,如果ClickHouse中某一列存在默认值表达式,比如日期时间 uuid等
会出错:
Caused by: java.lang.RuntimeException: no column default_expresseion in columns list database table name …
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happene…
-
### 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
I enc…
-
> I have put this article in Google docs, you can comment here [A new unified loading/unloading SQL syntax and design](https://docs.google.com/document/d/1yRFzrdawp9GQT6onhufiFsCQtW_WtOlidiVbHNFw1-s/e…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
A …
-
When I use v0.3.2 ,
val array = pst.getConnection
.createArrayOf(ClickHouseDataType.String.name(),
ClickHouseArrayValue.of(intoMsg.withArray[JsonNode]("warn").elements().asScala.toA…
Aload updated
2 years ago
-
**Waterdrop Version(2.0.4-2.11.8.)**
**Flink or Spark Version(SPARK2-2.2.0)**
**Java or Scala Version(Java1.8)**
**Waterdrop Config(Waterdrop配置文件)**
Please delete sensitive information(请…
-
sql:
CREATE TABLE sink_table (
ID String,
NAME String,
PRIMARY KEY (ID) NOT ENFORCED) WITH (
'connector' = 'clickhouse',
'sink.batch-size' = '500',
'…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happene…
-
Currently, I use Flink JDBC + CK Driver to write data to clickhouse in real time, and there is a high probability of encountering the following errors , So maybe we can support writing empty batch ?
…