[GitHub] [doris] yixiutt opened a new pull request, #16145: [bugfix](compaction) fix segment writer finalize footer twice

2023-01-27 Thread via GitHub
yixiutt opened a new pull request, #16145: URL: https://github.com/apache/doris/pull/16145 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris-spark-connector] JNSimba merged pull request #64: Return specific error information after optimizing the exception

2023-01-27 Thread via GitHub
JNSimba merged PR #64: URL: https://github.com/apache/doris-spark-connector/pull/64 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@

[GitHub] [doris] xinyiZzz commented on a diff in pull request #16083: [improvement](memory) load support overcommit memory

2023-01-27 Thread via GitHub
xinyiZzz commented on code in PR #16083: URL: https://github.com/apache/doris/pull/16083#discussion_r1089592653 ## be/src/util/mem_info.cpp: ## @@ -127,6 +133,18 @@ void MemInfo::process_full_gc() { return; } freed_mem += MemTrackerLimiter::free_top_memory_qu

[GitHub] [doris-spark-connector] JNSimba merged pull request #58: [Doc] Update doris build image

2023-01-27 Thread via GitHub
JNSimba merged PR #58: URL: https://github.com/apache/doris-spark-connector/pull/58 -- 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] ByteYue commented on a diff in pull request #16107: [Chore](EditLog) refine error output on edit log

2023-01-27 Thread via GitHub
ByteYue commented on code in PR #16107: URL: https://github.com/apache/doris/pull/16107#discussion_r1089592796 ## fe/fe-core/src/main/java/org/apache/doris/persist/EditLog.java: ## @@ -994,9 +994,10 @@ public static void loadJournal(Env env, JournalEntity journal) {

[GitHub] [doris] BiteTheDDDDt closed pull request #16107: [Chore](EditLog) refine error output on edit log

2023-01-27 Thread via GitHub
BiteThet closed pull request #16107: [Chore](EditLog) refine error output on edit log URL: https://github.com/apache/doris/pull/16107 -- 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] xinyiZzz commented on a diff in pull request #16084: [improvement](memory) Optimize the log of process memory insufficient and support regular GC cache

2023-01-27 Thread via GitHub
xinyiZzz commented on code in PR #16084: URL: https://github.com/apache/doris/pull/16084#discussion_r1089593348 ## be/src/common/daemon.cpp: ## @@ -203,29 +205,42 @@ void Daemon::memory_maintenance_thread() { doris::MemInfo::refresh_allocator_mem(); #endif dor

[GitHub] [doris] xinyiZzz commented on a diff in pull request #16084: [improvement](memory) Optimize the log of process memory insufficient and support regular GC cache

2023-01-27 Thread via GitHub
xinyiZzz commented on code in PR #16084: URL: https://github.com/apache/doris/pull/16084#discussion_r1089593849 ## be/src/common/daemon.cpp: ## @@ -203,29 +205,42 @@ void Daemon::memory_maintenance_thread() { doris::MemInfo::refresh_allocator_mem(); #endif dor

[GitHub] [doris] xinyiZzz commented on a diff in pull request #16084: [improvement](memory) Optimize the log of process memory insufficient and support regular GC cache

2023-01-27 Thread via GitHub
xinyiZzz commented on code in PR #16084: URL: https://github.com/apache/doris/pull/16084#discussion_r1089593889 ## be/src/common/daemon.cpp: ## @@ -203,29 +205,42 @@ void Daemon::memory_maintenance_thread() { doris::MemInfo::refresh_allocator_mem(); #endif dor

[GitHub] [doris] ByteYue opened a new pull request, #16146: [enhancement](FE)shut down fast throw JVM might do when throwing exception

2023-01-27 Thread via GitHub
ByteYue opened a new pull request, #16146: URL: https://github.com/apache/doris/pull/16146 # Proposed changes As discussed in [16107](https://github.com/apache/doris/pull/16107#discussion_r1086313255) Sometimes jvm would try to reduce the whole stack to just one line, it's kind of

[GitHub] [doris] Kikyou1997 opened a new pull request, #16147: [fix](planner) Keep type of null literal expr when register conjuncts

