[incubator-doris] branch dev-1.0.0 updated (5cff344 -> f4e0971)

2022-03-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 5cff344 [fix][Vectorized] Fix exchange node merge sort null first order wrong (#8291) new db0b

[incubator-doris] 06/07: [fix](vectorized) Fix core dump of mutable block different of block (#8280)

2022-03-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit c177197c388415d39f83e6fa10044555c49cd1c8 Author: HappenLee AuthorDate: Sat Mar 5 15:27:36 2022 +0800

[incubator-doris] 01/07: [chore] remove some ut temp files and add some file to .gitignore (#8309)

2022-03-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit db0be6d4c40c69d2e1080111dad7f5bc50c9fab5 Author: Zhengguo Yang AuthorDate: Thu Mar 3 13:23:27 2022 +0800

[incubator-doris] 04/07: [fix][improvement](runtime-filter) fix string type length limit error && add runtime filter decimal support (#8282)

2022-03-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit fed43a19b8aa7ba16d2ab3519f843635384260fb Author: Pxl <952130...@qq.com> AuthorDate: Thu Mar 3 22:44:49 20

[incubator-doris] 02/07: [fix] fix a bug of encryption function with iv may return wrong result (#8277)

2022-03-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 378d80f1c0bbcc31d871f436a21285115f4dcd75 Author: Zhengguo Yang AuthorDate: Wed Mar 2 17:26:44 2022 +0800

[incubator-doris] 07/07: [fix][vectorized] coredump about const compare in exchange node (#8302)

2022-03-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit f4e0971530e2deb921e4ef28fbecea773c370c7c Author: HappenLee AuthorDate: Sat Mar 5 15:28:23 2022 +0800

[incubator-doris] 03/07: [fix] fix hash table insert() may be failed but not handle this error (#8207)

2022-03-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit f7f1e460221a5425af2b3406c06204f1ac085bea Author: Zhengguo Yang AuthorDate: Thu Mar 3 22:33:05 2022 +0800

[incubator-doris] 05/07: [typo] fix error for PushTask (#8316)

2022-03-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit d47309ebef8abd85bd5824b351190fb94954539a Author: GoGoWen <82132356+gogo...@users.noreply.github.com> Auth

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8311: [Bug] Use fmt::to_string replace memory buffer::data()

2022-03-05 Thread GitBox
github-actions[bot] commented on pull request #8311: URL: https://github.com/apache/incubator-doris/pull/8311#issuecomment-1059719002 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, ple

[GitHub] [incubator-doris] jackwener commented on issue #8298: help broker load 文档错误

2022-03-05 Thread GitBox
jackwener commented on issue #8298: URL: https://github.com/apache/incubator-doris/issues/8298#issuecomment-1059719945 Hi, If you are willing to fix this problem, you can submit a PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] jackwener commented on issue #8298: help broker load 文档错误

2022-03-05 Thread GitBox
jackwener commented on issue #8298: URL: https://github.com/apache/incubator-doris/issues/8298#issuecomment-1059720037 What's more, Could you replace the title with English? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-doris] jackwener edited a comment on issue #8298: help broker load 文档错误

2022-03-05 Thread GitBox
jackwener edited a comment on issue #8298: URL: https://github.com/apache/incubator-doris/issues/8298#issuecomment-1059720037 What's more, Could you replace the title with English?😃 Such as, `the doc of help broker load is wrong` -- This is an automated message from the Apache Git

[GitHub] [incubator-doris] jackwener commented on a change in pull request #8348: [Feature](Statistics) generate the statistics tasks based on input statement

2022-03-05 Thread GitBox
jackwener commented on a change in pull request #8348: URL: https://github.com/apache/incubator-doris/pull/8348#discussion_r820067536 ## File path: fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticsJob.java ## @@ -18,20 +18,44 @@ package org.apache.doris.statisti

[GitHub] [incubator-doris] dataroaring commented on a change in pull request #8299: [feature] Window funnel

2022-03-05 Thread GitBox
dataroaring commented on a change in pull request #8299: URL: https://github.com/apache/incubator-doris/pull/8299#discussion_r820073359 ## File path: be/src/vec/aggregate_functions/aggregate_function_window_funnel.h ## @@ -0,0 +1,210 @@ +// Licensed to the Apache Software Found

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8330: [improvement]support doriswriter build in macos

2022-03-05 Thread GitBox
github-actions[bot] commented on pull request #8330: URL: https://github.com/apache/incubator-doris/pull/8330#issuecomment-1059736018 -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8324: [Feature](proc) Support proc dir for showing tablet health status

2022-03-05 Thread GitBox
github-actions[bot] commented on pull request #8324: URL: https://github.com/apache/incubator-doris/pull/8324#issuecomment-1059736494 -- 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

[GitHub] [incubator-doris] weizhengte closed pull request #8348: [Feature](Statistics) generate the statistics tasks based on input statement

2022-03-05 Thread GitBox
weizhengte closed pull request #8348: URL: https://github.com/apache/incubator-doris/pull/8348 -- 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: com

[GitHub] [incubator-doris] dataroaring commented on issue #8337: [Bug] NullPointerException when setting enable_partition_cache = 1;

2022-03-05 Thread GitBox
dataroaring commented on issue #8337: URL: https://github.com/apache/incubator-doris/issues/8337#issuecomment-1059745710 ![image](https://user-images.githubusercontent.com/98214048/156880869-0a7b9ae3-1b79-477e-b5e1-801ad8c21e83.png) ![image](https://user-images.githubusercontent.com/98

[GitHub] [incubator-doris] dataroaring edited a comment on issue #8337: [Bug] NullPointerException when setting enable_partition_cache = 1;

2022-03-05 Thread GitBox
dataroaring edited a comment on issue #8337: URL: https://github.com/apache/incubator-doris/issues/8337#issuecomment-1059745710 ![image](https://user-images.githubusercontent.com/98214048/156880869-0a7b9ae3-1b79-477e-b5e1-801ad8c21e83.png) ![image](https://user-images.githubusercontent

[GitHub] [incubator-doris] morningman opened a new pull request #8350: [license] Organize third-party dependent licenses for bianry releases

2022-03-05 Thread GitBox
morningman opened a new pull request #8350: URL: https://github.com/apache/incubator-doris/pull/8350 # Proposed changes Issue Number: close #xxx ## Problem Summary: This CL mainly changes: Add a new directory `dist`: 1. `LICENSE-dist.txt` This fi

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8350: [license] Organize third-party dependent licenses for bianry releases

2022-03-05 Thread GitBox
github-actions[bot] commented on pull request #8350: URL: https://github.com/apache/incubator-doris/pull/8350#issuecomment-1059749653 -- 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

[GitHub] [incubator-doris] morningman commented on a change in pull request #8209: [fix](replica) handle replica version missing info to avoid -214 error

2022-03-05 Thread GitBox
morningman commented on a change in pull request #8209: URL: https://github.com/apache/incubator-doris/pull/8209#discussion_r820089577 ## File path: be/src/olap/tablet.cpp ## @@ -577,9 +578,9 @@ OLAPStatus Tablet::capture_consistent_versions(const Version& spec_version, r

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8275: [community] Modify doris connector release doc

2022-03-05 Thread GitBox
github-actions[bot] commented on pull request #8275: URL: https://github.com/apache/incubator-doris/pull/8275#issuecomment-1059756641 -- 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

[GitHub] [incubator-doris-spark-connector] pan3793 opened a new pull request #11: Docs: Change http to https

2022-03-05 Thread GitBox
pan3793 opened a new pull request #11: URL: https://github.com/apache/incubator-doris-spark-connector/pull/11 # Proposed changes Issue Number: close #xxx ## Problem Summary: A minor PR, change links in README from http to https ## Checklist(Required) 1. Doe

[GitHub] [incubator-doris-spark-connector] pan3793 commented on pull request #11: Docs: Change http to https

2022-03-05 Thread GitBox
pan3793 commented on pull request #11: URL: https://github.com/apache/incubator-doris-spark-connector/pull/11#issuecomment-1059764225 Hi @morningman, sorry for asking questions in unrelated PR comments since the issue channel is not open in this project. I find the project actually

[GitHub] [incubator-doris-spark-connector] morningman commented on pull request #11: Docs: Change http to https

2022-03-05 Thread GitBox
morningman commented on pull request #11: URL: https://github.com/apache/incubator-doris-spark-connector/pull/11#issuecomment-1059771806 Hi @pan3793 , thanks for your contribution. > since the issue channel is not open in this project. I didn't notice that the issue feature is

[GitHub] [incubator-doris-flink-connector] morningman opened a new pull request #14: [chore] change the GAV

2022-03-05 Thread GitBox
morningman opened a new pull request #14: URL: https://github.com/apache/incubator-doris-flink-connector/pull/14 # Proposed changes Issue Number: close #xxx ## Problem Summary: 1. modify GAV to "flink-doris-connector-{flink.minor.version}_${scala_version}" ## Che

[incubator-doris-flink-connector] branch master updated: [chore] change the GAV (#14)

2022-03-05 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new 5af39a4 [chore]

[GitHub] [incubator-doris-flink-connector] hf200012 merged pull request #14: [chore] change the GAV

2022-03-05 Thread GitBox
hf200012 merged pull request #14: URL: https://github.com/apache/incubator-doris-flink-connector/pull/14 -- 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

[GitHub] [incubator-doris-flink-connector] morningman opened a new pull request #15: [chore] change the GAV

2022-03-05 Thread GitBox
morningman opened a new pull request #15: URL: https://github.com/apache/incubator-doris-flink-connector/pull/15 # Proposed changes Issue Number: close #xxx ## Problem Summary: 1. modify GAV to "flink-doris-connector-{flink.minor.version}_${scala_version}" ## Che

[GitHub] [incubator-doris-flink-connector] morningman opened a new pull request #16: [chore] Change project name

2022-03-05 Thread GitBox
morningman opened a new pull request #16: URL: https://github.com/apache/incubator-doris-flink-connector/pull/16 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the o

[incubator-doris-flink-connector] branch branch-for-flink-before-1.13 updated: [chore] change the GAV (#15)

2022-03-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-for-flink-before-1.13 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git The following commit(s) were added to refs/heads/branch-for-flink-before-1.

[GitHub] [incubator-doris-flink-connector] morningman merged pull request #15: [chore] change the GAV

2022-03-05 Thread GitBox
morningman merged pull request #15: URL: https://github.com/apache/incubator-doris-flink-connector/pull/15 -- 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,

[incubator-doris-flink-connector] branch master updated: [chore] Change project name (#16)

2022-03-05 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new bf2a172 [chore]

[GitHub] [incubator-doris-flink-connector] hf200012 merged pull request #16: [chore] Change project name

2022-03-05 Thread GitBox
hf200012 merged pull request #16: URL: https://github.com/apache/incubator-doris-flink-connector/pull/16 -- 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

[GitHub] [incubator-doris-spark-connector] morningman opened a new pull request #12: [chore] Change GAV

2022-03-05 Thread GitBox
morningman opened a new pull request #12: URL: https://github.com/apache/incubator-doris-spark-connector/pull/12 # Proposed changes Issue Number: close #xxx ## Problem Summary: 1. modify GAV to "spark-doris-connector-{spark.minor.version}_${scala_version}" ## Che

[incubator-doris-spark-connector] branch master updated: [chore] Change GAV (#12)

2022-03-05 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git The following commit(s) were added to refs/heads/master by this push: new 18203df [chore]

[GitHub] [incubator-doris-spark-connector] hf200012 merged pull request #12: [chore] Change GAV

2022-03-05 Thread GitBox
hf200012 merged pull request #12: URL: https://github.com/apache/incubator-doris-spark-connector/pull/12 -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8275: [community] Modify doris connector release doc

2022-03-05 Thread GitBox
github-actions[bot] commented on pull request #8275: URL: https://github.com/apache/incubator-doris/pull/8275#issuecomment-1059887119 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, ple

[GitHub] [incubator-doris] dataalive opened a new pull request #8351: [improvement] support build with parallel parameter only

2022-03-05 Thread GitBox
dataalive opened a new pull request #8351: URL: https://github.com/apache/incubator-doris/pull/8351 # Proposed changes Issue Number: close #xxx ## Problem Summary: when sh build.sh -j n, which is followed by parallel parameter only , the output will be null because the

[GitHub] [incubator-doris] dataalive closed pull request #8351: [improvement] support build with parallel parameter only

2022-03-05 Thread GitBox
dataalive closed pull request #8351: URL: https://github.com/apache/incubator-doris/pull/8351 -- 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: comm

[GitHub] [incubator-doris] dataalive opened a new pull request #8352: [improvement]support build with parallel parameter only

2022-03-05 Thread GitBox
dataalive opened a new pull request #8352: URL: https://github.com/apache/incubator-doris/pull/8352 # Proposed changes Issue Number: close #xxx ## Problem Summary: when sh build.sh -j n, which is followed by parallel parameter only , the output will be null because the

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8296: [Feature] Support update stmt in vec query engine

2022-03-05 Thread GitBox
github-actions[bot] commented on pull request #8296: URL: https://github.com/apache/incubator-doris/pull/8296#issuecomment-1059899866 -- 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

[GitHub] [incubator-doris] morningman closed issue #8310: [Bug] Core dump because of using mistake api of fmt

2022-03-05 Thread GitBox
morningman closed issue #8310: URL: https://github.com/apache/incubator-doris/issues/8310 -- 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-

[incubator-doris] branch master updated (910a140 -> baa3b14)

2022-03-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 910a140 [fix][vectorized] coredump about const compare in exchange node (#8302) add baa3b14 [fix

[GitHub] [incubator-doris] morningman merged pull request #8311: [Bug] Use fmt::to_string replace memory buffer::data()

2022-03-05 Thread GitBox
morningman merged pull request #8311: URL: https://github.com/apache/incubator-doris/pull/8311 -- 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: com

[incubator-doris] branch master updated (baa3b14 -> be4dd0c)

2022-03-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from baa3b14 [fix] Use fmt::to_string replace memory buffer::data() (#8311) add be4dd0c [fix][vectoriz

[GitHub] [incubator-doris] morningman closed issue #8341: [Bug] [Vectorized] cast 'false' and 'true' to boolean should be bool not null

2022-03-05 Thread GitBox
morningman closed issue #8341: URL: https://github.com/apache/incubator-doris/issues/8341 -- 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-

[GitHub] [incubator-doris] morningman merged pull request #8345: [Bug][Vectorized] Fix error cast to boolean

2022-03-05 Thread GitBox
morningman merged pull request #8345: URL: https://github.com/apache/incubator-doris/pull/8345 -- 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: com

[GitHub] [incubator-doris] morningman merged pull request #8349: [Doc]Add sync job fe configuration item description

2022-03-05 Thread GitBox
morningman merged pull request #8349: URL: https://github.com/apache/incubator-doris/pull/8349 -- 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: com

[incubator-doris] branch master updated: [doc] Add sync job fe configuration item description (#8349)

2022-03-05 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 ea4ad1a [doc] Add sync job fe conf

[GitHub] [incubator-doris] morningman commented on a change in pull request #8322: [refactor] Impl of MemTracker, and related use

2022-03-05 Thread GitBox
morningman commented on a change in pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322#discussion_r820187693 ## File path: be/src/exec/hash_table.cpp ## @@ -244,7 +244,7 @@ void HashTable::grow_node_array() { _alloc_list.push_back(_current_nodes);

[GitHub] [incubator-doris] rinkydevi commented on issue #7679: [Feature] WEB UI experience optimization

2022-03-05 Thread GitBox
rinkydevi commented on issue #7679: URL: https://github.com/apache/incubator-doris/issues/7679#issuecomment-1059906089 hi @hf200012 , i would like to work on this project, please tell how can i proceed with it -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-doris] rinkydevi edited a comment on issue #7679: [Feature] WEB UI experience optimization

2022-03-05 Thread GitBox
rinkydevi edited a comment on issue #7679: URL: https://github.com/apache/incubator-doris/issues/7679#issuecomment-1059906089 hi @hf200012 , i would like to work on this project, please tell how can i proceed with it Add a WeChat to discuss the development of this piece together, my WeC

[GitHub] [incubator-doris] rinkydevi edited a comment on issue #7679: [Feature] WEB UI experience optimization

2022-03-05 Thread GitBox
rinkydevi edited a comment on issue #7679: URL: https://github.com/apache/incubator-doris/issues/7679#issuecomment-1059906089 hi @hf200012 , i would like to work on this project, please tell how can i proceed with it -- This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-doris] hf200012 commented on issue #7679: [Feature] WEB UI experience optimization

2022-03-05 Thread GitBox
hf200012 commented on issue #7679: URL: https://github.com/apache/incubator-doris/issues/7679#issuecomment-1059909815 > hi @hf200012 , i would like to work on this project, please tell how can i proceed with it Add a WeChat to discuss the development of this piece together, my WeCha

[GitHub] [incubator-doris] hf200012 removed a comment on issue #7679: [Feature] WEB UI experience optimization

2022-03-05 Thread GitBox
hf200012 removed a comment on issue #7679: URL: https://github.com/apache/incubator-doris/issues/7679#issuecomment-1059909815 > hi @hf200012 , i would like to work on this project, please tell how can i proceed with it Add a WeChat to discuss the development of this piece together,

[GitHub] [incubator-doris] rinkydevi edited a comment on issue #7679: [Feature] WEB UI experience optimization

2022-03-05 Thread GitBox
rinkydevi edited a comment on issue #7679: URL: https://github.com/apache/incubator-doris/issues/7679#issuecomment-1059906089 hi @hf200012 , i would like to work on this project, please tell how can i proceed with it Add a WeChat to discuss the development of this piece together, my WeC

[GitHub] [incubator-doris] hf200012 commented on issue #7679: [Feature] WEB UI experience optimization

2022-03-05 Thread GitBox
hf200012 commented on issue #7679: URL: https://github.com/apache/incubator-doris/issues/7679#issuecomment-1059909951 > hi @hf200012 , i would like to work on this project, please tell how can i proceed with it Add a WeChat to discuss the development of this piece together, my WeCha

[GitHub] [incubator-doris] rinkydevi commented on issue #7679: [Feature] WEB UI experience optimization

2022-03-05 Thread GitBox
rinkydevi commented on issue #7679: URL: https://github.com/apache/incubator-doris/issues/7679#issuecomment-1059910044 is there any other medium to contact , i don't have wechat @hf200012 -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] hf200012 commented on issue #7679: [Feature] WEB UI experience optimization

2022-03-05 Thread GitBox
hf200012 commented on issue #7679: URL: https://github.com/apache/incubator-doris/issues/7679#issuecomment-1059910421 > is there any other medium to contact , i don't have wechat @hf200012 We can use slack to communicate, this is an invitation to connect: https://apachedoriscommunity

[GitHub] [incubator-doris] hf200012 removed a comment on issue #7679: [Feature] WEB UI experience optimization

2022-03-05 Thread GitBox
hf200012 removed a comment on issue #7679: URL: https://github.com/apache/incubator-doris/issues/7679#issuecomment-1059910421 > is there any other medium to contact , i don't have wechat @hf200012 We can use slack to communicate, this is an invitation to connect: https://apachedorisc

[GitHub] [incubator-doris] hf200012 commented on issue #7679: [Feature] WEB UI experience optimization

2022-03-05 Thread GitBox
hf200012 commented on issue #7679: URL: https://github.com/apache/incubator-doris/issues/7679#issuecomment-1059910484 > is there any other medium to contact , i don't have wechat @hf200012 We can use slack to communicate, this is an invitation to connect: https://apachedoriscommu

[GitHub] [incubator-doris] rinkydevi commented on issue #7679: [Feature] WEB UI experience optimization

2022-03-05 Thread GitBox
rinkydevi commented on issue #7679: URL: https://github.com/apache/incubator-doris/issues/7679#issuecomment-1059911787 now i m connected on slack @hf200012 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo