[GitHub] [doris] zingdle opened a new issue, #11993: [Bug] can't create table when column name with dot(.)

2022-08-22 Thread GitBox
zingdle opened a new issue, #11993: URL: https://github.com/apache/doris/issues/11993 ### 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.1.1 #

[GitHub] [doris] yangzhg commented on a diff in pull request #11959: [feature](remote)Add cache files cleaner for remote olap files

2022-08-22 Thread GitBox
yangzhg commented on code in PR #11959: URL: https://github.com/apache/doris/pull/11959#discussion_r952221072 ## be/src/io/cache/file_cache_manager.cpp: ## @@ -29,18 +32,110 @@ void FileCacheManager::add_file_cache(const Path& cache_path, FileCachePtr file_ } void FileCache

[GitHub] [doris] zxealous commented on a diff in pull request #11984: [Fix](remote) Fix thread safety issue in cache

2022-08-22 Thread GitBox
zxealous commented on code in PR #11984: URL: https://github.com/apache/doris/pull/11984#discussion_r952217808 ## be/src/io/cache/sub_file_cache.cpp: ## @@ -121,48 +121,84 @@ Status SubFileCache::_generate_cache_reader(size_t offset, size_t req_size) { RETURN_NOT_OK_STATUS

[GitHub] [doris] zxealous commented on a diff in pull request #11984: [Fix](remote) Fix thread safety issue in cache

2022-08-22 Thread GitBox
zxealous commented on code in PR #11984: URL: https://github.com/apache/doris/pull/11984#discussion_r952217473 ## be/src/io/cache/whole_file_cache.cpp: ## @@ -60,55 +60,94 @@ Status WholeFileCache::_generate_cache_reader(size_t offset, size_t req_size) { RETURN_NOT_OK_STAT

[GitHub] [doris] cambyzju commented on a diff in pull request #11928: [feature-wip](unique-key-merge-on-write) fix that IndexedColumnIterator next batch may return empty result

2022-08-22 Thread GitBox
cambyzju commented on code in PR #11928: URL: https://github.com/apache/doris/pull/11928#discussion_r952215526 ## be/src/olap/rowset/segment_v2/index_page.h: ## @@ -138,6 +138,14 @@ class IndexPageIterator { return true; } +// Return true when has next page.

