[GitHub] [incubator-doris] yangjun616 commented on pull request #8541: [typo] Update hit-the-rollup.md

2022-03-19 Thread GitBox
yangjun616 commented on pull request #8541: URL: https://github.com/apache/incubator-doris/pull/8541#issuecomment-1073182913 > I find there already is a PR about docs/typo. I prefer to close this PR and put it into another PR #8538 close it -- This is an automated message from the Apa

[GitHub] [incubator-doris] yangjun616 closed pull request #8541: [typo] Update hit-the-rollup.md

2022-03-19 Thread GitBox
yangjun616 closed pull request #8541: URL: https://github.com/apache/incubator-doris/pull/8541 -- 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] yangjun616 commented on pull request #8538: [doc]Update data-partition.md

2022-03-19 Thread GitBox
yangjun616 commented on pull request #8538: URL: https://github.com/apache/incubator-doris/pull/8538#issuecomment-1073182747 > done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

[GitHub] [incubator-doris] yangjun616 commented on pull request #8541: [typo] Update hit-the-rollup.md

2022-03-19 Thread GitBox
yangjun616 commented on pull request #8541: URL: https://github.com/apache/incubator-doris/pull/8541#issuecomment-1073182577 > I find there already is a PR about docs/typo. I prefer to close this PR and put it into another PR #8538 ok -- This is an automated message from the Apach

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #8473: [Audit][Transaction] Support audit for stream load 2PC

2022-03-19 Thread GitBox
caiconghui commented on a change in pull request #8473: URL: https://github.com/apache/incubator-doris/pull/8473#discussion_r830559032 ## File path: be/src/runtime/stream_load/stream_load_context.cpp ## @@ -158,6 +158,18 @@ void StreamLoadContext::parse_stream_load_record(const

[GitHub] [incubator-doris] yiguolei commented on pull request #8544: [chore] Separate debugging information from BE binaries

2022-03-19 Thread GitBox
yiguolei commented on pull request #8544: URL: https://github.com/apache/incubator-doris/pull/8544#issuecomment-1073147914 If we strip debug info to another file, BE could not print stack trace line number during Core. And if we use exception as error handling mechanism the line number is

[GitHub] [incubator-doris] morningman opened a new pull request #8544: [chore] Separate debugging information from BE binaries

2022-03-19 Thread GitBox
morningman opened a new pull request #8544: URL: https://github.com/apache/incubator-doris/pull/8544 # Proposed changes Issue Number: close #xxx ## Problem Summary: Currently, the compiled output of BE mainly consists of two binaries: palo_be and meta_tool, which are

[GitHub] [incubator-doris] morningman commented on pull request #8500: [Opt] speed up data load for no-vec-load

2022-03-19 Thread GitBox
morningman commented on pull request #8500: URL: https://github.com/apache/incubator-doris/pull/8500#issuecomment-1073044487 I test it in my own env. 1 FE, 1 BE. ``` CREATE TABLE `t2_0` ( `k` bigint(20) NOT NULL COMMENT "", `v0` bigint(20) NOT NULL COMMENT "", `v1` bigin

[GitHub] [incubator-doris] HappenLee opened a new pull request #8543: [Bug] Fix coredump of stddev function

2022-03-19 Thread GitBox
HappenLee opened a new pull request #8543: URL: https://github.com/apache/incubator-doris/pull/8543 # Proposed changes Issue Number: close #8542 ## Problem Summary: This is only a temporary fix its performance is not ideal. Finally, we need to reconstruct the functions

[GitHub] [incubator-doris] HappenLee opened a new issue #8542: [Bug] [Vectorized] stddev function core dump because of casting to not nullable column to nullable column

2022-03-19 Thread GitBox
HappenLee opened a new issue #8542: URL: https://github.com/apache/incubator-doris/issues/8542 ### 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.0.

[GitHub] [incubator-doris] morningman commented on a change in pull request #8516: [feature-wip][UDF][DIP-1] support java UDF with fixed-length input and output

2022-03-19 Thread GitBox
morningman commented on a change in pull request #8516: URL: https://github.com/apache/incubator-doris/pull/8516#discussion_r830496688 ## File path: be/src/util/jni-util.cpp ## @@ -0,0 +1,244 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contribu

[GitHub] [incubator-doris] jackwener commented on pull request #8541: [typo] Update hit-the-rollup.md

2022-03-19 Thread GitBox
jackwener commented on pull request #8541: URL: https://github.com/apache/incubator-doris/pull/8541#issuecomment-1073033864 I find there already is a PR about docs/typo. I prefer to close this PR and put it into another PR #8538 -- This is an automated message from the Apache Git S

[GitHub] [incubator-doris] jackwener commented on pull request #8538: [doc]Update data-partition.md

2022-03-19 Thread GitBox
jackwener commented on pull request #8538: URL: https://github.com/apache/incubator-doris/pull/8538#issuecomment-1073033721 I find there already is a PR about docs/typo. #8541 We can put it together in this PR, and close #8541 -- This is an automated message from the Apache Git Se

[GitHub] [incubator-doris] jackwener commented on pull request #8541: [typo] Update hit-the-rollup.md

2022-03-19 Thread GitBox
jackwener commented on pull request #8541: URL: https://github.com/apache/incubator-doris/pull/8541#issuecomment-1073033267 LGTM. Thanks your contributions ❤😃. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [incubator-doris] yangjun616 opened a new pull request #8541: [typo] Update hit-the-rollup.md

