[GitHub] [doris] zhangstar333 opened a new pull request, #12912: [Bug](parquet) fix parquet write setting property is not effective

2022-09-23 Thread GitBox
zhangstar333 opened a new pull request, #12912: URL: https://github.com/apache/doris/pull/12912 # Proposed changes outfile export as parquet format, and have set "max_file_size"="128MB" But finally write all data into one file not as CSV split file https://user-images.githubuserc

[GitHub] [doris] yinzhijian opened a new pull request, #12913: [fix](Nereids) Add exchange node check between local and global agg

2022-09-23 Thread GitBox
yinzhijian opened a new pull request, #12913: URL: https://github.com/apache/doris/pull/12913 # Proposed changes Issue Number: close #xxx ## Problem summary ### table schema CREATE TABLE `t1` ( `k1` int(11) NULL, `v1` int(11) NULL ) ENGINE=OLAP DUPLICAT

[GitHub] [doris] adonis0147 closed pull request #12837: Update vars.sh

2022-09-23 Thread GitBox
adonis0147 closed pull request #12837: Update vars.sh URL: https://github.com/apache/doris/pull/12837 -- 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: co

[GitHub] [doris] hf200012 opened a new pull request, #12915: [fix](doc)build extension fix

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

[GitHub] [doris] Olave opened a new issue, #12914: k8s部署Doris,存储卷挂载于 ceph | glusterfs,fe pod 无法启动

2022-09-23 Thread GitBox
Olave opened a new issue, #12914: URL: https://github.com/apache/doris/issues/12914 ### 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 doris 1.1

[GitHub] [doris] ByteYue opened a new pull request, #12916: [typo](FE) missing brace and missing parameter would make compile failed

2022-09-23 Thread GitBox
ByteYue opened a new pull request, #12916: URL: https://github.com/apache/doris/pull/12916 # Proposed changes Issue Number: close #xxx ## Problem summary As title. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [x]

[GitHub] [doris] mrhhsg closed pull request #12888: [bugfix](scanner) remove invalid of '[[noreturn]]'

2022-09-23 Thread GitBox
mrhhsg closed pull request #12888: [bugfix](scanner) remove invalid of '[[noreturn]]' URL: https://github.com/apache/doris/pull/12888 -- 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 com

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

2022-09-23 Thread GitBox
eshikarya commented on issue #11916: URL: https://github.com/apache/doris/issues/11916#issuecomment-1255960683 Hi @jackwener! I'm a beginner in open source, I want to work on this issue if it's unassigned can you please guide me on how I can get started? -- This is an automated message fr

[GitHub] [doris] mrhhsg opened a new pull request, #12917: [chore](config) increase minimum thread num of some thread pool

2022-09-23 Thread GitBox
mrhhsg opened a new pull request, #12917: URL: https://github.com/apache/doris/pull/12917 # Proposed changes Issue Number: close #xxx ## Problem summary Too same minimum thread num will cause additional overhead for creating and recycling threads. ## Checklist(Req

[GitHub] [doris] pengxiangyu opened a new pull request, #12918: [fix](remote)fix bug for delete s3 dir and list s3 dir

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

[GitHub] [doris] levy5307 opened a new pull request, #12919: [fix](memory): avoid coredump when list pointer is null

2022-09-23 Thread GitBox
levy5307 opened a new pull request, #12919: URL: https://github.com/apache/doris/pull/12919 # Proposed changes Issue Number: [5664](https://github.com/apache/doris/issues/5664) ## Problem summary - Implement branch prediction util. For more details: https://stackoverflow

[GitHub] [doris] pengxiangyu opened a new issue, #12920: [Bug] fix bug for delete s3 dir and list s3 dir

2022-09-23 Thread GitBox
pengxiangyu opened a new issue, #12920: URL: https://github.com/apache/doris/issues/12920 ### 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.2

[GitHub] [doris] Gabriel39 opened a new pull request, #12921: [Improvement](sort) Reuse memory in sort node

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

[GitHub] [doris] Gabriel39 opened a new pull request, #12922: [Improvement](sort) Reuse memory in sort node

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

[GitHub] [doris] jacktengg opened a new pull request, #12923: [function](hash) add support of murmur_hash3_64

