-
Hi,
Clickhouse is an OLAP database and I want to make a generic query engine where users can enter any query SQL and return query results, including returning schema and data, and then the applicatio…
lshoo updated
3 months ago
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
Doris 1.2.6
### What's Wrong?
### _Exp…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar.
### Motivation
Apache Paimon is a streaming data lake platform.We are …
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
### Version
doris 1.1.3-rc02
### What's W…
-
### 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
任务运行后,通过seat…
-
1. Create three same tables :
```
CREATE TABLE `s1` (
`dt` int(11) NULL COMMENT "",
`id` int(11) NULL COMMENT "",
`pv` int(11) SUM NULL COMMENT ""
) ENGINE=OLAP
AGGREGATE KEY(`dt`, `id`…
-
**Describe the bug**
The predicate in the following SQL should not be pushed down to the OlapScanNode corresponding to the left table.
`SELECT * FROM t1 RIGHT ANTI JOIN t0 ON t1.c2 = t0.c2 AND t1.c4…
-
### Steps to reproduce the behavior (Required)
1. CREATE TABLE `bill_detail` (
`bill_code` varchar(200) NOT NULL DEFAULT "" COMMENT ""
) ENGINE=OLAP
PRIMARY KEY(`bill_code`)
PARTITION BY R…
-
### Steps to reproduce the behavior (Required)
1. 在严格模式下进行数据导入
2. CREATE TABLE `card` (
`id` int(11) NOT NULL COMMENT "",
`name` varchar(64) NOT NULL COMMENT "",
`age` int(11) NULL COMMENT …
-
### 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
CDC monitors…