2022-03-19 Thread GitBox
yangjun616 opened a new pull request #8541: URL: https://github.com/apache/incubator-doris/pull/8541 typo # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the o

[GitHub] [incubator-doris] leafgodgood closed pull request #8540: 编译用

2022-03-19 Thread GitBox
leafgodgood closed pull request #8540: URL: https://github.com/apache/incubator-doris/pull/8540 -- 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] [incubator-doris] leafgodgood opened a new pull request #8540: 编译用

2022-03-19 Thread GitBox
leafgodgood opened a new pull request #8540: URL: https://github.com/apache/incubator-doris/pull/8540 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beh

[GitHub] [incubator-doris] Lchangliang opened a new pull request #8539: [Feature][Vectorized] Support explode json array func #8526

2022-03-19 Thread GitBox
Lchangliang opened a new pull request #8539: URL: https://github.com/apache/incubator-doris/pull/8539 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beh

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8476: [Feature] (Memory) Hook TCMalloc new/delete automatically counts to MemTracker

2022-03-19 Thread GitBox
github-actions[bot] commented on pull request #8476: URL: https://github.com/apache/incubator-doris/pull/8476#issuecomment-1072974241 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, ple

[GitHub] [incubator-doris] yangjun616 opened a new pull request #8538: [doc]Update data-partition.md

2022-03-19 Thread GitBox
yangjun616 opened a new pull request #8538: URL: https://github.com/apache/incubator-doris/pull/8538 typo # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the o

[GitHub] [incubator-doris] zbtzbtzbt commented on pull request #8500: [Opt] speed up data load for no-vec-load

2022-03-19 Thread GitBox
zbtzbtzbt commented on pull request #8500: URL: https://github.com/apache/incubator-doris/pull/8500#issuecomment-1072971032 > I tried to use template, but get an error when compiling, I have also tried different ways of writing, all of which are the same error, can someone help me? thanks

[GitHub] [incubator-doris] zbtzbtzbt commented on pull request #8500: [Opt] speed up data load for no-vec-load

2022-03-19 Thread GitBox
zbtzbtzbt commented on pull request #8500: URL: https://github.com/apache/incubator-doris/pull/8500#issuecomment-1072970386 I tried to use template, but get an error when compiling, I have also tried different ways of writing, all of which are the same error, can someone help me? thanks

[incubator-doris] branch master updated: [license] Update license for thirdparties (#8537)

2022-03-19 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 ed47e20 [license] Update license f

[GitHub] [incubator-doris] morningman merged pull request #8537: [license] Update license-dist.txt for thirdparties

2022-03-19 Thread GitBox
morningman merged pull request #8537: URL: https://github.com/apache/incubator-doris/pull/8537 -- 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 #8537: [license] Update license-dist.txt for thirdparties

2022-03-19 Thread GitBox
github-actions[bot] commented on pull request #8537: URL: https://github.com/apache/incubator-doris/pull/8537#issuecomment-1072967003 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] Gabriel39 closed pull request #6966: [Feature]Support decimal for es scan

2022-03-19 Thread GitBox
Gabriel39 closed pull request #6966: URL: https://github.com/apache/incubator-doris/pull/6966 -- 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: comm

[GitHub] [incubator-doris] Gabriel39 closed pull request #6974: [Bug] fix bool type bug in es scan node

2022-03-19 Thread GitBox
Gabriel39 closed pull request #6974: URL: https://github.com/apache/incubator-doris/pull/6974 -- 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: comm

[GitHub] [incubator-doris] Gabriel39 closed pull request #6861: [Optimize][Runtime Filter] Init left node asynchronously in join node

2022-03-19 Thread GitBox
Gabriel39 closed pull request #6861: URL: https://github.com/apache/incubator-doris/pull/6861 -- 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: comm

[GitHub] [incubator-doris] morningman opened a new pull request #8537: [license] Update license-dist.txt for thirdparties

2022-03-19 Thread GitBox
morningman opened a new pull request #8537: URL: https://github.com/apache/incubator-doris/pull/8537 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beha

[incubator-doris] branch master updated: [doc] fix backup doc (#8529)

2022-03-19 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 f91d78b [doc] fix backup doc (#852

[GitHub] [incubator-doris] morningman merged pull request #8529: [Doc]backup doc fix

2022-03-19 Thread GitBox
morningman merged pull request #8529: URL: https://github.com/apache/incubator-doris/pull/8529 -- 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 #8520: [doc] Fix some typo about spark load and broker load

2022-03-19 Thread GitBox
morningman merged pull request #8520: URL: https://github.com/apache/incubator-doris/pull/8520 -- 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 (ef852d6 -> 12bd967)

2022-03-19 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 ef852d6 [release] Add download link for flink/spark connector (#8535) add 12bd967 [doc] Fix some

[GitHub] [incubator-doris] morningman merged pull request #8535: [release] Add download link for flink/spark connector

2022-03-19 Thread GitBox
morningman merged pull request #8535: URL: https://github.com/apache/incubator-doris/pull/8535 -- 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] Gabriel39 commented on a change in pull request #8516: [feature-wip][UDF][DIP-1] support java UDF with fixed-length input and output

2022-03-19 Thread GitBox
Gabriel39 commented on a change in pull request #8516: URL: https://github.com/apache/incubator-doris/pull/8516#discussion_r830452142 ## File path: be/src/vec/functions/function_java_udf.cpp ## @@ -0,0 +1,210 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//