2023-01-27 Thread via GitHub
Kikyou1997 opened a new pull request, #16147: URL: https://github.com/apache/doris/pull/16147 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] Gabriel39 commented on pull request #15541: [function](round) fix decimal scale for scale not specified

2023-01-27 Thread via GitHub
Gabriel39 commented on PR #15541: URL: https://github.com/apache/doris/pull/15541#issuecomment-1407266484 Hi @maochongxin , I have some questions for this PR. Could you add my WeChat account? My ID is HongKanStation -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [doris] yiguolei opened a new pull request, #16148: [bugfix](metareader) meta reader could not load image

2023-01-27 Thread via GitHub
yiguolei opened a new pull request, #16148: URL: https://github.com/apache/doris/pull/16148 # Proposed changes This bug is introduced by PR https://github.com/apache/doris/pull/16009. ## Problem summary Describe your changes. ## Checklist(Required) 1. Does i

[GitHub] [doris] SaintBacchus opened a new pull request, #16149: [MTMV](WIP)Support master and follow change in multi fe for mtmv

2023-01-27 Thread via GitHub
SaintBacchus opened a new pull request, #16149: URL: https://github.com/apache/doris/pull/16149 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [

[GitHub] [doris] Henry2SS commented on a diff in pull request #15830: [enhancement](load) change transaction limit from global level to db level

2023-01-27 Thread via GitHub
Henry2SS commented on code in PR #15830: URL: https://github.com/apache/doris/pull/15830#discussion_r1089605248 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java: ## @@ -556,6 +569,7 @@ public void write(DataOutput out) throws IOException { dbEncryptKey

[GitHub] [doris] starocean999 opened a new pull request, #16150: [fix](fe)predicate is wrongly pushed through CUBE function

2023-01-27 Thread via GitHub
starocean999 opened a new pull request, #16150: URL: https://github.com/apache/doris/pull/16150 # Proposed changes pick from master https://github.com/apache/doris/pull/15831 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the

[GitHub] [doris] morrySnow merged pull request #16114: [ehancement](nereids) Enhancement for limit clause.

2023-01-27 Thread via GitHub
morrySnow merged PR #16114: URL: https://github.com/apache/doris/pull/16114 -- 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] dataroaring merged pull request #16034: [enhancement](load) avoid schema copy to reduce cpu usage

2023-01-27 Thread via GitHub
dataroaring merged PR #16034: URL: https://github.com/apache/doris/pull/16034 -- 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-spark-connector] JNSimba merged pull request #65: [improvement] Adapt to the load format of csv && set the default load format

2023-01-27 Thread via GitHub
JNSimba merged PR #65: URL: https://github.com/apache/doris-spark-connector/pull/65 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@

[GitHub] [doris] xinyiZzz commented on a diff in pull request #16083: [improvement](memory) load support overcommit memory

2023-01-27 Thread via GitHub
xinyiZzz commented on code in PR #16083: URL: https://github.com/apache/doris/pull/16083#discussion_r1089609047 ## be/src/util/mem_info.cpp: ## @@ -127,6 +133,18 @@ void MemInfo::process_full_gc() { return; } freed_mem += MemTrackerLimiter::free_top_memory_qu

[GitHub] [doris] morningman merged pull request #16147: [fix](planner) Keep type of null literal expr when register conjuncts

2023-01-27 Thread via GitHub
morningman merged PR #16147: URL: https://github.com/apache/doris/pull/16147 -- 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 merged pull request #16150: [fix](fe)predicate is wrongly pushed through CUBE function

2023-01-27 Thread via GitHub
morningman merged PR #16150: URL: https://github.com/apache/doris/pull/16150 -- 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-spark-connector] gnehil opened a new pull request, #66: [feature] support datev2/datatimev2/decimalv3 type

2023-01-27 Thread via GitHub
gnehil opened a new pull request, #66: URL: https://github.com/apache/doris-spark-connector/pull/66 # Proposed changes support datev2/datatimev2/decimalv3 type ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the

[GitHub] [doris] morrySnow commented on a diff in pull request #16125: [fix](nereids)fix bug of rule twoPhaseAggregateWithCountDistinctMulti

