sduzh commented on issue #3862:
URL:
https://github.com/apache/incubator-doris/issues/3862#issuecomment-643900274
Found by [sqlancer](https://github.com/sqlancer/sqlancer) (with some
modifications)
This is an automated mess
sduzh commented on issue #3864:
URL:
https://github.com/apache/incubator-doris/issues/3864#issuecomment-643900328
Found by [sqlancer](https://github.com/sqlancer/sqlancer) (with some
modifications)
This is an automated mess
EmmyMiao87 commented on a change in pull request #3677:
URL: https://github.com/apache/incubator-doris/pull/3677#discussion_r439917670
##
File path: fe/src/main/java/org/apache/doris/analysis/InsertStmt.java
##
@@ -453,19 +454,25 @@ private void analyzeSubquery(Analyzer analyze
sduzh opened a new issue #3864:
URL: https://github.com/apache/incubator-doris/issues/3864
**Describe the bug**
Failed to cast `largeint` as `DATE`
**To Reproduce**
```SQL
select cast(cast(1 as largeint) as date);
```
**Expected behavior**
Return cast result.
sduzh opened a new issue #3863:
URL: https://github.com/apache/incubator-doris/issues/3863
Following is the current issue template, which is obviously not suitable for
`Doris`.
```
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
S
sduzh opened a new issue #3862:
URL: https://github.com/apache/incubator-doris/issues/3862
**Describe the bug**
Failed to case decimal as date
**To Reproduce**
```SQL
select CAST(0.187326698420553 AS DATETIME);
```
**Expected behavior**
```
+-
EmmyMiao87 commented on a change in pull request #3739:
URL: https://github.com/apache/incubator-doris/pull/3739#discussion_r439912521
##
File path: be/src/olap/schema_change.cpp
##
@@ -194,6 +188,105 @@ ColumnMapping*
RowBlockChanger::get_mutable_column_mapping(size_t column_
sduzh opened a new issue #3861:
URL: https://github.com/apache/incubator-doris/issues/3861
**Describe the bug**
Incorrect result of CAST ... AS CHAR
**To Reproduce**
SELECT cast('20190101' AS CHAR(2));
**Expected behavior**
```
+-+
| c
vagetablechicken edited a comment on issue #3469:
URL:
https://github.com/apache/incubator-doris/issues/3469#issuecomment-639358916
### Prepare Phase Detail Design
Sender BE:
```
Get batch from json_scanner
For partialrow in batch:
// If missing key cols, returns err
vagetablechicken edited a comment on issue #3469:
URL:
https://github.com/apache/incubator-doris/issues/3469#issuecomment-639358916
### Prepare Phase Detail Design
Sender BE:
```
Get batch from json_scanner
For partialrow in batch:
// If missing key cols, returns err
vagetablechicken edited a comment on issue #3469:
URL:
https://github.com/apache/incubator-doris/issues/3469#issuecomment-639358916
### Prepare Phase Detail Design
Sender BE:
```
Get batch from json_scanner
For partialrow in batch:
// If missing key cols, returns err
chaoyli closed issue #3827:
URL: https://github.com/apache/incubator-doris/issues/3827
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
This is an automated email from the ASF dual-hosted git repository.
lichaoyong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 3c09e1e [trace] Adapt trace util to compaction module (#3814)
add 2211cb0 [Metrics] Add metrics d
chaoyli merged pull request #3835:
URL: https://github.com/apache/incubator-doris/pull/3835
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 t
morningman commented on a change in pull request #3860:
URL: https://github.com/apache/incubator-doris/pull/3860#discussion_r439837920
##
File path: be/src/olap/tablet.cpp
##
@@ -852,12 +853,11 @@ TabletInfo Tablet::get_tablet_info() const {
return TabletInfo(tablet_id(),
morningman opened a new pull request #3860:
URL: https://github.com/apache/incubator-doris/pull/3860
Fix #3859
This CL mainly changes:
1. add a new field `_latest_read_version` for tablet on BE to save the
largest version which has
been read by query.
2. Modify the cumulativ
morningman commented on a change in pull request #3744:
URL: https://github.com/apache/incubator-doris/pull/3744#discussion_r439830474
##
File path: docs/zh-CN/administrator-guide/http-actions/connection-action.md
##
@@ -0,0 +1,36 @@
+---
+{
+"title": "CONNECTION",
+"la
17 matches
Mail list logo