2022-09-23 Thread GitBox
jacktengg opened a new pull request, #12923: URL: https://github.com/apache/doris/pull/12923 Also delete duplicated code for murmur_hash3_32 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1

[GitHub] [doris] Gabriel39 merged pull request #12922: [Improvement](sort) Reuse memory in sort node

2022-09-23 Thread GitBox
Gabriel39 merged PR #12922: URL: https://github.com/apache/doris/pull/12922 -- 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] Gabriel39 merged pull request #12909: [Improvement](string) Optimize scanning for string

2022-09-23 Thread GitBox
Gabriel39 merged PR #12909: URL: https://github.com/apache/doris/pull/12909 -- 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-website] caoliang-web opened a new pull request, #113: [doc](sparkload)Spark load import kerberos parameter modification

2022-09-23 Thread GitBox
caoliang-web opened a new pull request, #113: URL: https://github.com/apache/doris-website/pull/113 Spark load import kerberos parameter modification -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [doris] caoliang-web opened a new pull request, #12924: [doc](sparkload)Spark load import kerberos parameter modification

2022-09-23 Thread GitBox
caoliang-web opened a new pull request, #12924: URL: https://github.com/apache/doris/pull/12924 ## Problem summary 1.Spark load import kerberos parameter modification ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ] No

[GitHub] [doris] morningman merged pull request #12820: [fix](streamload&sink) release and allocate memory in the same tracker

2022-09-23 Thread GitBox
morningman merged PR #12820: URL: https://github.com/apache/doris/pull/12820 -- 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-website] hf200012 merged pull request #113: [doc](sparkload)Spark load import kerberos parameter modification

2022-09-23 Thread GitBox
hf200012 merged PR #113: URL: https://github.com/apache/doris-website/pull/113 -- 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] mrhhsg opened a new pull request, #12925: [chore](config) increase minimum thread num of some thread pool

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

[GitHub] [doris] Gabriel39 merged pull request #12925: [chore](config) increase minimum thread num of some thread pool

2022-09-23 Thread GitBox
Gabriel39 merged PR #12925: URL: https://github.com/apache/doris/pull/12925 -- 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] BiteTheDDDDt merged pull request #12803: [Opt](Vectorized) Support push down no grouping agg

2022-09-23 Thread GitBox
BiteThet merged PR #12803: URL: https://github.com/apache/doris/pull/12803 -- 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] HappenLee opened a new pull request, #12926: [Opt] distinct key is part of table hash key

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

[GitHub] [doris] yiguolei merged pull request #12926: [Opt] distinct key is part of table hash key

2022-09-23 Thread GitBox
yiguolei merged PR #12926: URL: https://github.com/apache/doris/pull/12926 -- 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-spark-connector] caoliang-web opened a new pull request, #52: spark-doris-connector supports stream load parameter

2022-09-23 Thread GitBox
caoliang-web opened a new pull request, #52: URL: https://github.com/apache/doris-spark-connector/pull/52 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original

[GitHub] [doris] morningman merged pull request #12797: [feature-wip](parquet-reader) add parquet reader profile

2022-09-23 Thread GitBox
morningman merged PR #12797: URL: https://github.com/apache/doris/pull/12797 -- 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 closed pull request #12570: [feature-wip](parquet-reader) create file reader for each column to avoid time consuming of hdfsSeek

2022-09-23 Thread GitBox
morningman closed pull request #12570: [feature-wip](parquet-reader) create file reader for each column to avoid time consuming of hdfsSeek URL: https://github.com/apache/doris/pull/12570 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [doris] jackwener merged pull request #12790: [fix](Nereids): add stats in plan.

2022-09-23 Thread GitBox
jackwener merged PR #12790: URL: https://github.com/apache/doris/pull/12790 -- 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] morningman merged pull request #12744: [fix](streamload) set coord for streamLoad

2022-09-23 Thread GitBox
morningman merged PR #12744: URL: https://github.com/apache/doris/pull/12744 -- 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] xinyiZzz opened a new pull request, #12927: [branch-1.1-lts](cherry-pick) Introduce orphan mem tracker to verify memory tracking accuracy