2023-01-27 Thread via GitHub
morrySnow commented on code in PR #16125: URL: https://github.com/apache/doris/pull/16125#discussion_r1089622816 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/AggregateStrategies.java: ## @@ -416,7 +416,9 @@ private List> twoPhaseAggregateWithCountDistinctM

[GitHub] [doris] morrySnow commented on a diff in pull request #16125: [fix](nereids)fix bug of rule twoPhaseAggregateWithCountDistinctMulti

2023-01-27 Thread via GitHub
morrySnow commented on code in PR #16125: URL: https://github.com/apache/doris/pull/16125#discussion_r1089623365 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/AggregateStrategies.java: ## @@ -416,7 +416,9 @@ private List> twoPhaseAggregateWithCountDistinctM

[GitHub] [doris-spark-connector] JNSimba merged pull request #66: [feature] support datev2/datatimev2/decimalv3 type

2023-01-27 Thread via GitHub
JNSimba merged PR #66: URL: https://github.com/apache/doris-spark-connector/pull/66 -- 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] morrySnow commented on a diff in pull request #16129: [cleanup](Nereids): cleanup useless code.

2023-01-27 Thread via GitHub
morrySnow commented on code in PR #16129: URL: https://github.com/apache/doris/pull/16129#discussion_r1089625531 ## fe/fe-core/src/main/java/org/apache/doris/common/ErrorCode.java: ## @@ -21,8 +21,7 @@ // Error code used to indicate what error happened. public enum ErrorCode

[GitHub] [doris] HappenLee opened a new pull request, #16151: [Cherry-Pick] cherry pick #15841 #15987 #15945

2023-01-27 Thread via GitHub
HappenLee opened a new pull request, #16151: URL: https://github.com/apache/doris/pull/16151 # Proposed changes cherry pick #15841 #15987 #15945 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] hello-stephen commented on pull request #16145: [bugfix](compaction) fix segment writer finalize footer twice

2023-01-27 Thread via GitHub
hello-stephen commented on PR #16145: URL: https://github.com/apache/doris/pull/16145#issuecomment-1407291978 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.32 seconds load time: 565 seconds storage size: 17121413068 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #16146: [enhancement](FE)shut down fast throw JVM might do when throwing exception

2023-01-27 Thread via GitHub
hello-stephen commented on PR #16146: URL: https://github.com/apache/doris/pull/16146#issuecomment-1407298305 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.8 seconds load time: 493 seconds storage size: 17122868082 Bytes https://doris-com

[GitHub] [doris] Gabriel39 opened a new pull request, #16152: [Bug](decimalv3) fix BE crash for function `if`

2023-01-27 Thread via GitHub
Gabriel39 opened a new pull request, #16152: URL: https://github.com/apache/doris/pull/16152 # Proposed changes Issue Number: close #15986 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] morningman merged pull request #16059: [Decimalv3/DateV2](cherrypick) pick related commits from master to 1.2

2023-01-27 Thread via GitHub
morningman merged PR #16059: URL: https://github.com/apache/doris/pull/16059 -- 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] hello-stephen commented on pull request #16148: [bugfix](metareader) meta reader could not load image

2023-01-27 Thread via GitHub
hello-stephen commented on PR #16148: URL: https://github.com/apache/doris/pull/16148#issuecomment-1407306335 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.14 seconds load time: 508 seconds storage size: 17122707479 Bytes https://doris-co

[GitHub] [doris] yiguolei merged pull request #16143: [refactor](remove unused code) remove many xxxVal structure

2023-01-27 Thread via GitHub
yiguolei merged PR #16143: URL: https://github.com/apache/doris/pull/16143 -- 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 merged pull request #16146: [enhancement](FE)shut down fast throw JVM might do when throwing exception

2023-01-27 Thread via GitHub
yiguolei merged PR #16146: URL: https://github.com/apache/doris/pull/16146 -- 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 merged pull request #16148: [bugfix](metareader) meta reader could not load image

2023-01-27 Thread via GitHub
yiguolei merged PR #16148: URL: https://github.com/apache/doris/pull/16148 -- 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] hello-stephen commented on pull request #16149: [MTMV](WIP)Support master and follow change in multi fe for mtmv

