vortual opened a new issue #5869:
URL: https://github.com/apache/incubator-doris/issues/5869
**Describe the bug**
doris be机器宕机后重启后,查询报Failed to get scan range, no queryable replica found in
tablet的错误
以下是查询时fe的日志截图:
![image](https://user-images.githubusercontent.com/22464945/119088
This is an automated email from the ASF dual-hosted git repository.
lingmiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new d4cc573 [Bug-fix][Backup] Modify the
EmmyMiao87 merged pull request #5853:
URL: https://github.com/apache/incubator-doris/pull/5853
--
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.
For queries about this serv
EmmyMiao87 closed issue #5852:
URL: https://github.com/apache/incubator-doris/issues/5852
--
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.
For queries about this service,
JavaMagicCode opened a new issue #5868:
URL: https://github.com/apache/incubator-doris/issues/5868
1. doris版本:incubator-doris-0.14.0-rc06
2. 使用官方文档语句创建表
CREATE TABLE IF NOT EXISTS example_db.expamle_list_tbl
(
`user_id` LARGEINT NOT NULL COMMENT "用户id",
`date` DAT
Qyoki opened a new issue #5867:
URL: https://github.com/apache/incubator-doris/issues/5867
The statement I wrote is as follows:
CREATE TABLE F_PO_DETAIL
(
...
SK_MONTH INT NOT NULL COMMENT "订货年月代理键",
PRODUCT_NO VARCHAR(30) NOT NULL COMMENT "产品代码键",
PO_TOT_AMT DECIMA
Qyoki removed a comment on issue #5042:
URL:
https://github.com/apache/incubator-doris/issues/5042#issuecomment-845593532
The statement I wrote is as follows:
CREATE TABLE `F_PO_DETAIL`
(
...
`SK_MONTH` INT NOT NULL COMMENT "订货年月代理键",
`PRODUCT_NO` VARCHAR
Qyoki commented on issue #5042:
URL:
https://github.com/apache/incubator-doris/issues/5042#issuecomment-845593532
The statement I wrote is as follows:
CREATE TABLE `F_PO_DETAIL`
(
...
`SK_MONTH` INT NOT NULL COMMENT "订货年月代理键",
`PRODUCT_NO` VARCHAR(30) NOT
hf200012 opened a new pull request #5866:
URL: https://github.com/apache/incubator-doris/pull/5866
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug or
resolves a feature requ
zh0122 opened a new pull request #5865:
URL: https://github.com/apache/incubator-doris/pull/5865
## Proposed changes
[Doc] Fix demo in 'CREATE TABLE'
#5856
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the boxes that a
zhangboya1 opened a new pull request #5864:
URL: https://github.com/apache/incubator-doris/pull/5864
[Docs] Fix typo in docs zh-CN CREATE TABLE.md
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull
xinyiZzz opened a new issue #5863:
URL: https://github.com/apache/incubator-doris/issues/5863
**Describe the bug**
Error query:
```
select b.C_NATION
from A a
join B b on a.D_DATEKEY = b.C_CITY
join C c on b.C_CUSTKEY = c.P_PARTKEY and 'all' = 'all'
morningman opened a new issue #5862:
URL: https://github.com/apache/incubator-doris/issues/5862
**Describe the bug**
in fe.log, we can see OutOfMemoryError, and after restarting FE, the log is
missing with error:
```
Failed to find key xx in database
```
This is becau
morningman opened a new pull request #5861:
URL: https://github.com/apache/incubator-doris/pull/5861
## Proposed changes
1. When an oom error occurs when writing bdbje, catch the error and exit the
process.
2. Increase the timeout period of bdbje replica ack and change it to a
co
xinyiZzz opened a new issue #5860:
URL: https://github.com/apache/incubator-doris/issues/5860
**Describe the bug**
```
CREATE TABLE `tab2` (
`col0` int(11) NULL COMMENT "",
`col4` float NULL COMMENT ""
) ENGINE=OLAP
DUPLICATE KEY(`col0`)
COMMENT "
xinyiZzz opened a new issue #5859:
URL: https://github.com/apache/incubator-doris/issues/5859
**Describe the bug**
query 1:
```
SELECT * FROM tab1 INNER JOIN tab0 ON NULL = NULL
```
`NULL = NULL` in Mysql is `false`
`NULL = NULL` in Doris is `true`
In contrast, query
xinyiZzz opened a new issue #5858:
URL: https://github.com/apache/incubator-doris/issues/5858
**Describe the bug**
case1: doris own value is different
```
SELECT NULLIF (91, CAST(69 AS DECIMAL) );
Result: 0
SELECT NULLIF (91, CAST(69 AS INT) );
R
stdpain opened a new pull request #5857:
URL: https://github.com/apache/incubator-doris/pull/5857
## Proposed changes
will close #5855
may fix #5849 problem 1
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the boxes tha
yeohx opened a new issue #5856:
URL: https://github.com/apache/incubator-doris/issues/5856
CREATE TABLE example_db.table_hash
(
k1 BIGINT,
k2 LARGEINT,
v1 VARCHAR(2048) REPLACE,
v2 SMALLINT SUM DEFAULT "10"
)
ENGINE=olap
UNIQUE KEY(k1, k2)
DISTRIBUTED BY H
stdpain opened a new issue #5855:
URL: https://github.com/apache/incubator-doris/issues/5855
**Describe the bug**
eg:
```
#include
#include
#include
struct MC {
MC() = default;
MC(const MC& r) { std::cout << "call copy construct" << std::endl; }
20 matches
Mail list logo