[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9263: [Doc]: add error doc for action_table.dat

2022-04-30 Thread GitBox
github-actions[bot] commented on PR #9263: URL: https://github.com/apache/incubator-doris/pull/9263#issuecomment-1114123856 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9263: [Doc]: add error doc for action_table.dat

2022-04-30 Thread GitBox
github-actions[bot] commented on PR #9263: URL: https://github.com/apache/incubator-doris/pull/9263#issuecomment-1114123864 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[incubator-doris] branch master updated: [feature-wip](statistics) step3: schedule the statistics tasks and update relevant info (#8860)

2022-04-30 Thread lingmiao
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 4bd5d4f163 [feature-wip](statistics)

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #8860: [feature-wip](statistics) step3: schedule the statistics tasks and update relevant info

2022-04-30 Thread GitBox
EmmyMiao87 merged PR #8860: URL: https://github.com/apache/incubator-doris/pull/8860 -- 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. To unsubscribe, e-mail: commits-unsubscr...

[GitHub] [incubator-doris] stalary commented on pull request #9271: [Feature] CTAS support insert data

2022-04-30 Thread GitBox
stalary commented on PR #9271: URL: https://github.com/apache/incubator-doris/pull/9271#issuecomment-1114118167 @morrySnow @lide-reed PTAL -- 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 spec

[GitHub] [incubator-doris] stalary commented on pull request #9271: [Feature] CTAS support insert data

2022-04-30 Thread GitBox
stalary commented on PR #9271: URL: https://github.com/apache/incubator-doris/pull/9271#issuecomment-1114118084 The current verification results are as follows ```sql mysql> CREATE TABLE `table1` ( `id` int NOT NULL, `col1` varchar(255) NOT NULL, `col2` varchar(255) NOT NULL

[GitHub] [incubator-doris] BiteTheDDDDt commented on a diff in pull request #9341: [doc]fix geo funtion st_distance_sphere

2022-04-30 Thread GitBox
BiteThet commented on code in PR #9341: URL: https://github.com/apache/incubator-doris/pull/9341#discussion_r862397861 ## docs/zh-CN/sql-manual/sql-functions/spatial-functions/st_distance_sphere.md: ## @@ -28,11 +28,14 @@ under the License. ### description Syntax -`

[GitHub] [incubator-doris] morrySnow commented on a diff in pull request #9339: [fix](truncate) fix bug that truncate partition throw NPE

2022-04-30 Thread GitBox
morrySnow commented on code in PR #9339: URL: https://github.com/apache/incubator-doris/pull/9339#discussion_r862371560 ## fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java: ## @@ -1286,11 +1286,13 @@ public OlapTable selectiveCopy(Collection reservedPartitions,

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9341: [doc]fix geo funtion st_distance_sphere

2022-04-30 Thread GitBox
github-actions[bot] commented on PR #9341: URL: https://github.com/apache/incubator-doris/pull/9341#issuecomment-1114010035 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9341: [doc]fix geo funtion st_distance_sphere

2022-04-30 Thread GitBox
github-actions[bot] commented on PR #9341: URL: https://github.com/apache/incubator-doris/pull/9341#issuecomment-1114010032 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] dataalive opened a new pull request, #9341: [doc]fix geo funtion st_distance_sphere

2022-04-30 Thread GitBox
dataalive opened a new pull request, #9341: URL: https://github.com/apache/incubator-doris/pull/9341 # Proposed changes Issue Number: close #xxx ## Problem Summary: add ST_Distance_Sphere function parameter values range restrictions ## Checklist(Required) 1.

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9338: handle merge in window_funnel_init and add test

2022-04-30 Thread GitBox
github-actions[bot] commented on PR #9338: URL: https://github.com/apache/incubator-doris/pull/9338#issuecomment-1114003146 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9338: handle merge in window_funnel_init and add test

2022-04-30 Thread GitBox
github-actions[bot] commented on PR #9338: URL: https://github.com/apache/incubator-doris/pull/9338#issuecomment-1114003141 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] morningman opened a new issue, #9340: [Bug] truncate partition with NPE

2022-04-30 Thread GitBox
morningman opened a new issue, #9340: URL: https://github.com/apache/incubator-doris/issues/9340 ### 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 1.0

[GitHub] [incubator-doris] morningman opened a new pull request, #9339: [fix](truncate) fix bug that truncate partition throw NPE

2022-04-30 Thread GitBox
morningman opened a new pull request, #9339: URL: https://github.com/apache/incubator-doris/pull/9339 # Proposed changes Issue Number: close #xxx ## Problem Summary: partition name is case insensitive ## Checklist(Required) 1. Does it affect the original beh

[GitHub] [incubator-doris] dataroaring opened a new pull request, #9338: handle merge in window_funnel_init and add test

2022-04-30 Thread GitBox
dataroaring opened a new pull request, #9338: URL: https://github.com/apache/incubator-doris/pull/9338 # Proposed changes Issue Number: close #8977 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original be

[GitHub] [incubator-doris] morrySnow commented on pull request #9303: [feature](planner) Support MetaScan for global dict

2022-04-30 Thread GitBox
morrySnow commented on PR #9303: URL: https://github.com/apache/incubator-doris/pull/9303#issuecomment-1113999836 fe-core compile failed in p0 regression, please fix it ~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-doris] xy720 commented on a diff in pull request #9329: [fix](alter-job) Missing alter job when doing checkpoint image

2022-04-30 Thread GitBox
xy720 commented on code in PR #9329: URL: https://github.com/apache/incubator-doris/pull/9329#discussion_r862349405 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java: ## @@ -2113,6 +2109,13 @@ public long saveAlterJob(CountingDataOutputStream dos, long checksum)

[GitHub] [incubator-doris] 452926826 commented on issue #1407: The broker load is cancelled with error 'tablet writer writer failed'

2022-04-30 Thread GitBox
452926826 commented on issue #1407: URL: https://github.com/apache/incubator-doris/issues/1407#issuecomment-1113976850 @EmmyMiao87 Excuse me, how did you solve this problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9325: [fix]Add http header size parameter

2022-04-30 Thread GitBox
github-actions[bot] commented on PR #9325: URL: https://github.com/apache/incubator-doris/pull/9325#issuecomment-1113973772 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9337: [doc] fix complication guide on ubuntu

2022-04-30 Thread GitBox
github-actions[bot] commented on PR #9337: URL: https://github.com/apache/incubator-doris/pull/9337#issuecomment-1113972406 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9337: [doc] fix complication guide on ubuntu

2022-04-30 Thread GitBox
github-actions[bot] commented on PR #9337: URL: https://github.com/apache/incubator-doris/pull/9337#issuecomment-1113972407 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-doris] lonre commented on pull request #9327: doriswriter support timeZone

2022-04-30 Thread GitBox
lonre commented on PR #9327: URL: https://github.com/apache/incubator-doris/pull/9327#issuecomment-1113971598 > LGTM , but please rebase the master to pass the check. Hi @morningman , already rebased -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-doris] dataroaring opened a new pull request, #9337: fix complication guide on ubuntu

2022-04-30 Thread GitBox
dataroaring opened a new pull request, #9337: URL: https://github.com/apache/incubator-doris/pull/9337 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beh

[GitHub] [incubator-doris] dataroaring opened a new pull request, #9336: set name for scanner threads and fix compile error in clang

2022-04-30 Thread GitBox
dataroaring opened a new pull request, #9336: URL: https://github.com/apache/incubator-doris/pull/9336 It is easy to reason performance issue with explict thread name. # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes.

[incubator-doris] branch master updated: [fix][doc]Modify readme link (#9334)

2022-04-30 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 84c2e4de29 [fix][doc]Modify readme li

[GitHub] [incubator-doris] yiguolei merged pull request #9334: [fix][doc]Modify readme link

2022-04-30 Thread GitBox
yiguolei merged PR #9334: URL: https://github.com/apache/incubator-doris/pull/9334 -- 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. To unsubscribe, e-mail: commits-unsubscr...@d

[GitHub] [incubator-doris] Kikyou1997 commented on pull request #9303: [feature](planner) Support MetaScan for global dict

2022-04-30 Thread GitBox
Kikyou1997 commented on PR #9303: URL: https://github.com/apache/incubator-doris/pull/9303#issuecomment-1113951634 > please fix conflicts heart done -- 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

[GitHub] [incubator-doris] nextdreamblue opened a new issue, #9335: [Feature] support utf8mb4 for mysql external table

2022-04-30 Thread GitBox
nextdreamblue opened a new issue, #9335: URL: https://github.com/apache/incubator-doris/issues/9335 ### 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. ### Description

[GitHub] [incubator-doris] morningman merged pull request #9333: [github-action] Update regression required check in .asf.yaml

2022-04-30 Thread GitBox
morningman merged PR #9333: URL: https://github.com/apache/incubator-doris/pull/9333 -- 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. To unsubscribe, e-mail: commits-unsubscr...

[incubator-doris] branch master updated: [github-action] Update regression required check in .asf.yaml (#9333)

2022-04-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 7431288c52 [github-action] Update r