2023-01-27 Thread via GitHub
hello-stephen commented on PR #16149: URL: https://github.com/apache/doris/pull/16149#issuecomment-1407309138 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.37 seconds load time: 542 seconds storage size: 17122592535 Bytes https://doris-co

[GitHub] [doris] pengxiangyu opened a new pull request, #16153: [bug](cooldown)add config for Cooldown Job

2023-01-27 Thread via GitHub
pengxiangyu opened a new pull request, #16153: URL: https://github.com/apache/doris/pull/16153 # 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, #16154: [cherry-pick](load) avoid schema copy to reduce cpu usage

2023-01-27 Thread via GitHub
zhannngchen opened a new pull request, #16154: URL: https://github.com/apache/doris/pull/16154 # Proposed changes cherry-pic #16034 to 1.2-lts ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: -

[GitHub] [doris] ByteYue opened a new issue, #16155: [Bug] row_same_bit DCHECK failed

2023-01-27 Thread via GitHub
ByteYue opened a new issue, #16155: URL: https://github.com/apache/doris/issues/16155 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version git commitID: adb758dca

[GitHub] [doris] Gabriel39 commented on issue #15777: [Bug] (function) The behavior of str_to_date function is inconsistent between Be and Fe

2023-01-27 Thread via GitHub
Gabriel39 commented on issue #15777: URL: https://github.com/apache/doris/issues/15777#issuecomment-1407321377 Sure. I will fix it in 1.2.2/2.0.0 -- 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 t

[GitHub] [doris] morrySnow opened a new pull request, #16156: [refactor](Nereids) bind slot, function and do type coercion in one rule

2023-01-27 Thread via GitHub
morrySnow opened a new pull request, #16156: URL: https://github.com/apache/doris/pull/16156 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] hello-stephen commented on pull request #16152: [Bug](decimalv3) fix BE crash for function `if`

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16152: URL: https://github.com/apache/doris/pull/16152#issuecomment-1407325087 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.27 seconds load time: 491 seconds storage size: 17120625313 Bytes https://doris-co

[GitHub] [doris] SaintBacchus closed pull request #16149: [MTMV](WIP)Support master and follow change in multi fe for mtmv

2023-01-28 Thread via GitHub
SaintBacchus closed pull request #16149: [MTMV](WIP)Support master and follow change in multi fe for mtmv URL: https://github.com/apache/doris/pull/16149 -- 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] BiteTheDDDDt opened a new pull request, #16157: [Bug](exec) enable warning on ignoring function return value for vctx

2023-01-28 Thread via GitHub
BiteThet opened a new pull request, #16157: URL: https://github.com/apache/doris/pull/16157 # Proposed changes enable warning on ignoring function return value for vctx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect th

[GitHub] [doris] yiguolei merged pull request #16083: [improvement](memory) load support overcommit memory

2023-01-28 Thread via GitHub
yiguolei merged PR #16083: URL: https://github.com/apache/doris/pull/16083 -- 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] hf200012 opened a new pull request, #16158: Upgrade springboot version to 2.7.8

2023-01-28 Thread via GitHub
hf200012 opened a new pull request, #16158: URL: https://github.com/apache/doris/pull/16158 # Proposed changes Upgrade the springboot version to 2.7.8, and fix other problems that springboot depends on Issue Number: close #xxx ## Problem summary Describe your chan

[GitHub] [doris] Gabriel39 opened a new pull request, #16159: [datev2](function) make function nullable DEPEND_ON_ARGUMENT

2023-01-28 Thread via GitHub
Gabriel39 opened a new pull request, #16159: URL: https://github.com/apache/doris/pull/16159 # Proposed changes Set all functions' nullable mode for `datev2` to `DEPEND_ON_ARGUMENT` ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it

[GitHub] [doris] httpshirley opened a new pull request, #16160: [docs]update en docs

2023-01-28 Thread via GitHub
httpshirley opened a new pull request, #16160: URL: https://github.com/apache/doris/pull/16160 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] hello-stephen commented on pull request #16153: [bug](cooldown)add config for Cooldown Job

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16153: URL: https://github.com/apache/doris/pull/16153#issuecomment-1407342007 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.96 seconds load time: 526 seconds storage size: 17123103742 Bytes https://doris-co