2022-09-23 Thread GitBox
xinyiZzz opened a new pull request, #12927: URL: https://github.com/apache/doris/pull/12927 # Proposed changes Issue Number: close #xxx ## Problem summary cherry-pick https://github.com/apache/doris/pull/12794 ## Checklist(Required) 1. Does it affect the ori

[GitHub] [doris] github-actions[bot] commented on pull request #12915: [fix](doc)build extension fix

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12915: URL: https://github.com/apache/doris/pull/12915#issuecomment-1256240256 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 #12915: [fix](doc)build extension fix

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12915: URL: https://github.com/apache/doris/pull/12915#issuecomment-1256240288 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 opened a new pull request, #12928: [Bug](compile)(1.1-lts) resolve compiling problem

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

[GitHub] [doris] dataroaring merged pull request #12928: [Bug](compile)(1.1-lts) resolve compiling problem

2022-09-23 Thread GitBox
dataroaring merged PR #12928: URL: https://github.com/apache/doris/pull/12928 -- 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] morningman merged pull request #12373: [fix](frontend) fix peerDependencies error

2022-09-23 Thread GitBox
morningman merged PR #12373: URL: https://github.com/apache/doris/pull/12373 -- 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] hf200012 merged pull request #12915: [fix](doc)build extension fix

2022-09-23 Thread GitBox
hf200012 merged PR #12915: URL: https://github.com/apache/doris/pull/12915 -- 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] dataroaring merged pull request #12927: [branch-1.1-lts](cherry-pick) Introduce orphan mem tracker to verify memory tracking accuracy

2022-09-23 Thread GitBox
dataroaring merged PR #12927: URL: https://github.com/apache/doris/pull/12927 -- 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] dataroaring opened a new pull request, #12929: [fix](streamload&sink) release and allocate memory in the same tracker

2022-09-23 Thread GitBox
dataroaring opened a new pull request, #12929: URL: https://github.com/apache/doris/pull/12929 1. HttpServer threads allocate bytebuffer and put them into streamload pipe, but scanner thread release them with query tracker. 2. We can assume brpc allocate memory in doris thread.

[GitHub] [doris] github-actions[bot] commented on pull request #12918: [fix](remote)fix bug for delete s3 dir and list s3 dir

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12918: URL: https://github.com/apache/doris/pull/12918#issuecomment-1256324989 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 #12918: [fix](remote)fix bug for delete s3 dir and list s3 dir

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12918: URL: https://github.com/apache/doris/pull/12918#issuecomment-1256324896 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] dataalive commented on issue #4114: support SQL syntax group_concat( distinct field )

2022-09-23 Thread GitBox
dataalive commented on issue #4114: URL: https://github.com/apache/doris/issues/4114#issuecomment-1256327466 it's been supported since 1.1.2 ![img_v2_d4b94f8e-8ead-4309-b2da-6aaa7760591g](https://user-images.githubusercontent.com/99398130/191990987-5d0039e7-2711-4541-affa-700f993f4513

[GitHub] [doris] dataalive closed issue #4114: support SQL syntax group_concat( distinct field )

2022-09-23 Thread GitBox
dataalive closed issue #4114: support SQL syntax group_concat( distinct field ) URL: https://github.com/apache/doris/issues/4114 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [doris] HappenLee opened a new pull request, #12930: [Bug](bucket shuffle) fix error bucket shuffle join plan in two same table

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

[GitHub] [doris] github-actions[bot] commented on pull request #12924: [doc](sparkload)Spark load import kerberos parameter modification

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12924: URL: https://github.com/apache/doris/pull/12924#issuecomment-1256331406 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 opened a new pull request, #12931: [Fix](1.1-lts) Fix FE format

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

[GitHub] [doris] caoliang-web commented on issue #4478: 增加flink connector doris功能开发

2022-09-23 Thread GitBox
caoliang-web commented on issue #4478: URL: https://github.com/apache/doris/issues/4478#issuecomment-1256337995 After version 0.15, flink-doris-connector has been supported -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [doris] JNSimba closed issue #4478: 增加flink connector doris功能开发

2022-09-23 Thread GitBox
JNSimba closed issue #4478: 增加flink connector doris功能开发 URL: https://github.com/apache/doris/issues/4478 -- 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:

