[incubator-doris] branch branch-0.15 updated: [Alter] Support alter table engine type from MySQL to ODBC (#6993)

2021-11-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/branch-0.15 by this push: new dca842f [Alter] Support

[GitHub] [incubator-doris] morningman merged pull request #6993: [Alter] Support alter table engine type from MySQL to ODBC

2021-11-11 Thread GitBox
morningman merged pull request #6993: URL: https://github.com/apache/incubator-doris/pull/6993 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated: [Alter] Support alter table engine type from MySQL to ODBC (#6993)

2021-11-11 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 3d81665 [Alter] Support alter tabl

[GitHub] [incubator-doris] morningman closed issue #6992: [Feature] Support alter table engine from mysql to odbc

2021-11-11 Thread GitBox
morningman closed issue #6992: URL: https://github.com/apache/incubator-doris/issues/6992 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[GitHub] [incubator-doris] hf200012 opened a new pull request #7103: website bugfix

2021-11-11 Thread GitBox
hf200012 opened a new pull request #7103: URL: https://github.com/apache/incubator-doris/pull/7103 website bugfix ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or r

[GitHub] [incubator-doris] morningman commented on a change in pull request #7101: logger error in BDBStateChangeListener.java

2021-11-11 Thread GitBox
morningman commented on a change in pull request #7101: URL: https://github.com/apache/incubator-doris/pull/7101#discussion_r747981994 ## File path: fe/fe-core/src/main/java/org/apache/doris/ha/BDBStateChangeListener.java ## @@ -29,7 +29,7 @@ import org.apache.logging.log4j.L

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7101: logger error in BDBStateChangeListener.java

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #7101: URL: https://github.com/apache/incubator-doris/pull/7101#issuecomment-966820435 -- 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 c

[GitHub] [incubator-doris] morningman commented on a change in pull request #7099: [Github] Guiding users to use mailing lists

2021-11-11 Thread GitBox
morningman commented on a change in pull request #7099: URL: https://github.com/apache/incubator-doris/pull/7099#discussion_r747975755 ## File path: .github/ISSUE_TEMPLATE/feature-request.yml ## @@ -24,6 +24,8 @@ body: value: | Thank you very much for your good

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7099: [Github] Guiding users to use mailing lists

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #7099: URL: https://github.com/apache/incubator-doris/pull/7099#issuecomment-966816586 -- 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 c

[GitHub] [incubator-doris] EmmyMiao87 opened a new issue #7102: [Feature] Reduce useless cast

2021-11-11 Thread GitBox
EmmyMiao87 opened a new issue #7102: URL: https://github.com/apache/incubator-doris/issues/7102 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7080: [Blog]Example of binlog load usage

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #7080: URL: https://github.com/apache/incubator-doris/pull/7080#issuecomment-966803503 -- 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 c

[incubator-doris] branch master updated (c7e9430 -> f93dae9)

2021-11-11 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 c7e9430 [Optimize] hll optimize: trace memory usage, new explicit data when really need (#6971) a

[GitHub] [incubator-doris] morningman merged pull request #7093: [Doc]Organize documents

2021-11-11 Thread GitBox
morningman merged pull request #7093: URL: https://github.com/apache/incubator-doris/pull/7093 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7093: [Doc]Organize documents

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #7093: URL: https://github.com/apache/incubator-doris/pull/7093#issuecomment-966802862 -- 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 c

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7100: REPLACE_IF_NOT_NULL document modification

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #7100: URL: https://github.com/apache/incubator-doris/pull/7100#issuecomment-966802481 -- 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 c

[GitHub] [incubator-doris] GoGoWen opened a new pull request #7101: logger error in BDBStateChangeListener.java

2021-11-11 Thread GitBox
GoGoWen opened a new pull request #7101: URL: https://github.com/apache/incubator-doris/pull/7101 ## Proposed changes the logger BDBStateChangeListener.java should be BDBStateChangeListener.class instead of EditLog.class. ## Types of changes What types of changes do

[incubator-doris] 09/09: [Bug] Fix bug with use tableId to get table in publish version (#7091)

2021-11-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit fe8f299c21947f00a8a2302a80df4620909809db Author: Userwhite <49226823+userwh...@users.noreply.github.com

[incubator-doris] 04/09: [Compile] Fix spark-connector compile problem (#7048)

2021-11-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 8b8d21cc5ea0bd9a04c59c06df99db1c17e9edf5 Author: wei zhao AuthorDate: Thu Nov 11 15:42:30 2021 +0800

[incubator-doris] 01/09: [libhdfs] Add errno for hdfs writer. when no dir, hdfs writer open failed, the dir need to be created. (#7050)

2021-11-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit cecd369f3f463aebe295d8b233d319aeb66756c4 Author: pengxiangyu AuthorDate: Thu Nov 11 15:21:21 2021 +080

[incubator-doris] 05/09: [Bug] Fix bug that NPE thrown when adding partition for table with MV (#7069)

2021-11-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit aea87ca0444c01c7c1244a2084042eab9045c1d4 Author: Mingyu Chen AuthorDate: Thu Nov 11 15:43:16 2021 +080

[incubator-doris] 08/09: [BUG] Fix CacheAnalyzer's bug when aggregate column contains expression. (#7085)

2021-11-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 130ed3557b8240d266d4b1e01d7d689e65b4b820 Author: 曹建华 AuthorDate: Fri Nov 12 10:54:24 2021 +0800 [

[incubator-doris] branch branch-0.15 updated (4309efe -> fe8f299)

2021-11-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 4309efe [Cherry-pick] Add /backends HTTP api for spark/flink connector new cecd369 [libhdfs]

[incubator-doris] 06/09: [Bug] Fix NumberFormatException for partition cache (#6846)

2021-11-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit c53c00635b72edc5522a83ed5f4411f5ce5a83d8 Author: ChPi AuthorDate: Fri Nov 12 10:36:58 2021 +0800

[incubator-doris] 07/09: [Feature] Clean up old sync jobs regularly (#7061)

2021-11-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit b1bc9f878f54e8f40c7599de1c307ae8c1e3bfeb Author: xy720 <22125576+xy...@users.noreply.github.com> Author

[incubator-doris] 03/09: [Colocate] Fix bug that colocate group can not be redistributed after dropping a backend (#7020)

2021-11-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 0ee3485c8a09f6258106d9ed097ada33d37b40e1 Author: Mingyu Chen AuthorDate: Thu Nov 11 15:41:49 2021 +080

[incubator-doris] 02/09: [RoutineLoad] And "runningTxns" fields in SHOW ROUTINE LOAD result (#6986)

2021-11-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 42c93ff56bd4c097a178ddcd3757c8f224711704 Author: Mingyu Chen AuthorDate: Thu Nov 11 15:41:13 2021 +080

[incubator-doris] branch master updated (c55e722 -> c7e9430)

2021-11-11 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 c55e722 [Bug] Fix bug with use tableId to get table in publish version (#7091) add c7e9430 [Opti

[GitHub] [incubator-doris] morningman merged pull request #6971: hll optimize: trace memory usage, new explicit data when really need

2021-11-11 Thread GitBox
morningman merged pull request #6971: URL: https://github.com/apache/incubator-doris/pull/6971 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6971: hll optimize: trace memory usage, new explicit data when really need

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #6971: URL: https://github.com/apache/incubator-doris/pull/6971#issuecomment-966793653 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, plea

[GitHub] [incubator-doris] hf200012 opened a new pull request #7100: REPLACE_IF_NOT_NULL document modification

2021-11-11 Thread GitBox
hf200012 opened a new pull request #7100: URL: https://github.com/apache/incubator-doris/pull/7100 REPLACE_IF_NOT_NULL document modification ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull reque

[incubator-doris] branch master updated (9692131 -> c55e722)

2021-11-11 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 9692131 [BUG] Fix CacheAnalyzer's bug when aggregate column contains expression. (#7085) add c55e

[incubator-doris] branch master updated (d751937 -> 890bcdf)

2021-11-11 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 d751937 [Optimize] Optimize mem_tracker (#6988) add 890bcdf [Feature] Clean up old sync jobs regu

[incubator-doris] branch master updated (890bcdf -> 9692131)

2021-11-11 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 890bcdf [Feature] Clean up old sync jobs regularly (#7061) add 9692131 [BUG] Fix CacheAnalyzer's

[GitHub] [incubator-doris] morningman merged pull request #7091: fix bug with use tableId to get table in publish version

2021-11-11 Thread GitBox
morningman merged pull request #7091: URL: https://github.com/apache/incubator-doris/pull/7091 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] morningman closed issue #7090: [Bug] publish version error when table was dropped

2021-11-11 Thread GitBox
morningman closed issue #7090: URL: https://github.com/apache/incubator-doris/issues/7090 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[GitHub] [incubator-doris] morningman merged pull request #7085: [BUG]. Fix CacheAnalyzer's bug when aggregate column contains expr

2021-11-11 Thread GitBox
morningman merged pull request #7085: URL: https://github.com/apache/incubator-doris/pull/7085 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] morningman closed issue #7084: [Bug] If aggregate columns contain expr, CacheAnalyzer will throw exception

2021-11-11 Thread GitBox
morningman closed issue #7084: URL: https://github.com/apache/incubator-doris/issues/7084 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[GitHub] [incubator-doris] morningman closed issue #7060: [Feature] Clean up old sync jobs regularly

2021-11-11 Thread GitBox
morningman closed issue #7060: URL: https://github.com/apache/incubator-doris/issues/7060 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[GitHub] [incubator-doris] morningman merged pull request #7061: [Feature] Clean up old sync jobs regularly

2021-11-11 Thread GitBox
morningman merged pull request #7061: URL: https://github.com/apache/incubator-doris/pull/7061 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated (795d549 -> d751937)

2021-11-11 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 795d549 [Proc] Add stream load info to system info of web site (#6970) add d751937 [Optimize] Opt

[GitHub] [incubator-doris] morningman merged pull request #6988: mem_tracker optimization

2021-11-11 Thread GitBox
morningman merged pull request #6988: URL: https://github.com/apache/incubator-doris/pull/6988 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated: [Proc] Add stream load info to system info of web site (#6970)

2021-11-11 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 795d549 [Proc] Add stream load inf

[GitHub] [incubator-doris] morningman merged pull request #6970: Add stream load info to system info of web site

2021-11-11 Thread GitBox
morningman merged pull request #6970: URL: https://github.com/apache/incubator-doris/pull/6970 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] zhengshiJ commented on issue #7096: [Feature] Transitive Closure

2021-11-11 Thread GitBox
zhengshiJ commented on issue #7096: URL: https://github.com/apache/incubator-doris/issues/7096#issuecomment-966774822 working on this -- 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 specifi

[incubator-doris] branch master updated (047b83b -> 553cf8f)

2021-11-11 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 047b83b [Optimize][Set Operation Node] Reduce the memory expansion operation of the hash table in Exce

[GitHub] [incubator-doris] morningman closed issue #5957: [BUG] checking rle page full in ColumnWriter is inaccuracy

2021-11-11 Thread GitBox
morningman closed issue #5957: URL: https://github.com/apache/incubator-doris/issues/5957 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[GitHub] [incubator-doris] morningman merged pull request #6934: [Bug] Fix the error of inaccurate checking RLE page whether is full

2021-11-11 Thread GitBox
morningman merged pull request #6934: URL: https://github.com/apache/incubator-doris/pull/6934 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] morningman closed pull request #6817: REPLACE_IF_NOT_NULL document revision

2021-11-11 Thread GitBox
morningman closed pull request #6817: URL: https://github.com/apache/incubator-doris/pull/6817 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated (35da149 -> 047b83b)

2021-11-11 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 35da149 [SparkDpp]Add not() and xor() methods to bitmapValue (#6885) add 047b83b [Optimize][Set O

[GitHub] [incubator-doris] morningman closed issue #6914: [Opt] Reduce the memory expansion operation of the hash table in ExecptNode and IntersectNode

2021-11-11 Thread GitBox
morningman closed issue #6914: URL: https://github.com/apache/incubator-doris/issues/6914 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[GitHub] [incubator-doris] morningman merged pull request #6915: [Optimize][Set Operation Node] Reduce the memory expansion operationof the hash table in ExecptNode and IntersectNode

2021-11-11 Thread GitBox
morningman merged pull request #6915: URL: https://github.com/apache/incubator-doris/pull/6915 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] morningman merged pull request #6885: Add not and xor methods to bitmapValue

2021-11-11 Thread GitBox
morningman merged pull request #6885: URL: https://github.com/apache/incubator-doris/pull/6885 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated: [SparkDpp]Add not() and xor() methods to bitmapValue (#6885)

2021-11-11 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 35da149 [SparkDpp]Add not() and xo

[GitHub] [incubator-doris] morningman merged pull request #6873: [BUG] fix streaming_preagg dcheck cause be down

2021-11-11 Thread GitBox
morningman merged pull request #6873: URL: https://github.com/apache/incubator-doris/pull/6873 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated: [BUG] fix streaming_preagg dcheck cause be down (#6873)

2021-11-11 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 6674af6 [BUG] fix streaming_preagg

[GitHub] [incubator-doris] morningman closed issue #6845: [Bug] fix NumberFormatException for partition cache

2021-11-11 Thread GitBox
morningman closed issue #6845: URL: https://github.com/apache/incubator-doris/issues/6845 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[incubator-doris] branch master updated: [Bug] Fix NumberFormatException for partition cache (#6846)

2021-11-11 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 667e8bd [Bug] Fix NumberFormatExce

[GitHub] [incubator-doris] morningman merged pull request #6846: [bug] fix NumberFormatException for partition cache

2021-11-11 Thread GitBox
morningman merged pull request #6846: URL: https://github.com/apache/incubator-doris/pull/6846 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] morningman commented on a change in pull request #7080: [Blog]Example of binlog load usage

2021-11-11 Thread GitBox
morningman commented on a change in pull request #7080: URL: https://github.com/apache/incubator-doris/pull/7080#discussion_r747938247 ## File path: docs/zh-CN/article/articles/doris-binlog-load.md ## @@ -0,0 +1,422 @@ +--- +{ +"title": "Apache Doris Binlog Load使用方法及示例", +

[GitHub] [incubator-doris] hf200012 commented on a change in pull request #7080: [Blog]Example of binlog load usage

2021-11-11 Thread GitBox
hf200012 commented on a change in pull request #7080: URL: https://github.com/apache/incubator-doris/pull/7080#discussion_r747913948 ## File path: docs/zh-CN/article/articles/doris-binlog-load.md ## @@ -0,0 +1,420 @@ +--- +{ +"title": "Apache Doris Binlog Load使用方法及示例", +

[GitHub] [incubator-doris] hf200012 commented on a change in pull request #7080: [Blog]Example of binlog load usage

2021-11-11 Thread GitBox
hf200012 commented on a change in pull request #7080: URL: https://github.com/apache/incubator-doris/pull/7080#discussion_r747876836 ## File path: docs/zh-CN/article/articles/doris-binlog-load.md ## @@ -0,0 +1,422 @@ +--- +{ +"title": "Apache Doris Binlog Load使用方法及示例", +

[GitHub] [incubator-doris] morningman opened a new pull request #7099: [Github] Guiding users to use mailing lists

2021-11-11 Thread GitBox
morningman opened a new pull request #7099: URL: https://github.com/apache/incubator-doris/pull/7099 ## Proposed changes Guide users to use the mailing list in the github issue templates. ## Types of changes What types of changes does your code introduce to Doris? _Pu

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7085: [BUG]. Fix CacheAnalyzer's bug when aggregate column contains expr

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #7085: URL: https://github.com/apache/incubator-doris/pull/7085#issuecomment-966404968 -- 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 c

[GitHub] [incubator-doris] morningman commented on a change in pull request #7067: [Feature] Support config scheduling strategy.

2021-11-11 Thread GitBox
morningman commented on a change in pull request #7067: URL: https://github.com/apache/incubator-doris/pull/7067#discussion_r747603771 ## File path: fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java ## @@ -384,6 +386,9 @@ @VariableMgr.VarAttr(name = ENABLE_

[GitHub] [incubator-doris] morningman commented on pull request #7079: Fix ES Extern Table Crash

2021-11-11 Thread GitBox
morningman commented on pull request #7079: URL: https://github.com/apache/incubator-doris/pull/7079#issuecomment-966395031 cc @qidaye @wuyunfeng -- 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

[GitHub] [incubator-doris] morningman commented on a change in pull request #7093: [Doc]Organize documents

2021-11-11 Thread GitBox
morningman commented on a change in pull request #7093: URL: https://github.com/apache/incubator-doris/pull/7093#discussion_r747595723 ## File path: docs/.vuepress/sidebar/en.js ## @@ -216,15 +216,12 @@ module.exports = [ sidebarDepth: 1, }, { -title: "Benchmark

[GitHub] [incubator-doris] morningman commented on a change in pull request #7087: add replica num limit per tablet

2021-11-11 Thread GitBox
morningman commented on a change in pull request #7087: URL: https://github.com/apache/incubator-doris/pull/7087#discussion_r747594797 ## File path: fe/fe-core/src/main/java/org/apache/doris/common/util/PropertyAnalyzer.java ## @@ -190,8 +190,9 @@ private static Short analyzeR

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7076: Add session variable to close join order

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #7076: URL: https://github.com/apache/incubator-doris/pull/7076#issuecomment-966390974 -- 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 c

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7064: [Feature] Add degradate strategy for local_replica_selection.

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #7064: URL: https://github.com/apache/incubator-doris/pull/7064#issuecomment-966388240 -- 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 c

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7061: [Feature] Clean up old sync jobs regularly

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #7061: URL: https://github.com/apache/incubator-doris/pull/7061#issuecomment-966385024 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, plea

[GitHub] [incubator-doris] morningman commented on a change in pull request #7041: [enhancement] Increase compatibility with mysql

2021-11-11 Thread GitBox
morningman commented on a change in pull request #7041: URL: https://github.com/apache/incubator-doris/pull/7041#discussion_r747580205 ## File path: be/src/exec/schema_scanner/schema_files_scanner.cpp ## @@ -0,0 +1,115 @@ +// Licensed to the Apache Software Foundation (ASF) und

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7030: [Feature] Print peak memory use of all backend after query in audit log

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #7030: URL: https://github.com/apache/incubator-doris/pull/7030#issuecomment-966374931 -- 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 c

[GitHub] [incubator-doris] morningman commented on a change in pull request #6063: [Bug]Fix the bug data balance causes tablet loss

2021-11-11 Thread GitBox
morningman commented on a change in pull request #6063: URL: https://github.com/apache/incubator-doris/pull/6063#discussion_r747556023 ## File path: gensrc/thrift/AgentService.thrift ## @@ -85,11 +85,14 @@ struct TCreateTabletReq { 12: optional bool is_eco_mode 13: op

[incubator-doris] branch master updated (c9023ac -> 0ae6e92)

2021-11-11 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 c9023ac [Bug] Use object to replace pointer to avoid BE crash (#7024) add 0ae6e92 [Build] fix unu

[GitHub] [incubator-doris] morningman merged pull request #7094: [compile] fix unused import

2021-11-11 Thread GitBox
morningman merged pull request #7094: URL: https://github.com/apache/incubator-doris/pull/7094 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6988: mem_tracker optimization

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #6988: URL: https://github.com/apache/incubator-doris/pull/6988#issuecomment-966244279 -- 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 c

[GitHub] [incubator-doris] morningman commented on a change in pull request #6974: [Bug] fix bool type bug in es scan node

2021-11-11 Thread GitBox
morningman commented on a change in pull request #6974: URL: https://github.com/apache/incubator-doris/pull/6974#discussion_r747435862 ## File path: be/src/exec/es/es_scroll_parser.cpp ## @@ -426,19 +426,24 @@ Status ScrollParser::fill_tuple(const TupleDescriptor* tuple_desc,

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6971: hll optimize: trace memory usage, new explicit data when really need

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #6971: URL: https://github.com/apache/incubator-doris/pull/6971#issuecomment-966239701 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, plea

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6970: Add stream load info to system info of web site

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #6970: URL: https://github.com/apache/incubator-doris/pull/6970#issuecomment-966239094 -- 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 c

[GitHub] [incubator-doris] morningman closed pull request #6964: Prevent invalid expr continue parse

2021-11-11 Thread GitBox
morningman closed pull request #6964: URL: https://github.com/apache/incubator-doris/pull/6964 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] pengxiangyu opened a new pull request #7098: Support remote storage, step1: use a struct instead of string for parameter path, add basic remote method

2021-11-11 Thread GitBox
pengxiangyu opened a new pull request #7098: URL: https://github.com/apache/incubator-doris/pull/7098 ## Proposed changes For the first, we need to make a parameter to discribe the data is local or remote. At then, we need to support some basic function to support the operation fo

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6934: [Bug] Fix the error of inaccurate checking RLE page whether is full

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #6934: URL: https://github.com/apache/incubator-doris/pull/6934#issuecomment-966228267 -- 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 c

[GitHub] [incubator-doris] pengxiangyu opened a new issue #7097: [Feature] Support storage of remote cluster(BOS/S3) for doris data.

2021-11-11 Thread GitBox
pengxiangyu opened a new issue #7097: URL: https://github.com/apache/incubator-doris/issues/7097 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6915: [Optimize][Set Operation Node] Reduce the memory expansion operationof the hash table in ExecptNode and IntersectNode

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #6915: URL: https://github.com/apache/incubator-doris/pull/6915#issuecomment-966227194 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, plea

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6885: Add not and xor methods to bitmapValue

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #6885: URL: https://github.com/apache/incubator-doris/pull/6885#issuecomment-966222163 -- 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 c

[GitHub] [incubator-doris] morningman commented on pull request #6884: [BUG] fix cancel all txns when be is down bug

2021-11-11 Thread GitBox
morningman commented on pull request #6884: URL: https://github.com/apache/incubator-doris/pull/6884#issuecomment-966219748 I have a question that why we need to deploy several BEs on one host? -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] xy720 commented on a change in pull request #7080: [Blog]Example of binlog load usage

2021-11-11 Thread GitBox
xy720 commented on a change in pull request #7080: URL: https://github.com/apache/incubator-doris/pull/7080#discussion_r747389676 ## File path: docs/zh-CN/article/articles/doris-binlog-load.md ## @@ -0,0 +1,422 @@ +--- +{ +"title": "Apache Doris Binlog Load使用方法及示例", +"d

[GitHub] [incubator-doris] morningman commented on a change in pull request #6883: support bitmap binary data from hive in spark load

2021-11-11 Thread GitBox
morningman commented on a change in pull request #6883: URL: https://github.com/apache/incubator-doris/pull/6883#discussion_r747400898 ## File path: fe/spark-dpp/src/main/java/org/apache/doris/load/loadv2/dpp/SparkDpp.java ## @@ -557,6 +561,8 @@ public boolean validateData(Obj

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6873: [BUG] fix streaming_preagg dcheck cause be down

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #6873: URL: https://github.com/apache/incubator-doris/pull/6873#issuecomment-966202499 -- 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 c

[GitHub] [incubator-doris] morningman commented on a change in pull request #6856: [refactor] replace boost smart ptr with stl

2021-11-11 Thread GitBox
morningman commented on a change in pull request #6856: URL: https://github.com/apache/incubator-doris/pull/6856#discussion_r747305115 ## File path: be/src/exec/odbc_connector.cpp ## @@ -228,7 +227,7 @@ Status ODBCConnector::append(const std::string& table_name, RowBatch* batc

[incubator-doris] branch master updated: [Bug] Use object to replace pointer to avoid BE crash (#7024)

2021-11-11 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 c9023ac [Bug] Use object to replac

[GitHub] [incubator-doris] morningman merged pull request #7024: fix core problem: use object replace pointer

2021-11-11 Thread GitBox
morningman merged pull request #7024: URL: https://github.com/apache/incubator-doris/pull/7024 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7024: fix core problem: use object replace pointer

2021-11-11 Thread GitBox
github-actions[bot] commented on pull request #7024: URL: https://github.com/apache/incubator-doris/pull/7024#issuecomment-966164949 -- 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 c

[GitHub] [incubator-doris] xy720 commented on a change in pull request #7030: [Feature] Print peak memory use of all backend after query in audit log

2021-11-11 Thread GitBox
xy720 commented on a change in pull request #7030: URL: https://github.com/apache/incubator-doris/pull/7030#discussion_r747347048 ## File path: fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java ## @@ -123,6 +124,15 @@ private void auditAfterExec(String origStmt

[GitHub] [incubator-doris] xy720 commented on a change in pull request #7030: [Feature] Print peak memory use of all backend after query in audit log

2021-11-11 Thread GitBox
xy720 commented on a change in pull request #7030: URL: https://github.com/apache/incubator-doris/pull/7030#discussion_r747347048 ## File path: fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java ## @@ -123,6 +124,15 @@ private void auditAfterExec(String origStmt

[GitHub] [incubator-doris] xy720 commented on a change in pull request #7030: [Feature] Print peak memory use of all backend after query in audit log

2021-11-11 Thread GitBox
xy720 commented on a change in pull request #7030: URL: https://github.com/apache/incubator-doris/pull/7030#discussion_r747349443 ## File path: be/src/runtime/plan_fragment_executor.cpp ## @@ -81,6 +81,7 @@ Status PlanFragmentExecutor::prepare(const TExecPlanFragmentParams& re

[GitHub] [incubator-doris] xy720 commented on a change in pull request #7030: [Feature] Print peak memory use of all backend after query in audit log

2021-11-11 Thread GitBox
xy720 commented on a change in pull request #7030: URL: https://github.com/apache/incubator-doris/pull/7030#discussion_r747347048 ## File path: fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java ## @@ -123,6 +124,15 @@ private void auditAfterExec(String origStmt

[GitHub] [incubator-doris] xy720 commented on a change in pull request #7030: [Feature] Print peak memory use of all backend after query in audit log

2021-11-11 Thread GitBox
xy720 commented on a change in pull request #7030: URL: https://github.com/apache/incubator-doris/pull/7030#discussion_r747345534 ## File path: be/src/runtime/query_statistics.h ## @@ -55,21 +79,12 @@ class QueryStatistics { scan_bytes = 0; cpu_ms = 0;

[GitHub] [incubator-doris] xy720 commented on a change in pull request #7030: [Feature] Print peak memory use of all backend after query in audit log

2021-11-11 Thread GitBox
xy720 commented on a change in pull request #7030: URL: https://github.com/apache/incubator-doris/pull/7030#discussion_r747345408 ## File path: be/src/runtime/query_statistics.h ## @@ -27,25 +27,49 @@ namespace doris { class QueryStatisticsRecvr; +class NodeStatistics { +p

[GitHub] [incubator-doris] xy720 commented on a change in pull request #7030: [Feature] Print peak memory use of all backend after query in audit log

2021-11-11 Thread GitBox
xy720 commented on a change in pull request #7030: URL: https://github.com/apache/incubator-doris/pull/7030#discussion_r747344145 ## File path: be/src/runtime/query_statistics.h ## @@ -78,6 +93,10 @@ class QueryStatistics { // number rows returned by query. // only se

  1   2   >