[GitHub] [doris] luzhijing commented on pull request #16160: [docs](docs)update en docs

2023-01-28 Thread via GitHub
luzhijing commented on PR #16160: URL: https://github.com/apache/doris/pull/16160#issuecomment-1407343066 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] Tanya-W opened a new pull request, #16161: [fix](inverted index) fulltext match query should not prune by zone map

2023-01-28 Thread via GitHub
Tanya-W opened a new pull request, #16161: URL: https://github.com/apache/doris/pull/16161 # Proposed changes zone map prune data by min/max value, should not prune by zone map when fulltext match term is substring in a string type column's value, otherwise, some data meeting the conditi

[GitHub] [doris] morningman commented on a diff in pull request #16160: [docs](docs)update en docs

2023-01-28 Thread via GitHub
morningman commented on code in PR #16160: URL: https://github.com/apache/doris/pull/16160#discussion_r1089690101 ## docs/en/docs/lakehouse/multi-catalog/multi-catalog.md: ## @@ -261,7 +261,7 @@ See [Hudi](./hudi) ### Connect to Elasticsearch -See [Elasticsearch](./elastics

[GitHub] [doris] morningman commented on a diff in pull request #16160: [docs](docs)update en docs

2023-01-28 Thread via GitHub
morningman commented on code in PR #16160: URL: https://github.com/apache/doris/pull/16160#discussion_r1089690156 ## docs/en/docs/lakehouse/multi-catalog/hive.md: ## @@ -26,4 +26,149 @@ under the License. # Hive -TODO: translate +Once Doris is connected to Hive Metastore or

[GitHub] [doris] yiguolei opened a new pull request, #16162: [refactor](remove unused code) remove partition info from datastream sender

2023-01-28 Thread via GitHub
yiguolei opened a new pull request, #16162: URL: https://github.com/apache/doris/pull/16162 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] sohardforaname opened a new pull request, #16163: [Fix](Nereids)changing test data for more effectively testing for nereids_function_p0.

2023-01-28 Thread via GitHub
sohardforaname opened a new pull request, #16163: URL: https://github.com/apache/doris/pull/16163 # Proposed changes Issue Number: close #xxx ## Problem summary changing test data for more effectively testing for nereids_function_p0. ## Checklist(Required)

[GitHub] [doris] hello-stephen commented on pull request #16158: [deps](http)Upgrade springboot version to 2.7.8

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16158: URL: https://github.com/apache/doris/pull/16158#issuecomment-1407360132 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.31 seconds load time: 493 seconds storage size: 17122289820 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #16157: [Bug](exec) enable warning on ignoring function return value for vctx

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16157: URL: https://github.com/apache/doris/pull/16157#issuecomment-1407363069 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.56 seconds load time: 543 seconds storage size: 17122534818 Bytes https://doris-co

[GitHub] [doris] Gabriel39 merged pull request #16102: [Bug](runtimefilter) Fix wrong runtime filter on datetime

2023-01-28 Thread via GitHub
Gabriel39 merged PR #16102: URL: https://github.com/apache/doris/pull/16102 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] jackwener opened a new pull request, #16164: [fix](Nereids): fix Ceiling.

2023-01-28 Thread via GitHub
jackwener opened a new pull request, #16164: URL: https://github.com/apache/doris/pull/16164 # 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 #16129: [cleanup](fe) cleanup useless code.

2023-01-28 Thread via GitHub
yiguolei merged PR #16129: URL: https://github.com/apache/doris/pull/16129 -- 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] jacktengg opened a new issue, #16165: [Bug] join produces too many rows causing be coredump

2023-01-28 Thread via GitHub
jacktengg opened a new issue, #16165: URL: https://github.com/apache/doris/issues/16165 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version master 7e7fd5d0496dc54

[GitHub] [doris] jacktengg opened a new pull request, #16166: [fix](hashjoin) join produce blocks with rows larger than batch size

