[GitHub] [incubator-doris] dataalive commented on issue #9196: [Feature] Support show create MATERIALIZED VIEW sql

2022-05-04 Thread GitBox
dataalive commented on issue #9196: URL: https://github.com/apache/incubator-doris/issues/9196#issuecomment-111735 > OK, Great . I'm not working on this, @morningman pls assign to @stalary -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] morningman commented on a diff in pull request #9248: [Refactor] Forbidden rowset v1

2022-05-04 Thread GitBox
morningman commented on code in PR #9248: URL: https://github.com/apache/incubator-doris/pull/9248#discussion_r864535072 ## be/src/olap/storage_engine.cpp: ## @@ -916,8 +916,13 @@ void StorageEngine::_parse_default_rowset_type() { boost::to_upper(default_rowset_type_config)

[GitHub] [incubator-doris] luzhijing opened a new pull request, #9361: [doc]update member.md

2022-05-04 Thread GitBox
luzhijing opened a new pull request, #9361: URL: https://github.com/apache/incubator-doris/pull/9361 # Proposed changes Issue Number: close #xxx ## Problem Summary: weizuo is repeated in the committer list. ## Checklist(Required) 1. Does it affect the origin

[GitHub] [incubator-doris] Gabriel39 commented on a diff in pull request #9360: [Bug][stream-vec-load] Null data load do not skip the same place data

2022-05-04 Thread GitBox
Gabriel39 commented on code in PR #9360: URL: https://github.com/apache/incubator-doris/pull/9360#discussion_r864555181 ## be/src/olap/rowset/segment_v2/column_writer.cpp: ## @@ -193,23 +193,43 @@ Status ColumnWriter::append_nullable(const uint8_t* is_null_bits, const void* da

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #9248: [Refactor] Forbidden rowset v1

2022-05-04 Thread GitBox
yiguolei commented on code in PR #9248: URL: https://github.com/apache/incubator-doris/pull/9248#discussion_r864574834 ## be/src/olap/storage_engine.cpp: ## @@ -916,8 +916,13 @@ void StorageEngine::_parse_default_rowset_type() { boost::to_upper(default_rowset_type_config);

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9248: [Refactor] Forbidden rowset v1

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9248: URL: https://github.com/apache/incubator-doris/pull/9248#issuecomment-1117057091 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 #9248: [Refactor] Forbidden rowset v1

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9248: URL: https://github.com/apache/incubator-doris/pull/9248#issuecomment-1117057125 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] morningman opened a new pull request, #9362: [fix](ut) fix a potential memory leak in BE ut

2022-05-04 Thread GitBox
morningman opened a new pull request, #9362: URL: https://github.com/apache/incubator-doris/pull/9362 # Proposed changes Issue Number: close #xxx ## Problem Summary: ``` ==12681==ERROR: LeakSanitizer: detected memory leaks Direct leak of 128 byte(s) in 1 object(s)

[GitHub] [incubator-doris] ztgoto opened a new issue, #8100: stream load fe 307 redirect Access denied for default_cluster:default_cluster@host

2022-05-04 Thread GitBox
ztgoto opened a new issue, #8100: URL: https://github.com/apache/incubator-doris/issues/8100 ### 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 0.15.0

[GitHub] [incubator-doris] hf200012 opened a new pull request, #9363: [fix]Stream load 307 temporary redirection authentication information is lost

2022-05-04 Thread GitBox
hf200012 opened a new pull request, #9363: URL: https://github.com/apache/incubator-doris/pull/9363 Stream load 307 temporary redirection authentication information is lost # Proposed changes Issue Number: close #8100 https://github.com/apache/incubator-doris/issues/8

[GitHub] [incubator-doris] yiguolei merged pull request #9248: [Refactor] Forbidden rowset v1

2022-05-04 Thread GitBox
yiguolei merged PR #9248: URL: https://github.com/apache/incubator-doris/pull/9248 -- 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