[GitHub] [doris] dataroaring merged pull request #12931: [Fix](1.1-lts) Fix FE format

2022-09-23 Thread GitBox
dataroaring merged PR #12931: URL: https://github.com/apache/doris/pull/12931 -- 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] github-actions[bot] commented on pull request #12716: [Enhancement](load) Refine the load channel flush policy on mem limit

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12716: URL: https://github.com/apache/doris/pull/12716#issuecomment-1256359715 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] dataalive commented on issue #3482: Why Routine Load always be aborted?

2022-09-23 Thread GitBox
dataalive commented on issue #3482: URL: https://github.com/apache/doris/issues/3482#issuecomment-1256360150 the problem has been fixed -- 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 specif

[GitHub] [doris] dataalive closed issue #3482: Why Routine Load always be aborted?

2022-09-23 Thread GitBox
dataalive closed issue #3482: Why Routine Load always be aborted? URL: https://github.com/apache/doris/issues/3482 -- 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 unsubscrib

[GitHub] [doris] github-actions[bot] commented on pull request #12924: [doc](sparkload)Spark load import kerberos parameter modification

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12924: URL: https://github.com/apache/doris/pull/12924#issuecomment-1256372692 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] dataalive closed issue #3834: 表名大小写问题

2022-09-23 Thread GitBox
dataalive closed issue #3834: 表名大小写问题 URL: https://github.com/apache/doris/issues/3834 -- 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] github-actions[bot] commented on pull request #12929: [fix](streamload&sink) release and allocate memory in the same tracker

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12929: URL: https://github.com/apache/doris/pull/12929#issuecomment-1256395413 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 #12929: [fix](streamload&sink) release and allocate memory in the same tracker

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12929: URL: https://github.com/apache/doris/pull/12929#issuecomment-1256395441 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] xinyiZzz merged pull request #12929: [fix](streamload&sink) release and allocate memory in the same tracker

2022-09-23 Thread GitBox
xinyiZzz merged PR #12929: URL: https://github.com/apache/doris/pull/12929 -- 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] zy-kkk commented on issue #3376: Does Stream load support JSON format? Stream load支持JSON格式吗?

2022-09-23 Thread GitBox
zy-kkk commented on issue #3376: URL: https://github.com/apache/doris/issues/3376#issuecomment-1256402206 https://doris.apache.org/zh-CN/docs/dev/data-operate/import/import-way/load-json-format -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [doris] xinyiZzz opened a new pull request, #12932: [fix](memtracker) Fix bug that cache consume causes inaccurate process tracker

2022-09-23 Thread GitBox
xinyiZzz opened a new pull request, #12932: URL: https://github.com/apache/doris/pull/12932 # Proposed changes Issue Number: close #xxx ## Problem summary `~MemTrackerLimiter()` repeated consumption of `_untracked_mem`, resulting in inaccurate process mem tracker.

[GitHub] [doris] leafgodgood commented on issue #11122: [Bug] Unknown or incorrect time zone: 'GMT'

2022-09-23 Thread GitBox
leafgodgood commented on issue #11122: URL: https://github.com/apache/doris/issues/11122#issuecomment-1256442798 ``` MySQL [(none)]> show variables like '%time_zone%'; +--+---+ | Variable_name| Value | +--+---+ | system_t

[GitHub] [doris] github-actions[bot] commented on pull request #12852: [Improvement](dict) optimize dictionary column

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12852: URL: https://github.com/apache/doris/pull/12852#issuecomment-1256488045 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 #12852: [Improvement](dict) optimize dictionary column

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12852: URL: https://github.com/apache/doris/pull/12852#issuecomment-1256488125 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] adonis0147 opened a new pull request, #12933: draft

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

[GitHub] [doris] dataroaring opened a new pull request, #12934: [enhancement](tuple_stream) add a DCHECK to figure out problem

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

[GitHub] [doris] dataroaring merged pull request #12932: [fix](memtracker) Fix bug that cache consume causes inaccurate process tracker

2022-09-23 Thread GitBox
dataroaring merged PR #12932: URL: https://github.com/apache/doris/pull/12932 -- 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] Gabriel39 merged pull request #12934: [enhancement](tuple_stream) add a DCHECK to figure out problem