[doris-website] branch master updated: Modify the entry address (#63)

2022-08-22 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/doris-website.git The following commit(s) were added to refs/heads/master by this push: new edf534d9393 Modify the entry addres

[GitHub] [doris-website] hf200012 merged pull request #63: Modify the entry address

2022-08-22 Thread GitBox
hf200012 merged PR #63: URL: https://github.com/apache/doris-website/pull/63 -- 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...@doris.a

[doris] branch master updated: [feature-wip](unique-key-merge-on-write) opt lock and only save valid delete_bitmap (#11953)

2022-08-22 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 60fddd56e7 [feature-wip](unique-key-merge-on

[GitHub] [doris] dataroaring merged pull request #11953: [feature-wip](unique-key-merge-on-write) opt lock and only save valid rowsets delete_bitmap when save meta

2022-08-22 Thread GitBox
dataroaring merged PR #11953: URL: https://github.com/apache/doris/pull/11953 -- 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...@doris.

[GitHub] [doris] adonis0147 commented on a diff in pull request #11646: [feature-wip](MTMV) Support creating materialized view for multiple tables

2022-08-22 Thread GitBox
adonis0147 commented on code in PR #11646: URL: https://github.com/apache/doris/pull/11646#discussion_r952207237 ## fe/fe-core/src/main/java/org/apache/doris/analysis/CreateMultiTableMaterializedViewStmt.java: ## @@ -17,35 +17,126 @@ package org.apache.doris.analysis; +impo

[GitHub] [doris-website] jeffreys-cat opened a new pull request, #62: [CDN] Use actions-gh-pages deploy website

2022-08-22 Thread GitBox
jeffreys-cat opened a new pull request, #62: URL: https://github.com/apache/doris-website/pull/62 ```git push --verbose "https://${{ secrets.GITHUB_TOKEN }}@github.com/apache/doris-website.git" asf-site:asf-site``` not work, use ```actions-gh-pages``` instead it. -- This is an automate

[GitHub] [doris] jacktengg commented on pull request #11967: [bugfix](dict) fix coredump of dict colum range predicate when there …

2022-08-22 Thread GitBox
jacktengg commented on PR #11967: URL: https://github.com/apache/doris/pull/11967#issuecomment-1223610514 > > > How to reproduce the problem? I used the regression test case but it didn't reproduce. > > > > > > See Reproduce in issue > > https://user-images.githubuserconten

[GitHub] [doris] yiguolei commented on pull request #11991: [Function](ELT) Add elt function for doris.

2022-08-22 Thread GitBox
yiguolei commented on PR #11991: URL: https://github.com/apache/doris/pull/11991#issuecomment-1223600019 1. Could you please add some SQL Based regression test? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[doris] branch master updated (bc28b7eb4f -> 30a13c8141)

2022-08-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from bc28b7eb4f [fix](error-code) prompt error when MySQL client login password is incorrect #11973 add 30a13c8141 [

[GitHub] [doris] yiguolei closed issue #11961: [Bug](error code) error code msg doesn't match usage

2022-08-22 Thread GitBox
yiguolei closed issue #11961: [Bug](error code) error code msg doesn't match usage URL: https://github.com/apache/doris/issues/11961 -- 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 comm

[GitHub] [doris] yiguolei merged pull request #11962: [Bug](error code) fix db access error code msg

2022-08-22 Thread GitBox
yiguolei merged PR #11962: URL: https://github.com/apache/doris/pull/11962 -- 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...@doris.apa

[GitHub] [doris] github-actions[bot] commented on pull request #11969: [enhancement] Remove unused reservation tracker

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11969: URL: https://github.com/apache/doris/pull/11969#issuecomment-1223596964 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 to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #11969: [enhancement] Remove unused reservation tracker

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11969: URL: https://github.com/apache/doris/pull/11969#issuecomment-1223597005 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 use the UR

[GitHub] [doris] Gabriel39 commented on a diff in pull request #11991: [Function](ELT) Add elt function for doris.

2022-08-22 Thread GitBox
Gabriel39 commented on code in PR #11991: URL: https://github.com/apache/doris/pull/11991#discussion_r952183834 ## be/src/exec/spill_sort_node.cc: ## @@ -96,20 +96,20 @@ Status SpillSortNode::get_next(RuntimeState* state, RowBatch* row_batch, bool* e DCHECK_EQ(row_batch->n

[doris-website] branch master updated: modify the homepage path of the docs (#61)

2022-08-22 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/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 711f2376170 modify the homepage pat

[GitHub] [doris-website] hf200012 merged pull request #61: modify the homepage path of the docs

2022-08-22 Thread GitBox
hf200012 merged PR #61: URL: https://github.com/apache/doris-website/pull/61 -- 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...@doris.a

[GitHub] [doris] github-actions[bot] commented on pull request #11962: [Bug](error code) fix db access error code msg

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11962: URL: https://github.com/apache/doris/pull/11962#issuecomment-1223572234 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 to GitHu

[GitHub] [doris-flink-connector] dinggege1024 opened a new issue, #57: [Enhancement] Added *.DS_Store into .gitignore for Mac OS

2022-08-22 Thread GitBox
dinggege1024 opened a new issue, #57: URL: https://github.com/apache/doris-flink-connector/issues/57 ### 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] [doris] zxealous commented on pull request #11984: [Fix](remote) Fix thread safety issue in cache

2022-08-22 Thread GitBox
zxealous commented on PR #11984: URL: https://github.com/apache/doris/pull/11984#issuecomment-1223544785 > please create an issue to describe the problem. And add modify the document for new configs. @morningman done -- This is an automated message from the Apache Git Service. To

[GitHub] [doris] zxealous opened a new issue, #11992: [Bug] Thread safety issue in cache

2022-08-22 Thread GitBox
zxealous opened a new issue, #11992: URL: https://github.com/apache/doris/issues/11992 ### 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 master

[GitHub] [doris] yongjinhou opened a new pull request, #11991: [Function](ELT) Add elt function for doris.

2022-08-22 Thread GitBox
yongjinhou opened a new pull request, #11991: URL: https://github.com/apache/doris/pull/11991 # Proposed changes Issue Number: close #11990 ## Problem summary Add elt function for doris. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] yongjinhou opened a new issue, #11990: [Enhancement]

2022-08-22 Thread GitBox
yongjinhou opened a new issue, #11990: URL: https://github.com/apache/doris/issues/11990 ### 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 Add elt

[GitHub] [doris] pengxiangyu commented on a diff in pull request #11984: [Fix] Fix thread safety issue in cache

2022-08-22 Thread GitBox
pengxiangyu commented on code in PR #11984: URL: https://github.com/apache/doris/pull/11984#discussion_r952118768 ## be/src/io/cache/whole_file_cache.cpp: ## @@ -60,55 +60,94 @@ Status WholeFileCache::_generate_cache_reader(size_t offset, size_t req_size) { RETURN_NOT_OK_S

[GitHub] [doris] HappenLee commented on a diff in pull request #11972: [Enchancement](optimize) set result_size_hint to filter_block

2022-08-22 Thread GitBox
HappenLee commented on code in PR #11972: URL: https://github.com/apache/doris/pull/11972#discussion_r952119405 ## be/src/vec/columns/columns_common.cpp: ## @@ -106,14 +106,14 @@ struct ResultOffsetsBuilder { void insertOne(size_t array_size) { Review Comment: change

[GitHub] [doris] Kikyou1997 commented on pull request #11964: [feature](nerieds)Support partition prune

2022-08-22 Thread GitBox
Kikyou1997 commented on PR #11964: URL: https://github.com/apache/doris/pull/11964#issuecomment-1223484503 > Please add unit tests to cover tests in `ListPartitionPrunerTest` and `RangePartitionPruneTest`. Current support RangePartitionPrune first in this PR -- This is an automate

[GitHub] [doris] Kikyou1997 commented on pull request #11964: [feature](nerieds)Support partition prune

2022-08-22 Thread GitBox
Kikyou1997 commented on PR #11964: URL: https://github.com/apache/doris/pull/11964#issuecomment-1223484062 @morrySnow -- 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] [doris] morrySnow commented on pull request #11861: [fix](grouping)fix grouping function bug

2022-08-22 Thread GitBox
morrySnow commented on PR #11861: URL: https://github.com/apache/doris/pull/11861#issuecomment-1223482506 please rebase to newest master to pass p0 check -- 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] [doris] github-actions[bot] commented on pull request #11861: [fix](grouping)fix grouping function bug

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11861: URL: https://github.com/apache/doris/pull/11861#issuecomment-1223482403 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 use the UR

[GitHub] [doris] xiaojunjie opened a new pull request, #11989: [regression-test](p0) add case for window function at min/max when ve…

2022-08-22 Thread GitBox
xiaojunjie opened a new pull request, #11989: URL: https://github.com/apache/doris/pull/11989 # Proposed changes Issue Number: noinssue ## Problem summary As described in [#9076](https://github.com/apache/doris/commit/cdd1b6d6dd0437d2332862637a75e92835926583#diff-3fc7ae0

[GitHub] [doris] MRYOG opened a new issue, #11988: [Bug] 分区过多时,delete from table超时

2022-08-22 Thread GitBox
MRYOG opened a new issue, #11988: URL: https://github.com/apache/doris/issues/11988 ### 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.1.2-rc02

[GitHub] [doris] morrySnow commented on a diff in pull request #11971: [fix](join)the hash join node would get the wrong nullable if the child node is cross join node

2022-08-22 Thread GitBox
morrySnow commented on code in PR #11971: URL: https://github.com/apache/doris/pull/11971#discussion_r952111787 ## fe/fe-core/src/main/java/org/apache/doris/planner/HashJoinNode.java: ## @@ -451,13 +453,18 @@ private void computeOutputTuple(Analyzer analyzer) throws UserExcepti

[GitHub] [doris] MRYOG opened a new issue, #11987: [Bug] Delete 语句Where 条件不能跟加 1=1

2022-08-22 Thread GitBox
MRYOG opened a new issue, #11987: URL: https://github.com/apache/doris/issues/11987 ### 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.1.2-rc02

[GitHub] [doris] MRYOG opened a new issue, #11986: [Bug] 嵌套查询使用 LATERAL VIEW 生成的属性做为条件判断不生效

2022-08-22 Thread GitBox
MRYOG opened a new issue, #11986: URL: https://github.com/apache/doris/issues/11986 ### 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.1.2-rc02

[doris] branch dev-1.1.2 updated: [Bug](cast) change binary predicate finally cast to varchar (#11796) (#11983)

2022-08-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new a1fa8c487b [Bug](cast) change binary pred

[GitHub] [doris] yiguolei merged pull request #11983: [dev-1.1.2](cherry-pick) change binary predicate finally cast to varchar (#11796)

2022-08-22 Thread GitBox
yiguolei merged PR #11983: URL: https://github.com/apache/doris/pull/11983 -- 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...@doris.apa

[doris] branch dev-1.1.2 updated: [dev-1.1.2](memtracker) Fix DCHECK consumption is greater than 0 in old mem tracker #11980

2022-08-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new c33ebbf03f [dev-1.1.2](memtracker) Fix DC

[GitHub] [doris] yiguolei merged pull request #11980: [dev-1.1.2](memtracker) Fix DCHECK consumption is greater than 0 in old mem tracker

2022-08-22 Thread GitBox
yiguolei merged PR #11980: URL: https://github.com/apache/doris/pull/11980 -- 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...@doris.apa

[GitHub] [doris] yixiutt closed pull request #11953: [feature-wip](unique-key-merge-on-write) opt lock and only save valid rowsets delete_bitmap when save meta

2022-08-22 Thread GitBox
yixiutt closed pull request #11953: [feature-wip](unique-key-merge-on-write) opt lock and only save valid rowsets delete_bitmap when save meta URL: https://github.com/apache/doris/pull/11953 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [doris] yixiutt commented on pull request #11953: [feature-wip](unique-key-merge-on-write) opt lock and only save valid rowsets delete_bitmap when save meta

2022-08-22 Thread GitBox
yixiutt commented on PR #11953: URL: https://github.com/apache/doris/pull/11953#issuecomment-1223468498 > We should also update the PR's ti > We should also update the PR's title? This patch contains multiple optimization, not just "only save valid rowsets delete_bitmap"

[GitHub] [doris] Gabriel39 opened a new pull request, #11985: [Refacotr](predicate) Unify Conditions and ColumnPredicate

2022-08-22 Thread GitBox
Gabriel39 opened a new pull request, #11985: URL: https://github.com/apache/doris/pull/11985 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] zhannngchen commented on pull request #11953: [feature-wip](unique-key-merge-on-write) opt lock and only save valid rowsets delete_bitmap

2022-08-22 Thread GitBox
zhannngchen commented on PR #11953: URL: https://github.com/apache/doris/pull/11953#issuecomment-1223466199 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 unsubscr

[GitHub] [doris] stalary commented on issue #11905: [Bug] Failed to execute CREATE TABLE LIKE or CREATE TABLE AS SELECT When the SQL statement contains DEFAULT CURRENT_TIMESTAMP

2022-08-22 Thread GitBox
stalary commented on issue #11905: URL: https://github.com/apache/doris/issues/11905#issuecomment-1223458240 Thanks, today I will take a look at the problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [doris] aopangzi commented on issue #11905: [Bug] Failed to execute CREATE TABLE LIKE or CREATE TABLE AS SELECT When the SQL statement contains DEFAULT CURRENT_TIMESTAMP

2022-08-22 Thread GitBox
aopangzi commented on issue #11905: URL: https://github.com/apache/doris/issues/11905#issuecomment-1223456386 CREATE TABLE `ods_daping_cmdb_jt_zstd` ( `TIMEKEY` date NULL, `CATEGORY` varchar(32) NULL, `DISPLAY_NAME` varchar(32) NULL, `DEVICE` varchar(32) NULL, `BELON

[GitHub] [doris] aopangzi commented on issue #11905: [Bug] Failed to execute CREATE TABLE LIKE or CREATE TABLE AS SELECT When the SQL statement contains DEFAULT CURRENT_TIMESTAMP

2022-08-22 Thread GitBox
aopangzi commented on issue #11905: URL: https://github.com/apache/doris/issues/11905#issuecomment-1223455139 mysql> create table db_test.ods_daping_cmdb_jt_zstd_bak like db_test.ods_daping_cmdb_jt_zstd; ERROR 1105 (HY000): errCode = 2, detailMessage = Failed to execute CREATE TABLE LIKE

[GitHub] [doris] stalary commented on issue #11905: [Bug] Failed to execute CREATE TABLE LIKE or CREATE TABLE AS SELECT When the SQL statement contains DEFAULT CURRENT_TIMESTAMP

2022-08-22 Thread GitBox
stalary commented on issue #11905: URL: https://github.com/apache/doris/issues/11905#issuecomment-1223455079 > create table db_test.ods_daping_cmdb_jt_zstd_bak like db_test.ods_daping_cmdb_jt_zstd or create table ods_daping_cmdb_jt_zstd2 as select * from ods_daping_cmdb_jt_zstd Pleas

[GitHub] [doris] github-actions[bot] commented on pull request #11980: [dev-1.1.2](memtracker) Fix DCHECK consumption is greater than 0 in old mem tracker

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11980: URL: https://github.com/apache/doris/pull/11980#issuecomment-1223454119 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 use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #11980: [dev-1.1.2](memtracker) Fix DCHECK consumption is greater than 0 in old mem tracker

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11980: URL: https://github.com/apache/doris/pull/11980#issuecomment-1223454093 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 to GitHu

[GitHub] [doris] zxealous opened a new pull request, #11984: [Fix] Fix thread safety issue in cache

2022-08-22 Thread GitBox
zxealous opened a new pull request, #11984: URL: https://github.com/apache/doris/pull/11984 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] aopangzi commented on issue #11905: [Bug] Failed to execute CREATE TABLE LIKE or CREATE TABLE AS SELECT When the SQL statement contains DEFAULT CURRENT_TIMESTAMP

2022-08-22 Thread GitBox
aopangzi commented on issue #11905: URL: https://github.com/apache/doris/issues/11905#issuecomment-1223451943 create table db_test.ods_daping_cmdb_jt_zstd_bak like db_test.ods_daping_cmdb_jt_zstdor create table ods_daping_cmdb_jt_zstd2 as select * from ods_daping_cmdb_jt_zstd -- Thi

[GitHub] [doris] github-actions[bot] commented on pull request #11963: [deps](httpv2)upgrade springboot version to 2.7.3

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11963: URL: https://github.com/apache/doris/pull/11963#issuecomment-1223436390 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 use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #11963: [deps](httpv2)upgrade springboot version to 2.7.3

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11963: URL: https://github.com/apache/doris/pull/11963#issuecomment-1223436358 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 to GitHu

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #11983: [Bug](cast) change binary predicate finally cast to varchar (#11796)

2022-08-22 Thread GitBox
BiteThet opened a new pull request, #11983: URL: https://github.com/apache/doris/pull/11983 # Proposed changes cherry pick #11796 to 1.1.2 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: -

[GitHub] [doris] Henry2SS commented on pull request #11962: [Bug](error code) fix db access error code msg

2022-08-22 Thread GitBox
Henry2SS commented on PR #11962: URL: https://github.com/apache/doris/pull/11962#issuecomment-1223423979 > please rebase master to pass `P0`. 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 abo

[GitHub] [doris] morningman opened a new pull request, #11982: [doc](faq) add Problem with the SSL CA cert FAQ

2022-08-22 Thread GitBox
morningman opened a new pull request, #11982: URL: https://github.com/apache/doris/pull/11982 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] stalary commented on a diff in pull request #11942: [Enhancement](restore) restore table or partition with the same replication num as before the backup

2022-08-22 Thread GitBox
stalary commented on code in PR #11942: URL: https://github.com/apache/doris/pull/11942#discussion_r952051818 ## fe/fe-core/src/main/java/org/apache/doris/backup/RestoreJob.java: ## @@ -1858,6 +1893,7 @@ public void readFields(DataInput in) throws IOException { Stri

[doris] branch master updated: [fix](error-code) prompt error when MySQL client login password is incorrect #11973

2022-08-22 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/doris.git The following commit(s) were added to refs/heads/master by this push: new bc28b7eb4f [fix](error-code) prompt error when

[GitHub] [doris] yiguolei merged pull request #11973: [fix](error-code) prompt error when MySQL client login password is incorrect

2022-08-22 Thread GitBox
yiguolei merged PR #11973: URL: https://github.com/apache/doris/pull/11973 -- 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...@doris.apa

[doris] branch dev-1.1.2 updated: [tools](ssb and tpch) optimize tools (#11974)

2022-08-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 68cdc20fc8 [tools](ssb and tpch) optimize

[GitHub] [doris] yiguolei merged pull request #11974: [tools](ssb and tpch) optimize tools

2022-08-22 Thread GitBox
yiguolei merged PR #11974: URL: https://github.com/apache/doris/pull/11974 -- 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...@doris.apa

[GitHub] [doris] morningman commented on a diff in pull request #11952: [improvement](storage) For debugging problems: add session variable to treat agg and unique data model as dup model

2022-08-22 Thread GitBox
morningman commented on code in PR #11952: URL: https://github.com/apache/doris/pull/11952#discussion_r952042390 ## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ## @@ -525,6 +529,18 @@ public class SessionVariable implements Serializable, Writable { @

[doris] branch dev-1.1.2 updated: [fix][Vectorized] Fix nullptr deref in data sink (#11473)

2022-08-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 4a2b4d05b3 [fix][Vectorized] Fix nullptr

[GitHub] [doris] morningman commented on a diff in pull request #11952: [improvement](storage) For debugging problems: add session variable to treat agg and unique data model as dup model

2022-08-22 Thread GitBox
morningman commented on code in PR #11952: URL: https://github.com/apache/doris/pull/11952#discussion_r952040885 ## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ## @@ -525,6 +529,18 @@ public class SessionVariable implements Serializable, Writable { @

[doris] branch master updated: [feature-wip](new-scan) add scanner scheduling framework (#11582)

2022-08-22 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/doris.git The following commit(s) were added to refs/heads/master by this push: new 05da3d947f [feature-wip](new-scan) add scanner

[GitHub] [doris] yiguolei merged pull request #11582: [feature-wip](new-scan) add scanner scheduling framework

2022-08-22 Thread GitBox
yiguolei merged PR #11582: URL: https://github.com/apache/doris/pull/11582 -- 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...@doris.apa

[doris] branch dev-1.1.2 updated: [fix](agg)repeat node shouldn't change slot's nullable property of agg node (#11859)

2022-08-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new e158613189 [fix](agg)repeat node shouldn'

[doris] branch dev-1.1.2 updated: [Bugfix](inpredicate) fix in predicate in group by clause may cause NPE (#11886)

2022-08-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 0eb51086b9 [Bugfix](inpredicate) fix in p

[GitHub] [doris] s11ngh commented on issue #11916: [Enhancement] replace `assertTrue(X.equals(X))` with `assertEquals`

2022-08-22 Thread GitBox
s11ngh commented on issue #11916: URL: https://github.com/apache/doris/issues/11916#issuecomment-1223056259 Hi, could you assign this issue? Would love working on it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [doris] AshinGau opened a new pull request, #11981: [feature-wip](parquet-reader) parquet dictionary decoder

2022-08-22 Thread GitBox
AshinGau opened a new pull request, #11981: URL: https://github.com/apache/doris/pull/11981 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] xinyiZzz closed issue #6680: [Bug] 当并行执行sql语句BE占用内存达到mem_limit上限值时,BE进程异常退出

2022-08-22 Thread GitBox
xinyiZzz closed issue #6680: [Bug] 当并行执行sql语句BE占用内存达到mem_limit上限值时,BE进程异常退出 URL: https://github.com/apache/doris/issues/6680 -- 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] [doris] xinyiZzz commented on issue #6680: [Bug] 当并行执行sql语句BE占用内存达到mem_limit上限值时,BE进程异常退出

2022-08-22 Thread GitBox
xinyiZzz commented on issue #6680: URL: https://github.com/apache/doris/issues/6680#issuecomment-1222790934 @dh-cloud @freshsun @chovy-3012 The old version of the query mem tracker is inaccurate and cannot effectively limit the memory usage of the BE process. After 1.1.2, and the

[GitHub] [doris] xinyiZzz closed issue #10400: [Bug]

2022-08-22 Thread GitBox
xinyiZzz closed issue #10400: [Bug] URL: https://github.com/apache/doris/issues/10400 -- 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] [doris] xinyiZzz commented on issue #10400: [Bug]

2022-08-22 Thread GitBox
xinyiZzz commented on issue #10400: URL: https://github.com/apache/doris/issues/10400#issuecomment-1222783309 错误原因是超出了query内存限制,doris中一个query默认执行内存限制为2G, 修改session variable `set exec_mem_limit = ;` 提高当前session的query内存限制, 也可以 `set global exec_mem_limit = ;` 修改query默认内存限制,重启mysql

[GitHub] [doris] xinyiZzz opened a new pull request, #11980: [dev-1.1.2](memtracker) Fix DCHECK consumption is greater than 0 in old mem tracker

2022-08-22 Thread GitBox
xinyiZzz opened a new pull request, #11980: URL: https://github.com/apache/doris/pull/11980 # Proposed changes Issue Number: close #xxx ## Problem summary ``` #0 0x7f00aa2f2fbb in raise () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x7f00aa2d8864 in abort ()

[GitHub] [doris] github-actions[bot] commented on pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11812: URL: https://github.com/apache/doris/pull/11812#issuecomment-1222642906 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 use the UR

[GitHub] [doris] morrySnow commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-22 Thread GitBox
morrySnow commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951670737 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinLAsscomHelper.java: ## @@ -74,10 +78,20 @@ public JoinLAsscomHelper(LogicalJoin topJoin

[GitHub] [doris] morrySnow commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-22 Thread GitBox
morrySnow commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r95172 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/MultiJoin.java: ## @@ -51,11 +54,27 @@ public class MultiJoin extends PlanVisitor { *

[GitHub] [doris] github-actions[bot] commented on pull request #11973: [fix] prompt error when MySQL client login password is incorrect

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11973: URL: https://github.com/apache/doris/pull/11973#issuecomment-1222621289 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 use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #11973: [fix] prompt error when MySQL client login password is incorrect

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11973: URL: https://github.com/apache/doris/pull/11973#issuecomment-1222621235 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 to GitHu

[doris] branch master updated: [github](checks) change the requirement of github checks (#11978)

2022-08-22 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/doris.git The following commit(s) were added to refs/heads/master by this push: new 38c751e5eb [github](checks) change the requir

[GitHub] [doris] morningman merged pull request #11978: [github](checks) change the requirement of github checks

2022-08-22 Thread GitBox
morningman merged PR #11978: URL: https://github.com/apache/doris/pull/11978 -- 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...@doris.a

[GitHub] [doris] morningman opened a new pull request, #11979: [feature](http) get create table stmt for a given query

2022-08-22 Thread GitBox
morningman opened a new pull request, #11979: URL: https://github.com/apache/doris/pull/11979 # Proposed changes Issue Number: close #xxx ## Problem summary This API can help user to get all create table statement of a given SQL. So that it will be easier to run the ca

[GitHub] [doris] 924060929 merged pull request #11867: [feature](nereids): enable exploration job

2022-08-22 Thread GitBox
924060929 merged PR #11867: URL: https://github.com/apache/doris/pull/11867 -- 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...@doris.ap

[doris] branch master updated: [feature](nereids): enable exploration job (#11867)

2022-08-22 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new def6f5568e [feature](nereids): enable explora

[GitHub] [doris] github-actions[bot] commented on pull request #11962: [Bug](error code) fix db access error code msg

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11962: URL: https://github.com/apache/doris/pull/11962#issuecomment-1222510578 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 use the UR

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951571537 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalJoin.java: ## @@ -132,7 +165,10 @@ public List computeOutput(Plan leftInput, Plan right

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951571270 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalHashJoin.java: ## @@ -65,7 +67,10 @@ public R accept(PlanVisitor visitor, C context)

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951570991 ## fe/fe-core/src/test/java/org/apache/doris/nereids/rules/exploration/join/JoinCommuteTest.java: ## @@ -47,7 +48,8 @@ public void testInnerJoinCommute() {

[GitHub] [doris] github-actions[bot] commented on pull request #11940: [refactor](status) Refactor status handling in agent task

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11940: URL: https://github.com/apache/doris/pull/11940#issuecomment-1222504470 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 use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #11977: [typo](doc) fix some typo in faq docs

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11977: URL: https://github.com/apache/doris/pull/11977#issuecomment-1222496637 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 use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #11977: [typo](doc) fix some typo in faq docs

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11977: URL: https://github.com/apache/doris/pull/11977#issuecomment-1222496582 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 to GitHu

[GitHub] [doris] spaces-X commented on a diff in pull request #11972: [Enchancement](optimize) set result_size_hint to filter_block

2022-08-22 Thread GitBox
spaces-X commented on code in PR #11972: URL: https://github.com/apache/doris/pull/11972#discussion_r951560496 ## be/src/vec/core/block.cpp: ## @@ -638,7 +624,7 @@ void filter_block_internal(Block* block, const IColumn::Filter& filter, uint32_t if (count != block->rows

[GitHub] [doris] jackwener commented on pull request #11962: [Bug](error code) fix db access error code msg

2022-08-22 Thread GitBox
jackwener commented on PR #11962: URL: https://github.com/apache/doris/pull/11962#issuecomment-1222492226 please rebaes master to pass `P0`. -- 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 sp

[GitHub] [doris] 924060929 merged pull request #11802: [feature](Nereids)add type coercion rule for nereids

2022-08-22 Thread GitBox
924060929 merged PR #11802: URL: https://github.com/apache/doris/pull/11802 -- 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...@doris.ap

[GitHub] [doris] jackwener commented on a diff in pull request #11940: [refactor](status) Refactor status handling in agent task

2022-08-22 Thread GitBox
jackwener commented on code in PR #11940: URL: https://github.com/apache/doris/pull/11940#discussion_r951545028 ## be/src/util/cpu_info.h: ## @@ -20,12 +20,12 @@ #pragma once +#include Review Comment: Maybe it's redundant? ## be/src/common/logconfig.cpp: ###

[GitHub] [doris] github-actions[bot] commented on pull request #11978: change community regression to different case level regression

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11978: URL: https://github.com/apache/doris/pull/11978#issuecomment-1222482801 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 use the UR

  1   2   >