[incubator-doris] branch master updated: [refactor][storage format] Forbidden rowset v1 (#9248)

2022-05-04 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 f1aa9668af [refactor][storage format]

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9361: [doc]update member.md

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9361: URL: https://github.com/apache/incubator-doris/pull/9361#issuecomment-1117112053 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 #9361: [doc]update member.md

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9361: URL: https://github.com/apache/incubator-doris/pull/9361#issuecomment-1117112073 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] yangzhg commented on a diff in pull request #9123: [enhancement](load) optimize load string data and dict page write

2022-05-04 Thread GitBox
yangzhg commented on code in PR #9123: URL: https://github.com/apache/incubator-doris/pull/9123#discussion_r864724071 ## be/src/olap/rowset/segment_v2/bitshuffle_page.h: ## @@ -93,13 +93,48 @@ class BitshufflePageBuilder : public PageBuilder { bool is_page_full() override {

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9123: [enhancement](load) optimize load string data and dict page write

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9123: URL: https://github.com/apache/incubator-doris/pull/9123#issuecomment-1117238270 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 #9123: [enhancement](load) optimize load string data and dict page write

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9123: URL: https://github.com/apache/incubator-doris/pull/9123#issuecomment-1117238230 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] yiguolei opened a new pull request, #9364: [fixbug][catalog] catalog could not load from image

2022-05-04 Thread GitBox
yiguolei opened a new pull request, #9364: URL: https://github.com/apache/incubator-doris/pull/9364 # Proposed changes Issue Number: close #xxx ## Problem Summary: 2022-05-04 20:16:35,797 INFO (main|1) [SessionVariable.readFromJson():1038] failed to read session variable

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9364: [fixbug][catalog] catalog could not load from image

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9364: URL: https://github.com/apache/incubator-doris/pull/9364#issuecomment-1117263263 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 #9364: [fixbug][catalog] catalog could not load from image

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9364: URL: https://github.com/apache/incubator-doris/pull/9364#issuecomment-1117263292 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] dataroaring commented on pull request #9350: remove explicit memtracker from scannode

2022-05-04 Thread GitBox
dataroaring commented on PR #9350: URL: https://github.com/apache/incubator-doris/pull/9350#issuecomment-1117263656 > `_block_mem_tracker` also exists in other places. I intentionally kept the previous memory track logic and tracked the more detailed block memory. If we don't need track blo

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #9360: [Bug][stream-vec-load] Null data load do not skip the same place data

2022-05-04 Thread GitBox
HappenLee commented on code in PR #9360: URL: https://github.com/apache/incubator-doris/pull/9360#discussion_r864816378 ## be/src/olap/rowset/segment_v2/column_writer.cpp: ## @@ -193,23 +193,43 @@ Status ColumnWriter::append_nullable(const uint8_t* is_null_bits, const void* da

[GitHub] [incubator-doris] morningman commented on a diff in pull request #9363: [fix]Stream load 307 temporary redirection authentication information is lost

2022-05-04 Thread GitBox
morningman commented on code in PR #9363: URL: https://github.com/apache/incubator-doris/pull/9363#discussion_r864836209 ## fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/RestBaseController.java: ## @@ -77,9 +77,10 @@ public RedirectView redirectTo(HttpServletRequest requ

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

2022-05-04 Thread GitBox
BiteThet commented on PR #9341: URL: https://github.com/apache/incubator-doris/pull/9341#issuecomment-1117332765 LGTM -- 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

[GitHub] [incubator-doris] BiteTheDDDDt closed pull request #9260: [Enhancement] [Regression-Test] make null check work on all type

2022-05-04 Thread GitBox
BiteThet closed pull request #9260: [Enhancement] [Regression-Test] make null check work on all type URL: https://github.com/apache/incubator-doris/pull/9260 -- 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

[GitHub] [incubator-doris] BiteTheDDDDt closed issue #9259: [Enhancement] [Regression-Test] make null check work on all type

2022-05-04 Thread GitBox
BiteThet closed issue #9259: [Enhancement] [Regression-Test] make null check work on all type URL: https://github.com/apache/incubator-doris/issues/9259 -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9363: [fix]Stream load 307 temporary redirection authentication information is lost

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9363: URL: https://github.com/apache/incubator-doris/pull/9363#issuecomment-1117379348 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 #9363: [fix]Stream load 307 temporary redirection authentication information is lost

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9363: URL: https://github.com/apache/incubator-doris/pull/9363#issuecomment-1117379380 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] BiteTheDDDDt closed issue #8804: [Enhancement] format and fix code style

2022-05-04 Thread GitBox
BiteThet closed issue #8804: [Enhancement] format and fix code style URL: https://github.com/apache/incubator-doris/issues/8804 -- 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 commen

[GitHub] [incubator-doris] BiteTheDDDDt closed issue #6505: [Feature] Support for storage layer benchmark

2022-05-04 Thread GitBox
BiteThet closed issue #6505: [Feature] Support for storage layer benchmark URL: https://github.com/apache/incubator-doris/issues/6505 -- 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] morrySnow commented on pull request #9271: [Feature] CTAS support insert data

2022-05-04 Thread GitBox
morrySnow commented on PR #9271: URL: https://github.com/apache/incubator-doris/pull/9271#issuecomment-1117490573 Code style checking for FE was introduced in Doris few days ago, please fix all code style errors in Incremental code. You could find all errors in code comments and `FE Code S

[GitHub] [incubator-doris] morningman merged pull request #9345: [FE Code Style][sub] Adjust the severity of some check rules

2022-05-04 Thread GitBox
morningman merged PR #9345: URL: https://github.com/apache/incubator-doris/pull/9345 -- 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: [FE Code Style][sub] Adjust some check rules (#9345)

2022-05-04 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 c5941fd166 [FE Code Style][sub] Adj

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9356: [docs] Fix some typos in documentation.

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9356: URL: https://github.com/apache/incubator-doris/pull/9356#issuecomment-1117518843 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] morrySnow commented on pull request #9345: [FE Code Style][sub] Adjust the severity of some check rules

2022-05-04 Thread GitBox
morrySnow commented on PR #9345: URL: https://github.com/apache/incubator-doris/pull/9345#issuecomment-1117534867 > > Hi, leo65535. Great job. It's nice to see you dealing with the style of the previous code. It is important to point out that once the task start, it is best to deal with all

[GitHub] [incubator-doris] liuzhuang2017 commented on pull request #9356: [docs] Fix some typos in documentation.

2022-05-04 Thread GitBox
liuzhuang2017 commented on PR #9356: URL: https://github.com/apache/incubator-doris/pull/9356#issuecomment-1118039459 @morrySnow , Thanks your review. -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9356: [docs] Fix some typos in documentation.

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9356: URL: https://github.com/apache/incubator-doris/pull/9356#issuecomment-1118077833 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] liuzhuang2017 closed pull request #9359: [docs] Delete expired documents.

2022-05-04 Thread GitBox
liuzhuang2017 closed pull request #9359: [docs] Delete expired documents. URL: https://github.com/apache/incubator-doris/pull/9359 -- 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

[GitHub] [incubator-doris] liuzhuang2017 commented on pull request #9359: [docs] Delete expired documents.

2022-05-04 Thread GitBox
liuzhuang2017 commented on PR #9359: URL: https://github.com/apache/incubator-doris/pull/9359#issuecomment-1118081506 @hf200012 ,Thanks your review. -- 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 t

[GitHub] [incubator-doris] qimumu9406 commented on pull request #9183: [Improvement](Docs)Apache Doris Developer Manual - Metadata Design Documentation D…

2022-05-04 Thread GitBox
qimumu9406 commented on PR #9183: URL: https://github.com/apache/incubator-doris/pull/9183#issuecomment-1118082211 > You should also update the English document. i think so too。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] hf200012 merged pull request #9324: [fix][doc]add design doc

2022-05-04 Thread GitBox
hf200012 merged PR #9324: URL: https://github.com/apache/incubator-doris/pull/9324 -- 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

[incubator-doris] branch master updated: [fix][doc]add design doc (#9324)

2022-05-04 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.git The following commit(s) were added to refs/heads/master by this push: new 4a578b02a5 [fix][doc]add design d

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9364: [fixbug][catalog] catalog could not load from image

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9364: URL: https://github.com/apache/incubator-doris/pull/9364#issuecomment-1118084064 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] Gabriel39 commented on pull request #9360: [Bug][stream-vec-load] Null data load do not skip the same place data

2022-05-04 Thread GitBox
Gabriel39 commented on PR #9360: URL: https://github.com/apache/incubator-doris/pull/9360#issuecomment-1118084799 LGTM -- 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 un

[GitHub] [incubator-doris] morningman closed issue #9289: [Vectorized][Bug] BE crash when vectorized engine enabled

2022-05-04 Thread GitBox
morningman closed issue #9289: [Vectorized][Bug] BE crash when vectorized engine enabled URL: https://github.com/apache/incubator-doris/issues/9289 -- 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 th

[GitHub] [incubator-doris] morningman merged pull request #9315: [Vectorized][Bug-Fix] Fix bug of outer join with delete column

2022-05-04 Thread GitBox
morningman merged PR #9315: URL: https://github.com/apache/incubator-doris/pull/9315 -- 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: [fix](vectorized) Fix bug of outer join with delete column (#9315)

2022-05-04 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 23d673a178 [fix](vectorized) Fix bu

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9315: [Vectorized][Bug-Fix] Fix bug of outer join with delete column

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9315: URL: https://github.com/apache/incubator-doris/pull/9315#issuecomment-1118087627 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] xinyiZzz commented on pull request #9350: remove explicit memtracker from scannode

2022-05-04 Thread GitBox
xinyiZzz commented on PR #9350: URL: https://github.com/apache/incubator-doris/pull/9350#issuecomment-1118087890 > _block_mem_tracker So why remove `counterpart`, `counterpart` is just for `_block_mem_tracker`. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] liaoxin01 commented on issue #8382: [Bug] variance is different with trino

2022-05-04 Thread GitBox
liaoxin01 commented on issue #8382: URL: https://github.com/apache/incubator-doris/issues/8382#issuecomment-1118088027 select var_samp(c_bigint), var_samp(c_double) from datetype; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] xinyiZzz commented on pull request #9362: [fix](ut) fix a potential memory leak in BE ut

2022-05-04 Thread GitBox
xinyiZzz commented on PR #9362: URL: https://github.com/apache/incubator-doris/pull/9362#issuecomment-1118088639 LGTM -- 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 uns

[GitHub] [incubator-doris] morningman commented on a diff in pull request #9198: [enhancement] (odbc) support more ODBC Connection Parameters for odbc external table

2022-05-04 Thread GitBox
morningman commented on code in PR #9198: URL: https://github.com/apache/incubator-doris/pull/9198#discussion_r857138110 ## fe/fe-core/src/main/java/org/apache/doris/catalog/OdbcTable.java: ## @@ -417,6 +482,8 @@ public void readFields(DataInput in) throws IOException {

[GitHub] [incubator-doris-flink-connector] JNSimba commented on a diff in pull request #31: [fix] build.sh script --flink 1.14.3 --scala 2.12parameters do not take effect

2022-05-04 Thread GitBox
JNSimba commented on code in PR #31: URL: https://github.com/apache/incubator-doris-flink-connector/pull/31#discussion_r865508505 ## flink-doris-connector/build.sh: ## @@ -73,10 +64,19 @@ while true; do --scala) SCALA_VERSION=$2 ; shift 2 ;; --tag) BUILD_FROM_

[GitHub] [incubator-doris] morningman merged pull request #9096: [Enhancement](regression-test) support exclude suite/group/directory

2022-05-04 Thread GitBox
morningman merged PR #9096: URL: https://github.com/apache/incubator-doris/pull/9096 -- 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: [improvement](regression-test) support exclude suite/group/directory (#9096)

2022-05-04 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 4ca3eb7fe2 [improvement](regression

[GitHub] [incubator-doris] morningman merged pull request #9336: set name for scanner threads and fix compile error in clang

2022-05-04 Thread GitBox
morningman merged PR #9336: URL: https://github.com/apache/incubator-doris/pull/9336 -- 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: [improvement] set name for scanner threads and fix compile error in clang (#9336)

2022-05-04 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 832338c55e [improvement] set name f

[GitHub] [incubator-doris] morningman closed issue #9353: [Bug] [Memtracker] DCHECK failed in vetorized exec engine fold constant execute

2022-05-04 Thread GitBox
morningman closed issue #9353: [Bug] [Memtracker] DCHECK failed in vetorized exec engine fold constant execute URL: https://github.com/apache/incubator-doris/issues/9353 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-doris] morningman merged pull request #9354: [Bug] [Memtracker] DCHECK failed in vetorized exec engine fold constant execute

2022-05-04 Thread GitBox
morningman merged PR #9354: URL: https://github.com/apache/incubator-doris/pull/9354 -- 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 (832338c55e -> a33191e222)

2022-05-04 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 832338c55e [improvement] set name for scanner threads and fix compile error in clang (#9336) add a3

[incubator-doris] branch master updated: [docs] Fix some typos in documentation. (#9356)

2022-05-04 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 ac5f4d6c7e [docs] Fix some typos in

[GitHub] [incubator-doris] morningman merged pull request #9356: [docs] Fix some typos in documentation.

2022-05-04 Thread GitBox
morningman merged PR #9356: URL: https://github.com/apache/incubator-doris/pull/9356 -- 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] morningman merged pull request #9357: [fix]Add http header size parameter

2022-05-04 Thread GitBox
morningman merged PR #9357: URL: https://github.com/apache/incubator-doris/pull/9357 -- 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 (ac5f4d6c7e -> 512d8784d9)

2022-05-04 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 ac5f4d6c7e [docs] Fix some typos in documentation. (#9356) add 512d8784d9 [improvement](load) Add ht

[GitHub] [incubator-doris] morningman merged pull request #9361: [doc]update member.md

2022-05-04 Thread GitBox
morningman merged PR #9361: URL: https://github.com/apache/incubator-doris/pull/9361 -- 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 (512d8784d9 -> 7d6645f8f1)

2022-05-04 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 512d8784d9 [improvement](load) Add http header size parameter (#9357) add 7d6645f8f1 [doc] update me

[GitHub] [incubator-doris] yiguolei merged pull request #9364: [fixbug][catalog] catalog could not load from image

2022-05-04 Thread GitBox
yiguolei merged PR #9364: URL: https://github.com/apache/incubator-doris/pull/9364 -- 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

[incubator-doris] branch master updated: [fixbug][metadata] catalog could not load from image (#9364)

2022-05-04 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 0604ecba17 [fixbug][metadata] catalog

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

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9341: URL: https://github.com/apache/incubator-doris/pull/9341#issuecomment-1118097545 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 #9362: [fix](ut) fix a potential memory leak in BE ut

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9362: URL: https://github.com/apache/incubator-doris/pull/9362#issuecomment-1118100309 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 #9362: [fix](ut) fix a potential memory leak in BE ut

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9362: URL: https://github.com/apache/incubator-doris/pull/9362#issuecomment-1118100328 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] no7dw opened a new pull request, #9365: [Enhancement] add setup.py for dbt-doris package enhancement

2022-05-04 Thread GitBox
no7dw opened a new pull request, #9365: URL: https://github.com/apache/incubator-doris/pull/9365 # Proposed changes add setup.py for dbt-doris package enhancement ## Problem Summary: add setup.py ## Checklist(Required) 1. Does it affect the original behavior

[GitHub] [incubator-doris] carlvinhust2012 commented on a diff in pull request #9311: [feature]add vectorized vjson_scanner

2022-05-04 Thread GitBox
carlvinhust2012 commented on code in PR #9311: URL: https://github.com/apache/incubator-doris/pull/9311#discussion_r865515332 ## be/src/exec/base_scanner.h: ## @@ -65,6 +72,10 @@ class BaseScanner { virtual Status get_next(std::vector& columns, bool* eof) { return

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #9231: [feature-wip](parquet-vec) Support parquet scanner in vectorized engine

2022-05-04 Thread GitBox
HappenLee commented on code in PR #9231: URL: https://github.com/apache/incubator-doris/pull/9231#discussion_r865515473 ## be/src/vec/utils/arrow_column_to_doris_column.cpp: ## @@ -0,0 +1,279 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contribut

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9320: [doc][community] add more collaborator and modify documents

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9320: URL: https://github.com/apache/incubator-doris/pull/9320#issuecomment-1118105113 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] stalary commented on pull request #9271: [Feature] CTAS support insert data

2022-05-04 Thread GitBox
stalary commented on PR #9271: URL: https://github.com/apache/incubator-doris/pull/9271#issuecomment-1118105276 > please rebase to newest master code for passing FE UT import has different from develop doc, and other I had modify, -- This is an automated message from the Apache Git

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #9231: [feature-wip](parquet-vec) Support parquet scanner in vectorized engine

2022-05-04 Thread GitBox
HappenLee commented on code in PR #9231: URL: https://github.com/apache/incubator-doris/pull/9231#discussion_r865516492 ## be/src/vec/utils/arrow_column_to_doris_column.cpp: ## @@ -0,0 +1,279 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contribut

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9142: [fix](backup) Remove colocate_with property when backing up a table

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9142: URL: https://github.com/apache/incubator-doris/pull/9142#issuecomment-1118108456 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 #9142: [fix](backup) Remove colocate_with property when backing up a table

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9142: URL: https://github.com/apache/incubator-doris/pull/9142#issuecomment-1118108469 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] HappenLee commented on a diff in pull request #9231: [feature-wip](parquet-vec) Support parquet scanner in vectorized engine

2022-05-04 Thread GitBox
HappenLee commented on code in PR #9231: URL: https://github.com/apache/incubator-doris/pull/9231#discussion_r865521312 ## be/src/vec/utils/arrow_column_to_doris_column.cpp: ## @@ -0,0 +1,279 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contribut

[GitHub] [incubator-doris] yangzhg commented on a diff in pull request #9198: [enhancement] (odbc) support more ODBC Connection Parameters for odbc external table

2022-05-04 Thread GitBox
yangzhg commented on code in PR #9198: URL: https://github.com/apache/incubator-doris/pull/9198#discussion_r865522482 ## docs/zh-CN/faq/error.md: ## @@ -149,3 +149,16 @@ failed to initialize storage reader. tablet=63416.1050661139.aa4d304e7a7aff9c-f0 ### E12.Doris编译安装JDK版本不兼容问

[GitHub] [incubator-doris] levy5307 commented on issue #9208: [Enhancement] (decimalv3) optimize decimal performance and precision

2022-05-04 Thread GitBox
levy5307 commented on issue #9208: URL: https://github.com/apache/incubator-doris/issues/9208#issuecomment-1118114601 We encountered a problem of precision cast in our scenario, for example: ***sql*** ``` select cast(1.23 as decimal(5,2)); ``` ***result*** ``` 1.2333

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #9231: [feature-wip](parquet-vec) Support parquet scanner in vectorized engine

2022-05-04 Thread GitBox
HappenLee commented on code in PR #9231: URL: https://github.com/apache/incubator-doris/pull/9231#discussion_r865524101 ## be/src/vec/exec/vparquet_scanner.cpp: ## @@ -0,0 +1,307 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license ag

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #9231: [feature-wip](parquet-vec) Support parquet scanner in vectorized engine

2022-05-04 Thread GitBox
HappenLee commented on code in PR #9231: URL: https://github.com/apache/incubator-doris/pull/9231#discussion_r865524515 ## be/src/vec/exec/vparquet_scanner.cpp: ## @@ -0,0 +1,307 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license ag

[GitHub] [incubator-doris-flink-connector] caoliang-web closed pull request #31: [fix] build.sh script --flink 1.14.3 --scala 2.12parameters do not take effect

2022-05-04 Thread GitBox
caoliang-web closed pull request #31: [fix] build.sh script --flink 1.14.3 --scala 2.12parameters do not take effect URL: https://github.com/apache/incubator-doris-flink-connector/pull/31 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris-spark-connector] caoliang-web closed pull request #21: [fix] build.sh script --spark 2.3.4 --scala 2.11 parameters do not take effect

2022-05-04 Thread GitBox
caoliang-web closed pull request #21: [fix] build.sh script --spark 2.3.4 --scala 2.11 parameters do not take effect URL: https://github.com/apache/incubator-doris-spark-connector/pull/21 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] leo65535 opened a new pull request, #9366: [FE Code Style] Include test sources

2022-05-04 Thread GitBox
leo65535 opened a new pull request, #9366: URL: https://github.com/apache/incubator-doris/pull/9366 ## Problem Summary: Include test sources, we also need to check them. ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I Don't know) 2. Has u

[GitHub] [incubator-doris] leo65535 commented on pull request #9345: [FE Code Style][sub] Adjust the severity of some check rules

2022-05-04 Thread GitBox
leo65535 commented on PR #9345: URL: https://github.com/apache/incubator-doris/pull/9345#issuecomment-1118125776 > > > Hi, leo65535. Great job. It's nice to see you dealing with the style of the previous code. It is important to point out that once the task start, it is best to deal with al

[GitHub] [incubator-doris] hf200012 commented on a diff in pull request #9365: [Enhancement] add setup.py for dbt-doris package enhancement

2022-05-04 Thread GitBox
hf200012 commented on code in PR #9365: URL: https://github.com/apache/incubator-doris/pull/9365#discussion_r865533196 ## extension/dbt-doris/setup.py: ## @@ -0,0 +1,36 @@ +from setuptools import setup Review Comment: add license header -- This is an automated message fr

[GitHub] [incubator-doris] zenoyang commented on pull request #9221: [chore] Make CRoaring use AVX instructions

2022-05-04 Thread GitBox
zenoyang commented on PR #9221: URL: https://github.com/apache/incubator-doris/pull/9221#issuecomment-1118133106 Cmake uses the `-march=native` parameter by default, so don't need to specify the `avx` parameter, close this PR -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] zenoyang closed pull request #9221: [chore] Make CRoaring use AVX instructions

2022-05-04 Thread GitBox
zenoyang closed pull request #9221: [chore] Make CRoaring use AVX instructions URL: https://github.com/apache/incubator-doris/pull/9221 -- 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 co

[GitHub] [incubator-doris] qimumu9406 opened a new pull request, #9367: The description of the metadata design document is not clear

2022-05-04 Thread GitBox
qimumu9406 opened a new pull request, #9367: URL: https://github.com/apache/incubator-doris/pull/9367 # Proposed changes Issue Number: close #9179 ## Problem Summary: leader 节点的日志条数达到阈值(默认 10w 条)并且满足checkpoint线程执行周期(默认六十秒) -

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9198: [enhancement] (odbc) support more ODBC Connection Parameters for odbc external table

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9198: URL: https://github.com/apache/incubator-doris/pull/9198#issuecomment-1118134042 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 #9198: [enhancement] (odbc) support more ODBC Connection Parameters for odbc external table

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9198: URL: https://github.com/apache/incubator-doris/pull/9198#issuecomment-1118134049 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] zenoyang commented on pull request #9326: [refactor](vectorized) Remove useless codes about low cardinality

2022-05-04 Thread GitBox
zenoyang commented on PR #9326: URL: https://github.com/apache/incubator-doris/pull/9326#issuecomment-1118134233 > I thought you didn't need this code, so I deleted it. If you think it may be useful, then I will close this pr. 😅 -- This is an automated message from the Apache Git

[GitHub] [incubator-doris] qimumu9406 commented on pull request #9367: The description of the metadata design document is not clear

2022-05-04 Thread GitBox
qimumu9406 commented on PR #9367: URL: https://github.com/apache/incubator-doris/pull/9367#issuecomment-1118134388 I'm very sorray,The last PR was accidentally deleted by me.\. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [incubator-doris] zenoyang commented on pull request #9326: [refactor](vectorized) Remove useless codes about low cardinality

2022-05-04 Thread GitBox
zenoyang commented on PR #9326: URL: https://github.com/apache/incubator-doris/pull/9326#issuecomment-1118134467 > I am implementing low cardinality feature...Maybe I will use these code I thought you didn't need this code, so I deleted it. If you think it may be useful, then I wi

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9367: The description of the metadata design document is not clear

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9367: URL: https://github.com/apache/incubator-doris/pull/9367#issuecomment-1118136222 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 #9367: The description of the metadata design document is not clear

2022-05-04 Thread GitBox
github-actions[bot] commented on PR #9367: URL: https://github.com/apache/incubator-doris/pull/9367#issuecomment-1118136232 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] tianhui5 commented on a diff in pull request #9264: [Enhancement][Statistics] Store last visited time of partition

2022-05-04 Thread GitBox
tianhui5 commented on code in PR #9264: URL: https://github.com/apache/incubator-doris/pull/9264#discussion_r865536869 ## fe/fe-core/src/main/java/org/apache/doris/persist/VisitPartitionsInfo.java: ## @@ -0,0 +1,89 @@ +// Licensed to the Apache Software Foundation (ASF) under on

  1   2   >