2023-01-28 Thread via GitHub
jacktengg opened a new pull request, #16166: URL: https://github.com/apache/doris/pull/16166 # Proposed changes Issue Number: close #16165 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] Tanya-W opened a new pull request, #16167: [Feature-WIP] (inverted index) Filter out and remain predicates that do not support apply by inverted index, and add inverted index regressi

2023-01-28 Thread via GitHub
Tanya-W opened a new pull request, #16167: URL: https://github.com/apache/doris/pull/16167 # Proposed changes 1. Filter out and remain predicates that do not support apply by inverted index, like `BF` predicate, `IS_NULL` predicate, `IS_NOT_NULL` predicate. 2. Add inverted index regres

[GitHub] [doris] hello-stephen commented on pull request #16161: [fix](inverted index) fulltext match query should not prune by zone map

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16161: URL: https://github.com/apache/doris/pull/16161#issuecomment-1407376959 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.29 seconds load time: 539 seconds storage size: 17122430817 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #16162: [refactor](remove unused code) remove partition info from datastream sender

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16162: URL: https://github.com/apache/doris/pull/16162#issuecomment-1407379910 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.08 seconds load time: 489 seconds storage size: 17122304340 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #16156: [refactor](Nereids) bind slot, function and do type coercion in one rule

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16156: URL: https://github.com/apache/doris/pull/16156#issuecomment-1407380117 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.17 seconds load time: 524 seconds storage size: 17122260141 Bytes https://doris-co

[GitHub] [doris] Gabriel39 closed issue #15986: [Bug] if 函数后计算结果发生错误

2023-01-28 Thread via GitHub
Gabriel39 closed issue #15986: [Bug] if 函数后计算结果发生错误 URL: https://github.com/apache/doris/issues/15986 -- 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: c

[GitHub] [doris] Gabriel39 merged pull request #16152: [Bug](decimalv3) fix BE crash for function `if`

2023-01-28 Thread via GitHub
Gabriel39 merged PR #16152: URL: https://github.com/apache/doris/pull/16152 -- 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] hello-stephen commented on pull request #16164: [fix](Nereids): fix Ceiling.

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16164: URL: https://github.com/apache/doris/pull/16164#issuecomment-1407383197 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.34 seconds load time: 490 seconds storage size: 17122375691 Bytes https://doris-co

[GitHub] [doris] yiguolei merged pull request #16162: [refactor](remove unused code) remove partition info from datastream sender

2023-01-28 Thread via GitHub
yiguolei merged PR #16162: URL: https://github.com/apache/doris/pull/16162 -- 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 merged pull request #16153: [bug](cooldown)add config for Cooldown Job

2023-01-28 Thread via GitHub
yiguolei merged PR #16153: URL: https://github.com/apache/doris/pull/16153 -- 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] BiteTheDDDDt opened a new pull request, #16168: [Bug](function) remove datev2 signature of hour_ceil/hour_floor

2023-01-28 Thread via GitHub
BiteThet opened a new pull request, #16168: URL: https://github.com/apache/doris/pull/16168 # Proposed changes remove datev2 signature of hour_ceil/hour_floor ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original

[GitHub] [doris] yiguolei merged pull request #16158: [deps](http)Upgrade springboot version to 2.7.8

2023-01-28 Thread via GitHub
yiguolei merged PR #16158: URL: https://github.com/apache/doris/pull/16158 -- 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 merged pull request #16145: [bugfix](compaction) fix segment writer finalize footer twice

2023-01-28 Thread via GitHub
yiguolei merged PR #16145: URL: https://github.com/apache/doris/pull/16145 -- 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] Kikyou1997 opened a new pull request, #16169: [fix](nereids) Delete invalid signature of nvl function

2023-01-28 Thread via GitHub
Kikyou1997 opened a new pull request, #16169: URL: https://github.com/apache/doris/pull/16169 1. delete invalid signature of nvl function 2. fix some test cases that failed because of malformed function name # Proposed changes Issue Number: close #xxx ## Problem summar

[GitHub] [doris] jackwener merged pull request #16164: [fix](Nereids): fix Ceiling.

