[GitHub] [doris] github-actions[bot] commented on pull request #11745: [FIX](function)fix max_by function bug

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11745: URL: https://github.com/apache/doris/pull/11745#issuecomment-1214290937 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] wangbo commented on a diff in pull request #11754: [fix](delete) fix query result error after delete

2022-08-13 Thread GitBox
wangbo commented on code in PR #11754: URL: https://github.com/apache/doris/pull/11754#discussion_r945225567 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1199,6 +1199,34 @@ Status SegmentIterator::next_batch(vectorized::Block* block) { return Status::OK();

[GitHub] [doris] wangbo commented on a diff in pull request #11754: [fix](delete) fix query result error after delete

2022-08-13 Thread GitBox
wangbo commented on code in PR #11754: URL: https://github.com/apache/doris/pull/11754#discussion_r945225567 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1199,6 +1199,34 @@ Status SegmentIterator::next_batch(vectorized::Block* block) { return Status::OK();

[doris-website] branch master updated: version sort

2022-08-13 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 5d97fb3708d version sort 5d97fb3708

[doris] branch dev-1.1.2 updated: 1.1.2-rc03

2022-08-13 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 96d86cbbbd 1.1.2-rc03 96d86cbbbd is descr

[doris] branch dev-1.1.2 updated: [Bug](date function) Return null if date format is invalid (#11720)

2022-08-13 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 c60ae0f501 [Bug](date function) Return nu

[GitHub] [doris] yiguolei commented on a diff in pull request #11754: [fix](delete) fix query result error after delete

2022-08-13 Thread GitBox
yiguolei commented on code in PR #11754: URL: https://github.com/apache/doris/pull/11754#discussion_r945221172 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1199,6 +1199,34 @@ Status SegmentIterator::next_batch(vectorized::Block* block) { return Status::OK(

[doris-website] branch asf-site updated: Automated deployment with doris branch @ 1f55ce50f7f0eabe5b9a5f4ce418a23e716677b3

2022-08-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 3fb852e3274 Automated deployment

[GitHub] [doris] github-actions[bot] commented on pull request #11494: [feature](schema change) Light schema change support rollup/mv

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11494: URL: https://github.com/apache/doris/pull/11494#issuecomment-1214265109 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 #11494: [feature](schema change) Light schema change support rollup/mv

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11494: URL: https://github.com/apache/doris/pull/11494#issuecomment-1214265111 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] yaoyi opened a new issue, #11765: 请问in查询是不是不支持多个字段?

2022-08-13 Thread GitBox
yaoyi opened a new issue, #11765: URL: https://github.com/apache/doris/issues/11765 ### Discussed in https://github.com/apache/doris/discussions/11763 Originally posted by **yaoyi** August 13, 2022 比如 ```sql SELECT id FROM t1 WHERE (c1, c2) IN ((1, 2)); ``` 报错:

[GitHub] [doris] morningman commented on a diff in pull request #11625: [Enhancement](load) add hidden_columns in stream load param

2022-08-13 Thread GitBox
morningman commented on code in PR #11625: URL: https://github.com/apache/doris/pull/11625#discussion_r945214836 ## fe/fe-core/src/main/java/org/apache/doris/task/StreamLoadTask.java: ## @@ -320,6 +328,9 @@ private void setOptionalFromTSLPutRequest(TStreamLoadPutRequest request

[doris] branch master updated: update english doc (#11759)

2022-08-13 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.git The following commit(s) were added to refs/heads/master by this push: new 6d56755336 update english doc (#11759) 6d56

[GitHub] [doris] hf200012 merged pull request #11759: [doc](data-model) update english title

2022-08-13 Thread GitBox
hf200012 merged PR #11759: URL: https://github.com/apache/doris/pull/11759 -- 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 master updated: [typo](doc) Fix sidebar version (#11764)

2022-08-13 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.git The following commit(s) were added to refs/heads/master by this push: new 0333261a75 [typo](doc) Fix sidebar version

[GitHub] [doris] hf200012 merged pull request #11764: [typo](doc) Fix sidebar version

2022-08-13 Thread GitBox
hf200012 merged PR #11764: URL: https://github.com/apache/doris/pull/11764 -- 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 #11764: [typo](doc) Fix sidebar version

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11764: URL: https://github.com/apache/doris/pull/11764#issuecomment-1214213284 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 #11764: [typo](doc) Fix sidebar version

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11764: URL: https://github.com/apache/doris/pull/11764#issuecomment-1214213281 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] hf200012 opened a new pull request, #11764: 【typo](doc) Fix sidebar version

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

[doris] branch master updated: [typo](doc)Solve the problem that the official website of the document fails to compile and publish (#11762)

2022-08-13 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.git The following commit(s) were added to refs/heads/master by this push: new 43ff796419 [typo](doc)Solve the problem tha

[GitHub] [doris] hf200012 merged pull request #11762: [typo](doc)Solve the problem that the official website of the document fails to compile and publish

2022-08-13 Thread GitBox
hf200012 merged PR #11762: URL: https://github.com/apache/doris/pull/11762 -- 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 #11762: [typo](doc)Solve the problem that the official website of the document fails to compile and publish

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11762: URL: https://github.com/apache/doris/pull/11762#issuecomment-1214179133 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 #11762: [typo](doc)Solve the problem that the official website of the document fails to compile and publish

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11762: URL: https://github.com/apache/doris/pull/11762#issuecomment-1214179123 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] hf200012 opened a new pull request, #11762: [typo](doc)Solve the problem that the official website of the document fails to compile and publish

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

[doris-website] branch master updated: fix

2022-08-13 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 1f55ce50f7f fix 1f55ce50f7f is desc

[GitHub] [doris] chenlinzhong opened a new pull request, #11761: [remote-udaf](sample) add some c++ demo

2022-08-13 Thread GitBox
chenlinzhong opened a new pull request, #11761: URL: https://github.com/apache/doris/pull/11761 # Proposed changes Issue Number: close #xxx ## Problem summary ``` //create one table such as table2 CREATE TABLE `table2` ( `event_day` date NULL, `siteid`

[GitHub] [doris] github-actions[bot] commented on pull request #11014: A small tip during installation and deployment

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11014: URL: https://github.com/apache/doris/pull/11014#issuecomment-1214166457 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 #11741: [docs](fix)[fix some error path]

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11741: URL: https://github.com/apache/doris/pull/11741#issuecomment-1214166040 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 #11759: [doc](data-model) update english title

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11759: URL: https://github.com/apache/doris/pull/11759#issuecomment-1214165014 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] chenlinzhong opened a new pull request, #11760: [remote-udaf](sample) impl some udaf python demo

2022-08-13 Thread GitBox
chenlinzhong opened a new pull request, #11760: URL: https://github.com/apache/doris/pull/11760 # Proposed changes Issue Number: close #xxx ## Problem summary ``` //create one table such as table2 CREATE TABLE `table2` ( `event_day` date NULL, `siteid` int

[doris-website] branch master updated: fix

2022-08-13 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 d3bf514 fix d3bf514 is desc

[doris-website] branch master updated: fix

2022-08-13 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 ac8c0f70571 fix ac8c0f70571 is desc

[doris-website] branch master updated: data model title fix

2022-08-13 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 22e28e7621a data model title fix 22

[GitHub] [doris] JNSimba opened a new pull request, #11759: [doc](data-model) update english title

2022-08-13 Thread GitBox
JNSimba opened a new pull request, #11759: URL: https://github.com/apache/doris/pull/11759 # Proposed changes Issue Number: close #xxx ## Problem summary update english title ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[doris-website] branch master updated: Add master version documentation

2022-08-13 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 1c3618a4454 Add master version docu

[doris] branch master updated: [typo](fix)Fix community documentation link errors (#11758)

2022-08-13 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.git The following commit(s) were added to refs/heads/master by this push: new 031fba4259 [typo](fix)Fix community documen

[GitHub] [doris] hf200012 merged pull request #11758: [typo](fix)Fix community documentation link errors

2022-08-13 Thread GitBox
hf200012 merged PR #11758: URL: https://github.com/apache/doris/pull/11758 -- 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 #11758: [typo](fix)Fix community documentation link errors

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11758: URL: https://github.com/apache/doris/pull/11758#issuecomment-1214159421 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 #11758: [typo](fix)Fix community documentation link errors

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11758: URL: https://github.com/apache/doris/pull/11758#issuecomment-1214159416 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 #11756: [doc](fix)fix-doc

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11756: URL: https://github.com/apache/doris/pull/11756#issuecomment-1214159184 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] hf200012 opened a new pull request, #11758: [typo](fix)Fix community documentation link errors

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

[doris-website] branch master updated: Add daily build doris master docs

2022-08-13 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 4c3048bca40 Add daily build doris m

[doris] branch master updated: [doc](typo)Add doc sidebars (#11749)

2022-08-13 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.git The following commit(s) were added to refs/heads/master by this push: new db83f37256 [doc](typo)Add doc sidebars (#11

[GitHub] [doris] hf200012 merged pull request #11749: [doc](typo)Add doc sidebars

2022-08-13 Thread GitBox
hf200012 merged PR #11749: URL: https://github.com/apache/doris/pull/11749 -- 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-website] hf200012 merged pull request #40: [doc]fix-doc

2022-08-13 Thread GitBox
hf200012 merged PR #40: URL: https://github.com/apache/doris-website/pull/40 -- 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-website] branch master updated: title fix

2022-08-13 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 2867d0ac041 title fix 2867d0ac041 i

[GitHub] [doris-website] hf200012 merged pull request #41: remove the exact same website link

2022-08-13 Thread GitBox
hf200012 merged PR #41: URL: https://github.com/apache/doris-website/pull/41 -- 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-website] branch master updated: remove the exact same website link (#41)

2022-08-13 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 359addc6cee remove the exact same w

[doris-website] branch master updated: fix-doc (#40)

2022-08-13 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 0187b269b35 fix-doc (#40) 0187b269b

[GitHub] [doris] github-actions[bot] commented on pull request #11749: [doc](typo)Add doc sidebars

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11749: URL: https://github.com/apache/doris/pull/11749#issuecomment-1214151106 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 #11749: [doc](typo)Add doc sidebars

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11749: URL: https://github.com/apache/doris/pull/11749#issuecomment-1214151095 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 #11746: [Fix](audit)eliminate duplicate query id in fe.audit.log

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11746: URL: https://github.com/apache/doris/pull/11746#issuecomment-1214149831 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 #11746: [Fix](audit)eliminate duplicate query id in fe.audit.log

2022-08-13 Thread GitBox
github-actions[bot] commented on PR #11746: URL: https://github.com/apache/doris/pull/11746#issuecomment-1214149827 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] xiaokang opened a new pull request, #11757: [fix](query) fix orderby keys limit return less or no result

2022-08-13 Thread GitBox
xiaokang opened a new pull request, #11757: URL: https://github.com/apache/doris/pull/11757 fix orderby keys limit return less or no result when a WHERE predicte filter most rows # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes.

[GitHub] [doris] compasses commented on a diff in pull request #11579: [Feature](NGram BloomFilter Index) add new ngram bloom filter index to speed up like query

2022-08-13 Thread GitBox
compasses commented on code in PR #11579: URL: https://github.com/apache/doris/pull/11579#discussion_r945119661 ## docs/zh-CN/docs/data-table/index/ngram-bloomfilter-index.md: ## @@ -0,0 +1,79 @@ +--- +{ +"title": "NGram BloomFilter索引", +"language": "zh-CN" +} +--- + + +

[GitHub] [doris] compasses commented on a diff in pull request #11579: [Feature](NGram BloomFilter Index) add new ngram bloom filter index to speed up like query

2022-08-13 Thread GitBox
compasses commented on code in PR #11579: URL: https://github.com/apache/doris/pull/11579#discussion_r945118529 ## docs/zh-CN/docs/data-table/index/ngram-bloomfilter-index.md: ## @@ -0,0 +1,79 @@ +--- +{ +"title": "NGram BloomFilter索引", +"language": "zh-CN" +} +--- + + +

[GitHub] [doris] compasses commented on a diff in pull request #11579: [Feature](NGram BloomFilter Index) add new ngram bloom filter index to speed up like query

2022-08-13 Thread GitBox
compasses commented on code in PR #11579: URL: https://github.com/apache/doris/pull/11579#discussion_r945118473 ## be/src/olap/rowset/segment_v2/column_writer.cpp: ## @@ -296,8 +296,13 @@ Status ScalarColumnWriter::init() { RETURN_IF_ERROR( BitmapIndexW