2022-09-23 Thread GitBox
Gabriel39 merged PR #12934: URL: https://github.com/apache/doris/pull/12934 -- 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] github-actions[bot] commented on pull request #12934: [enhancement](tuple_stream) add a DCHECK to figure out problem

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12934: URL: https://github.com/apache/doris/pull/12934#issuecomment-1256822525 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 #12934: [enhancement](tuple_stream) add a DCHECK to figure out problem

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12934: URL: https://github.com/apache/doris/pull/12934#issuecomment-1256822531 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] dataalive commented on issue #9871: [Bug] Failed to compile doris through centos8 arm64

2022-09-23 Thread GitBox
dataalive commented on issue #9871: URL: https://github.com/apache/doris/issues/9871#issuecomment-1256826122 you could retry on doris 1.1.2+ -- 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 s

[GitHub] [doris] github-actions[bot] commented on pull request #12716: [Enhancement](load) Refine the load channel flush policy on mem limit

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12716: URL: https://github.com/apache/doris/pull/12716#issuecomment-1256826270 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] dataalive commented on pull request #12716: [Enhancement](load) Refine the load channel flush policy on mem limit

2022-09-23 Thread GitBox
dataalive commented on PR #12716: URL: https://github.com/apache/doris/pull/12716#issuecomment-1256828844 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 unsubscrib

[GitHub] [doris] hf200012 merged pull request #12822: [fix](log)Audit log status is incorrect

2022-09-23 Thread GitBox
hf200012 merged PR #12822: URL: https://github.com/apache/doris/pull/12822 -- 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] xinyiZzz commented on pull request #12716: [Enhancement](load) Refine the load channel flush policy on mem limit

2022-09-23 Thread GitBox
xinyiZzz commented on PR #12716: URL: https://github.com/apache/doris/pull/12716#issuecomment-1256831949 @zhannngchen Looking forward to updating the Problem summary -- 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] yiguolei merged pull request #12930: [Bug](bucket shuffle) fix error bucket shuffle join plan in two same table

2022-09-23 Thread GitBox
yiguolei merged PR #12930: URL: https://github.com/apache/doris/pull/12930 -- 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] yiguolei closed issue #12851: [Bug] left join result not correct

2022-09-23 Thread GitBox
yiguolei closed issue #12851: [Bug] left join result not correct URL: https://github.com/apache/doris/issues/12851 -- 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 unsubsc

[GitHub] [doris] HappenLee merged pull request #12857: [bugfix](scanner) olap scanner compute is wrong

2022-09-23 Thread GitBox
HappenLee merged PR #12857: URL: https://github.com/apache/doris/pull/12857 -- 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] xinyiZzz merged pull request #12716: [Enhancement](load) Refine the load channel flush policy on mem limit

2022-09-23 Thread GitBox
xinyiZzz merged PR #12716: URL: https://github.com/apache/doris/pull/12716 -- 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] xinyiZzz commented on pull request #12716: [Enhancement](load) Refine the load channel flush policy on mem limit

2022-09-23 Thread GitBox
xinyiZzz commented on PR #12716: URL: https://github.com/apache/doris/pull/12716#issuecomment-1256833113 commit comment: 1. Remove single load channel mem limit, only use load channel mgr mem limit 2. Default load channel mgr mem limit from 50% to 80% 3. load channel mgr add soft mem

[GitHub] [doris] dinggege1024 closed pull request #12818: [refactor](fe-core src test catalog): refactor and replace use NIO

2022-09-23 Thread GitBox
dinggege1024 closed pull request #12818: [refactor](fe-core src test catalog): refactor and replace use NIO URL: https://github.com/apache/doris/pull/12818 -- 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] HappenLee opened a new pull request, #12935: [Opt](agg) enable_single_distinct_column_opt do not effective in not group by

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

[GitHub] [doris] HappenLee merged pull request #12935: [Opt](agg) enable_single_distinct_column_opt do not effective in not group by

2022-09-23 Thread GitBox
HappenLee merged PR #12935: URL: https://github.com/apache/doris/pull/12935 -- 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] ByteYue closed pull request #12916: [typo](FE) missing brace and missing parameter would make compile failed