2023-01-28 Thread via GitHub
jackwener merged PR #16164: URL: https://github.com/apache/doris/pull/16164 -- 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] hello-stephen commented on pull request #16166: [fix](hashjoin) join produce blocks with rows larger than batch size

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16166: URL: https://github.com/apache/doris/pull/16166#issuecomment-1407389152 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.44 seconds load time: 525 seconds storage size: 17122289679 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #16167: [Feature-WIP](inverted index) Filter out and remain predicates that do not support apply by inverted index, and add inverted index regr

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16167: URL: https://github.com/apache/doris/pull/16167#issuecomment-1407391651 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.6 seconds load time: 491 seconds storage size: 17123012999 Bytes https://doris-com

[GitHub] [doris] jackwener opened a new pull request, #16170: [fix](Nereids): fix convert_tz() SIGNATURES.

2023-01-28 Thread via GitHub
jackwener opened a new pull request, #16170: URL: https://github.com/apache/doris/pull/16170 # Proposed changes we shouldn't add `DateV2` in `SIGNATURES`, because when meet `DateV2`, it will cast to `DateTimeV2Type` implicitly. ## Problem summary Describe your changes.

[GitHub] [doris] morrySnow merged pull request #16163: [Fix](Nereids)changing test data for more effectively testing for nereids_function_p0.

2023-01-28 Thread via GitHub
morrySnow merged PR #16163: URL: https://github.com/apache/doris/pull/16163 -- 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] hello-stephen commented on pull request #16159: [datev2](function) make function nullable DEPEND_ON_ARGUMENT

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16159: URL: https://github.com/apache/doris/pull/16159#issuecomment-1407398765 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.51 seconds load time: 524 seconds storage size: 17122962414 Bytes https://doris-co

[GitHub] [doris] sohardforaname opened a new pull request, #16171: [Fix](Nereids)fix error of X-Z function for nereids

2023-01-28 Thread via GitHub
sohardforaname opened a new pull request, #16171: URL: https://github.com/apache/doris/pull/16171 # Proposed changes Issue Number: close #xxx ## Problem summary fix error of X-Z function for nereids ## Checklist(Required) 1. Does it affect the original behav

[GitHub] [doris] hello-stephen commented on pull request #16169: [fix](nereids) Delete invalid signature of nvl function

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16169: URL: https://github.com/apache/doris/pull/16169#issuecomment-1407406308 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.13 seconds load time: 517 seconds storage size: 17122314581 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #16170: [fix](Nereids): remove `DataV2Type` in ConvertTz, DayCeil and DayFloor SIGNATURES

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16170: URL: https://github.com/apache/doris/pull/16170#issuecomment-1407410262 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.13 seconds load time: 507 seconds storage size: 17122819584 Bytes https://doris-co

[GitHub] [doris] nextdreamblue opened a new pull request, #16172: [fix-core](block) clear block row_same_bit when block reuse

2023-01-28 Thread via GitHub
nextdreamblue opened a new pull request, #16172: URL: https://github.com/apache/doris/pull/16172 Signed-off-by: nextdreamblue # Proposed changes Issue Number: close #16155 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it af

[GitHub] [doris] eldenmoon opened a new pull request, #16173: [Bug](topn-opt) filter condition for analytic info for two phase read…

2023-01-28 Thread via GitHub
eldenmoon opened a new pull request, #16173: URL: https://github.com/apache/doris/pull/16173 … opt two phase read optimization should not be enabled when query has analytic info # Proposed changes Issue Number: close #xxx ## Problem summary Describe your ch

[GitHub] [doris] jackwener opened a new pull request, #16174: [fix](Nereids): fix dceil() dfloor()

2023-01-28 Thread via GitHub
jackwener opened a new pull request, #16174: URL: https://github.com/apache/doris/pull/16174 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] hello-stephen commented on pull request #16172: [fix-core](block) clear block row_same_bit when block reuse

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16172: URL: https://github.com/apache/doris/pull/16172#issuecomment-1407425534 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.27 seconds load time: 522 seconds storage size: 17120405529 Bytes https://doris-co

[GitHub] [doris] jackwener commented on pull request #16168: [Bug](function) remove datev2 signature of hour_ceil/hour_floor

