-
**1、define table**
CREATE TABLE user
(
id INT DEFAULT '10',
name VARCHAR(32) DEFAULT '',
age DECIMAL(10, 2) DEFAULT "10.5",
create_time datetime NULL COMMENT ""
)
DUPLICATE KEY(id)
DISTRIBUT…
-
### 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
master
### What's Wr…
-
**Describe the bug**
DDL
```sql
create table A(a1 bigint,a2 bigint)
ENGINE=OLAP
DISTRIBUTED BY HASH(a1) BUCKETS 1
PROPERTIES (
"replication_num" = "1"
);
insert into A values(1,1),
…
qzsee updated
3 years ago
-
### qBittorrent & operating system versions
qBittorrent 5.0.0 + 5.0.1
windows 10 pro 64bit 22H2
### What is the problem?
i updated from 4.6.7 to 5.0.0
all my running torrents continue to work bu…
imehl updated
6 hours ago
-
### Steps to reproduce the behavior (Required)
1、建表语句
CREATE TABLE `short_key_test` (
`user_id` string NOT NULL COMMENT "",
`app` varchar(65533) NOT NULL COMMENT "",
`acct_no` v…
-
### 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-0.0.0-trunk-0222056
### …
-
### 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
dev-1.1.2-236f394
### What's …
-
From https://hackmd.io/xtnHs1NtTcKGWjyq95Fgiw;
It should now be possible to decode transactions "DHT" (Distributed Hash Table) style.
Related issues:
- [#2](https://github.com/statebox/purescri…
wires updated
3 years ago
-
### 1. Minimal reproduce step (Required)
```sql
create table t1 (c1 text, c2 int);
alter table t1 set tiflash replica 1;
insert into t1 (c1,c2) values ('k5tis', -65), ('x', 1), ('jp2hmweyyb', 1);
…
-
### Describe the bug
```
| | e2e_test/visibility_mode/../batch/./basic/lookup_join.slt.part .. [FAILED]
failed to run `e2e_test/visibility_mode/checkpoint.slt`
Caused by:
query result mismatc…