2022-09-23 Thread GitBox
ByteYue closed pull request #12916: [typo](FE) missing brace and missing parameter would make compile failed URL: https://github.com/apache/doris/pull/12916 -- 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] yiguolei opened a new pull request, #12936: [enhancement](string column)copy string continuous

2022-09-23 Thread GitBox
yiguolei opened a new pull request, #12936: URL: https://github.com/apache/doris/pull/12936 # Proposed changes Issue Number: close #xxx ## Problem summary Some query read string columns continuously, but the string will be copied to ColumnString one by one from page. The

[GitHub] [doris] yiguolei commented on pull request #12936: [enhancement](string column)copy string continuous

2022-09-23 Thread GitBox
yiguolei commented on PR #12936: URL: https://github.com/apache/doris/pull/12936#issuecomment-1256844469 In lastes clang-14, our memcpy_overflow will be replaced by memcpy... void my_memcpy(char * __restrict dst, const char * __restrict src, ssize_t n) { while (n > 0)

[GitHub] [doris] dataalive closed issue #11087: [DOC] README.md at least 2 url is not working

2022-09-23 Thread GitBox
dataalive closed issue #11087: [DOC] README.md at least 2 url is not working URL: https://github.com/apache/doris/issues/11087 -- 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. T

[GitHub] [doris] github-actions[bot] commented on pull request #12834: [fix](function)fix string split function buffer overflow

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12834: URL: https://github.com/apache/doris/pull/12834#issuecomment-1256847167 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] dataalive closed issue #10418: [Bug][Build] Can't build thirdparty dependency on Mac m1

2022-09-23 Thread GitBox
dataalive closed issue #10418: [Bug][Build] Can't build thirdparty dependency on Mac m1 URL: https://github.com/apache/doris/issues/10418 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [doris] starocean999 opened a new pull request, #12937: [enhancement](rpc)send eos flag with data block to fe

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

[GitHub] [doris] zhannngchen opened a new pull request, #12938: [fix](load) print detailed error message

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

[GitHub] [doris] github-actions[bot] commented on pull request #12938: [fix](load) print detailed error message

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12938: URL: https://github.com/apache/doris/pull/12938#issuecomment-1256865357 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 #12938: [fix](load) print detailed error message

2022-09-23 Thread GitBox
github-actions[bot] commented on PR #12938: URL: https://github.com/apache/doris/pull/12938#issuecomment-1256865390 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] mrhhsg opened a new pull request, #12939: [improvement](agg) speed up merge agg results

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

[GitHub] [doris] dataroaring opened a new pull request, #12940: [chore](fe) fix compilation error

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

[GitHub] [doris] mrhhsg opened a new pull request, #12941: Revert two commits on opt_perf by Gabriel

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

[GitHub] [doris] dataroaring merged pull request #12939: [improvement](agg) speed up merge agg results

2022-09-23 Thread GitBox
dataroaring merged PR #12939: URL: https://github.com/apache/doris/pull/12939 -- 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] dataroaring merged pull request #12941: Revert two commits on opt_perf by Gabriel

2022-09-23 Thread GitBox
dataroaring merged PR #12941: URL: https://github.com/apache/doris/pull/12941 -- 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] BiteTheDDDDt merged pull request #12940: [chore](fe) fix compilation error

2022-09-23 Thread GitBox
BiteThet merged PR #12940: URL: https://github.com/apache/doris/pull/12940 -- 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] gavinchou commented on pull request #12691: [chore](thirdparty) Support third-party incremental build

2022-09-24 Thread GitBox
gavinchou commented on PR #12691: URL: https://github.com/apache/doris/pull/12691#issuecomment-1256894641 > > Hi, @adonis0147 Thanks for your feedback, using MD5 for the incremental build is a generic idea, however, there is another problem to resolve -- how to manage the MD5 list? It seems

[GitHub] [doris] ningbing opened a new issue, #12942: [Feature] [Recursive] Common Table Expressions in MySQL (CTEs)

2022-09-24 Thread GitBox
ningbing opened a new issue, #12942: URL: https://github.com/apache/doris/issues/12942 ### 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 目前Doris版本

<    1   2   3   4   5   6   7   8   9   10   >