2023-01-28 Thread via GitHub
jackwener commented on PR #16168: URL: https://github.com/apache/doris/pull/16168#issuecomment-1407428342 Maybe need notice: old optimizer `ScalarBuiltins.java` contains the removed type SIGNATURES. -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [doris] jackwener commented on pull request #16168: [Bug](function) remove datev2 signature of hour_ceil/hour_floor

2023-01-28 Thread via GitHub
jackwener commented on PR #16168: URL: https://github.com/apache/doris/pull/16168#issuecomment-1407428430 #16174 is same with this PR -- 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] BiteTheDDDDt commented on pull request #16168: [Bug](function) remove datev2 signature of hour_ceil/hour_floor

2023-01-28 Thread via GitHub
BiteThet commented on PR #16168: URL: https://github.com/apache/doris/pull/16168#issuecomment-1407430631 > In this case we have wrong signature(the implementation of hour_ceil/hour_floor in `be` is inconsistent with the signature), so I remove it. -- This is an automated mess

[GitHub] [doris] BiteTheDDDDt commented on pull request #16170: [fix](Nereids): remove `DataV2Type` in ConvertTz, DayCeil and DayFloor SIGNATURES

2023-01-28 Thread via GitHub
BiteThet commented on PR #16170: URL: https://github.com/apache/doris/pull/16170#issuecomment-1407431450 On the one hand, you should make sure that the signature in nereids is consistent with the signature in doris_builtins_functions.py. On the other hand, whether a function like DayCei

[GitHub] [doris] hello-stephen commented on pull request #16173: [Bug](topn-opt) filter condition for analytic info for two phase read…

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16173: URL: https://github.com/apache/doris/pull/16173#issuecomment-1407432708 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.68 seconds load time: 494 seconds storage size: 17121999283 Bytes https://doris-co

[GitHub] [doris] jackwener commented on pull request #16168: [Bug](function) remove datev2 signature of hour_ceil/hour_floor

2023-01-28 Thread via GitHub
jackwener commented on PR #16168: URL: https://github.com/apache/doris/pull/16168#issuecomment-1407433615 > Maybe need notice: old optimizer `ScalarBuiltins.java` contains the removed type SIGNATURES. signature in it also need to be removed -- This is an automated message from the

[GitHub] [doris] hello-stephen commented on pull request #16174: [fix](Nereids): fix dceil() dfloor()

2023-01-28 Thread via GitHub
hello-stephen commented on PR #16174: URL: https://github.com/apache/doris/pull/16174#issuecomment-1407433947 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.49 seconds load time: 491 seconds storage size: 17123140409 Bytes https://doris-co

[GitHub] [doris] morningman merged pull request #16160: [docs](docs)update en docs

2023-01-28 Thread via GitHub
morningman merged PR #16160: URL: https://github.com/apache/doris/pull/16160 -- 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 commented on a diff in pull request #16084: [improvement](memory) Optimize the log of process memory insufficient and support regular GC cache

2023-01-28 Thread via GitHub
xinyiZzz commented on code in PR #16084: URL: https://github.com/apache/doris/pull/16084#discussion_r1089774414 ## be/src/common/daemon.cpp: ## @@ -203,29 +205,42 @@ void Daemon::memory_maintenance_thread() { doris::MemInfo::refresh_allocator_mem(); #endif dor

[GitHub] [doris] morningman opened a new pull request, #16175: [docker](iceberg) add iceberg docker compose and modify scripts

2023-01-28 Thread via GitHub
morningman opened a new pull request, #16175: URL: https://github.com/apache/doris/pull/16175 # Proposed changes Issue Number: close #xxx ## Problem summary 1. Add iceberg docker compose 2. Rename start-thirdparties-docker.sh to run-thirdparties-docker.sh and support

[GitHub] [doris] xy720 opened a new pull request, #16176: [cherry-pick](grouping) Add a switch for users to force using alias name in group by and having clause

2023-01-28 Thread via GitHub
xy720 opened a new pull request, #16176: URL: https://github.com/apache/doris/pull/16176 # Proposed changes cherry-pic #15748 to 1.2-lts ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

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