[GitHub] [incubator-doris] sduzh commented on issue #3862: Failed to cast decimal as date

2020-06-14 Thread GitBox
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

[GitHub] [incubator-doris] sduzh commented on issue #3864: Failed to cast LARGEINT as date

2020-06-14 Thread GitBox
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

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3677: Support materialized view load and insert

2020-06-14 Thread GitBox
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

[GitHub] [incubator-doris] sduzh opened a new issue #3864: Failed to cast LARGEINT as date

2020-06-14 Thread GitBox
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.

[GitHub] [incubator-doris] sduzh opened a new issue #3863: Issue template should be updated

2020-06-14 Thread GitBox
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

[GitHub] [incubator-doris] sduzh opened a new issue #3862: Failed to case decimal as date

2020-06-14 Thread GitBox
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** ``` +-

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3739: Support materialized view schema change

2020-06-14 Thread GitBox
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_

[GitHub] [incubator-doris] sduzh opened a new issue #3861: Incorrect result of CAST AS CHAR

2020-06-14 Thread GitBox
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

[GitHub] [incubator-doris] vagetablechicken edited a comment on issue #3469: [Memory Engine] Write Pipeline: internal data processing and storage

2020-06-14 Thread GitBox
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

[GitHub] [incubator-doris] vagetablechicken edited a comment on issue #3469: [Memory Engine] Write Pipeline: internal data processing and storage

2020-06-14 Thread GitBox
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

[GitHub] [incubator-doris] vagetablechicken edited a comment on issue #3469: [Memory Engine] Write Pipeline: internal data processing and storage

2020-06-14 Thread GitBox
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

[GitHub] [incubator-doris] chaoyli closed issue #3827: [Metric] Add new metrics to monitor TCP status

2020-06-14 Thread GitBox
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

[incubator-doris] branch master updated (3c09e1e -> 2211cb0)

2020-06-14 Thread lichaoyong
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

[GitHub] [incubator-doris] chaoyli merged pull request #3835: [Metrics] Add metrics document and 2 new metrics of TCP

2020-06-14 Thread GitBox
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

[GitHub] [incubator-doris] morningman commented on a change in pull request #3860: [Compaction] Resolve the `-230` error by saving latest read version of a tablet

2020-06-14 Thread GitBox
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(),

[GitHub] [incubator-doris] morningman opened a new pull request #3860: [Compaction] Resolve the `-230` error by recording latest read version of a tablet

2020-06-14 Thread GitBox
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

[GitHub] [incubator-doris] morningman commented on a change in pull request #3744: [Feature] Add QueryDetail to store query statistics.

2020-06-14 Thread GitBox
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