[GitHub] [doris] sohardforaname commented on pull request #22195: [Feature](Nereids)support create table and CTAS for Nereids

2023-08-22 Thread via GitHub
sohardforaname commented on PR #22195: URL: https://github.com/apache/doris/pull/22195#issuecomment-1689388296 run buildall -- 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] hello-stephen commented on pull request #23249: [Fix](Nereids)add nereids load function in read fields of GlobalFunctionMgr and Database

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23249: URL: https://github.com/apache/doris/pull/23249#issuecomment-1689384534 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.49 seconds stream load tsv: 547 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23364: [fix](odbc) fix odbc insert string data to sqlserve

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23364: URL: https://github.com/apache/doris/pull/23364#issuecomment-1689379055 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #23332: [fix](pipeline) if pr only added files, also need run regression

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23332: URL: https://github.com/apache/doris/pull/23332#issuecomment-1689376553 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 #23333: [fix](case) Update load.groovy, add sync after insert

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #2: URL: https://github.com/apache/doris/pull/2#issuecomment-1689373327 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 #23333: [fix](case) Update load.groovy, add sync after insert

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #2: URL: https://github.com/apache/doris/pull/2#issuecomment-1689373278 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] zy-kkk commented on pull request #23364: [fix](odbc) fix odbc insert string data to sqlserve

2023-08-22 Thread via GitHub
zy-kkk commented on PR #23364: URL: https://github.com/apache/doris/pull/23364#issuecomment-1689371891 run buildall -- 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 unsub

[GitHub] [doris] github-actions[bot] commented on pull request #22702: [feature](information_schema)add metadata_name_ids for quickly get catlogs,db,table and add profiling table in order to Compatib

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #22702: URL: https://github.com/apache/doris/pull/22702#issuecomment-1689371690 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] zy-kkk opened a new pull request, #23364: [fix](odbc) fix odbc insert string data to sqlserve

2023-08-22 Thread via GitHub
zy-kkk opened a new pull request, #23364: URL: https://github.com/apache/doris/pull/23364 ## Proposed changes Issue Number: close #xxx cherry-pick from #23357 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@do

[GitHub] [doris] yiguolei commented on a diff in pull request #23362: [Enhancement](Load) stream Load using SQL

2023-08-22 Thread via GitHub
yiguolei commented on code in PR #23362: URL: https://github.com/apache/doris/pull/23362#discussion_r1302551185 ## fe/fe-core/src/main/java/org/apache/doris/tablefunction/LocalTableValuedFunction.java: ## @@ -0,0 +1,145 @@ +// Licensed to the Apache Software Foundation (ASF) und

[GitHub] [doris] hello-stephen commented on pull request #23359: [fix](case) varchar(*) not supported on branch-2.0 till now

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23359: URL: https://github.com/apache/doris/pull/23359#issuecomment-1689371405 rum compile -- 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] sohardforaname commented on pull request #22088: [Fix](Nereids)fix loading core when enable nereids DML default

2023-08-22 Thread via GitHub
sohardforaname commented on PR #22088: URL: https://github.com/apache/doris/pull/22088#issuecomment-1689369650 run buildall -- 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.

[doris] branch branch-1.2-lts updated: [fix](jdbc catalog) fix insert string data to sqlserver (#23357)

2023-08-22 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 032d064be9 [fix](jdbc catalog) fix

[GitHub] [doris] zy-kkk merged pull request #23357: [fix](jdbc catalog) fix insert string data to sqlserver

2023-08-22 Thread via GitHub
zy-kkk merged PR #23357: URL: https://github.com/apache/doris/pull/23357 -- 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.apach

[GitHub] [doris] yiguolei commented on a diff in pull request #23362: [Enhancement](Load) stream Load using SQL

2023-08-22 Thread via GitHub
yiguolei commented on code in PR #23362: URL: https://github.com/apache/doris/pull/23362#discussion_r1302548441 ## fe/fe-core/src/main/java/org/apache/doris/planner/external/FileQueryScanNode.java: ## @@ -255,14 +255,34 @@ public void createScanRangeLocations() throws UserExcep

[GitHub] [doris] github-actions[bot] commented on pull request #23362: [Enhancement](Load) stream Load using SQL

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23362: URL: https://github.com/apache/doris/pull/23362#issuecomment-1689365202 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] Jibing-Li commented on pull request #23317: [fix](tvf view)Support Table valued function view for nereids.

2023-08-22 Thread via GitHub
Jibing-Li commented on PR #23317: URL: https://github.com/apache/doris/pull/23317#issuecomment-1689364569 run buildall -- 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 un

[GitHub] [doris] caiconghui commented on pull request #23363: [fix](metric) fix issue that the counter of rejected transactions does not cover some failed situations for load

2023-08-22 Thread via GitHub
caiconghui commented on PR #23363: URL: https://github.com/apache/doris/pull/23363#issuecomment-1689363883 run buildall -- 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 u

[GitHub] [doris] hello-stephen commented on pull request #23330: [Chore](function) add check for comparison input type

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23330: URL: https://github.com/apache/doris/pull/23330#issuecomment-1689363159 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.93 seconds stream load tsv: 555 seconds loaded 74807831229 Bytes

[GitHub] [doris] caiconghui opened a new pull request, #23363: [fix](metric) fix issue that the counter of rejected transactions does not cover some failed situations for load

2023-08-22 Thread via GitHub
caiconghui opened a new pull request, #23363: URL: https://github.com/apache/doris/pull/23363 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mail

[GitHub] [doris] hello-stephen commented on pull request #23304: [chore](fe) Fix typos in comments

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23304: URL: https://github.com/apache/doris/pull/23304#issuecomment-1689358089 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.88 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes

[GitHub] [doris] liutang123 commented on pull request #23142: [opt](pipeline) Make pipeline fragment context send_report asynchronized

2023-08-22 Thread via GitHub
liutang123 commented on PR #23142: URL: https://github.com/apache/doris/pull/23142#issuecomment-1689356390 run buildall -- 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 u

[GitHub] [doris] kaijchen commented on pull request #23135: [feature](move-memtable)[0/7] support memtable on sink node

2023-08-22 Thread via GitHub
kaijchen commented on PR #23135: URL: https://github.com/apache/doris/pull/23135#issuecomment-1689356084 run buildall -- 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 uns

[GitHub] [doris] github-actions[bot] commented on pull request #23325: [Bug](jdbc) support get_default on complex type

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23325: URL: https://github.com/apache/doris/pull/23325#issuecomment-1689353104 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] xy720 commented on pull request #23139: [Feature](fe) Add admin set table status statement

2023-08-22 Thread via GitHub
xy720 commented on PR #23139: URL: https://github.com/apache/doris/pull/23139#issuecomment-1689352896 run buildall -- 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 unsubs

[GitHub] [doris] hello-stephen commented on pull request #23361: [Fix](multi-catalog) Fix hive incorrect result by disable string dict filter if exprs contain null expr.

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23361: URL: https://github.com/apache/doris/pull/23361#issuecomment-1689351779 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.76 seconds stream load tsv: 552 seconds loaded 74807831229 Bytes

[GitHub] [doris] sohardforaname commented on pull request #23249: [Fix](Nereids)add nereids load function in read fields of GlobalFunctionMgr and Database

2023-08-22 Thread via GitHub
sohardforaname commented on PR #23249: URL: https://github.com/apache/doris/pull/23249#issuecomment-1689350278 run buildall -- 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] yuxuan-luo commented on pull request #23284: [fix](regexp_extract_all) fix be OOM when quering with regexp_extrac…

2023-08-22 Thread via GitHub
yuxuan-luo commented on PR #23284: URL: https://github.com/apache/doris/pull/23284#issuecomment-1689349619 run buildall -- 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 u

[GitHub] [doris] zhannngchen closed pull request #23311: [fix](regression) fix flaky test test_pk_uk_index_change

2023-08-22 Thread via GitHub
zhannngchen closed pull request #23311: [fix](regression) fix flaky test test_pk_uk_index_change URL: https://github.com/apache/doris/pull/23311 -- 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] zhannngchen commented on pull request #23311: [fix](regression) fix flaky test test_pk_uk_index_change

2023-08-22 Thread via GitHub
zhannngchen commented on PR #23311: URL: https://github.com/apache/doris/pull/23311#issuecomment-1689349760 p0 case don't need such sync, it's not the root cause of the case failure, close it first -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [doris] hello-stephen commented on pull request #23171: [fix](nereids)remove useless cast in in-predicate

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23171: URL: https://github.com/apache/doris/pull/23171#issuecomment-1689348956 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.29 seconds stream load tsv: 554 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23142: [opt](pipeline) Make pipeline fragment context send_report asynchronized

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23142: URL: https://github.com/apache/doris/pull/23142#issuecomment-1689348517 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[doris] branch master updated (527293aa41 -> c7b9eb5f9c)

2023-08-22 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 527293aa41 [refactor](dynamic table) remove dynamic table (#23298) add c7b9eb5f9c [enhancement](bitmap)support

[GitHub] [doris] zhannngchen merged pull request #23228: [enhancement](bitmap)support bitmap type for non-key column in unique table

2023-08-22 Thread via GitHub
zhannngchen merged PR #23228: URL: https://github.com/apache/doris/pull/23228 -- 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 #23362: [Enhancement](Load) stream Load using SQL

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23362: URL: https://github.com/apache/doris/pull/23362#issuecomment-1689347222 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] hello-stephen commented on pull request #23272: [fix](planner)convert to double if div decimal overflow

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23272: URL: https://github.com/apache/doris/pull/23272#issuecomment-1689346419 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.51 seconds stream load tsv: 554 seconds loaded 74807831229 Bytes

[GitHub] [doris] BiteTheDDDDt commented on pull request #23325: [Bug](jdbc) support get_default on complex type

2023-08-22 Thread via GitHub
BiteThet commented on PR #23325: URL: https://github.com/apache/doris/pull/23325#issuecomment-1689346320 run buildall -- 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

[doris] branch master updated (d8a31405c4 -> 527293aa41)

2023-08-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d8a31405c4 [refactor](Nereids): remove Penalty (#23321) add 527293aa41 [refactor](dynamic table) remove dynamic

[GitHub] [doris] yiguolei merged pull request #23298: [refactor](dynamic table) remove dynamic table

2023-08-22 Thread via GitHub
yiguolei merged PR #23298: URL: https://github.com/apache/doris/pull/23298 -- 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] zzzzzzzs opened a new pull request, #23362: [Enhancement](Load) stream Load using SQL

2023-08-22 Thread via GitHub
zzzs opened a new pull request, #23362: URL: https://github.com/apache/doris/pull/23362 ## Proposed changes Using stream load in SQL mode for example: example.csv ``` 1,北京 10001,天津 ``` ``` curl curl -v --location-trusted -u root: -H "sql: ins

[GitHub] [doris] github-actions[bot] commented on pull request #23330: [Chore](function) add check for comparison input type

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23330: URL: https://github.com/apache/doris/pull/23330#issuecomment-1689339815 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #23356: [Bug](map) support replicate for column map and remove some unused code

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23356: URL: https://github.com/apache/doris/pull/23356#issuecomment-1689337521 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 #23356: [Bug](map) support replicate for column map and remove some unused code

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23356: URL: https://github.com/apache/doris/pull/23356#issuecomment-1689337485 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 #23298: [refactor](dynamic table) remove dynamic table

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23298: URL: https://github.com/apache/doris/pull/23298#issuecomment-1689337313 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] hello-stephen commented on pull request #22694: [Opt](functions) Use preloaded cache to accelerate timezone parsing

2023-08-22 Thread via GitHub
hello-stephen commented on PR #22694: URL: https://github.com/apache/doris/pull/22694#issuecomment-1689334536 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.65 seconds stream load tsv: 537 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23290: [enhancement](thirdparty) upgrade thirdparty libs

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23290: URL: https://github.com/apache/doris/pull/23290#issuecomment-1689332794 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 #23290: [enhancement](thirdparty) upgrade thirdparty libs

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23290: URL: https://github.com/apache/doris/pull/23290#issuecomment-1689332741 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] hello-stephen commented on pull request #23250: [FIX](map)fix column map for offset next_array_item_rowid order

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23250: URL: https://github.com/apache/doris/pull/23250#issuecomment-1689332398 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.41 seconds stream load tsv: 540 seconds loaded 74807831229 Bytes

[GitHub] [doris] BiteTheDDDDt commented on pull request #23330: [Chore](function) add check for comparison input type

2023-08-22 Thread via GitHub
BiteThet commented on PR #23330: URL: https://github.com/apache/doris/pull/23330#issuecomment-1689332318 run buildall -- 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

[GitHub] [doris] luozenglin commented on pull request #23304: [chore](fe) Fix typos in comments

2023-08-22 Thread via GitHub
luozenglin commented on PR #23304: URL: https://github.com/apache/doris/pull/23304#issuecomment-1689329288 run buildall -- 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 u

[GitHub] [doris] hello-stephen commented on pull request #23135: [feature](move-memtable)[0/7] support memtable on sink node

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23135: URL: https://github.com/apache/doris/pull/23135#issuecomment-1689327240 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.23 seconds stream load tsv: 544 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23330: [Chore](function) add check for comparison input type

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23330: URL: https://github.com/apache/doris/pull/23330#issuecomment-1689324956 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.35 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes

[GitHub] [doris] kaka11chen commented on pull request #23361: [Fix](multi-catalog) Fix hive incorrect result by disable string dict filter if exprs contain null expr.

2023-08-22 Thread via GitHub
kaka11chen commented on PR #23361: URL: https://github.com/apache/doris/pull/23361#issuecomment-1689323041 run buildall -- 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 u

[GitHub] [doris] starocean999 commented on pull request #23171: [fix](nereids)remove useless cast in in-predicate

2023-08-22 Thread via GitHub
starocean999 commented on PR #23171: URL: https://github.com/apache/doris/pull/23171#issuecomment-1689322284 run buildall -- 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

[GitHub] [doris] hello-stephen commented on pull request #23129: [feature](vector-search) add 4 distance functions to support vector search

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23129: URL: https://github.com/apache/doris/pull/23129#issuecomment-1689321295 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.69 seconds stream load tsv: 544 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23349: Revert "[fix](function) to_bitmap parameter parsing failure returns null instead of bitmap_empty"

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23349: URL: https://github.com/apache/doris/pull/23349#issuecomment-1689320693 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.41 seconds stream load tsv: 552 seconds loaded 74807831229 Bytes

[GitHub] [doris] starocean999 commented on pull request #23272: [fix](planner)convert to double if div decimal overflow

2023-08-22 Thread via GitHub
starocean999 commented on PR #23272: URL: https://github.com/apache/doris/pull/23272#issuecomment-1689320335 run buildall -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #23361: [Fix](multi-catalog) Fix hive incorrect result by disable string dict filter if exprs contain null expr.

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23361: URL: https://github.com/apache/doris/pull/23361#issuecomment-1689316737 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #23361: [Fix](multi-catalog) Fix hive incorrect result by disable string dict filter if exprs contain null expr.

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23361: URL: https://github.com/apache/doris/pull/23361#issuecomment-1689310539 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] amorynan commented on pull request #23250: [FIX](map)fix column map for offset next_array_item_rowid order

2023-08-22 Thread via GitHub
amorynan commented on PR #23250: URL: https://github.com/apache/doris/pull/23250#issuecomment-1689308640 run buildall -- 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 uns

[GitHub] [doris] hello-stephen commented on pull request #23348: [feature](move-memtable)[2/7] add protos for memtable on sink node

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23348: URL: https://github.com/apache/doris/pull/23348#issuecomment-1689306175 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.64 seconds stream load tsv: 540 seconds loaded 74807831229 Bytes

[doris] branch master updated: [refactor](Nereids): remove Penalty (#23321)

2023-08-22 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new d8a31405c4 [refactor](Nereids): remove Penalty (

[GitHub] [doris] jackwener merged pull request #23321: [refactor](Nereids): remove Penalty

2023-08-22 Thread via GitHub
jackwener merged PR #23321: URL: https://github.com/apache/doris/pull/23321 -- 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] jeeinn commented on issue #14670: [Bug] 启动doris 1.1.4 FE 报错

2023-08-22 Thread via GitHub
jeeinn commented on issue #14670: URL: https://github.com/apache/doris/issues/14670#issuecomment-1689305412 > > > How do I solve the same problem with docker-compose? > > I encountered the same problem, how did you solve? It seems that it is not the first time to

[GitHub] [doris] kaka11chen opened a new pull request, #23361: [Fix](multi-catalog) Fix hive incorrect result by disable string dict filter if exprs contain null expr.

2023-08-22 Thread via GitHub
kaka11chen opened a new pull request, #23361: URL: https://github.com/apache/doris/pull/23361 ## Proposed changes Issue Number: close #21960 Fix hive incorrect result by disable string dict filter if exprs contain null expr. ## Further comments If this is

[GitHub] [doris] BiteTheDDDDt commented on pull request #23330: [Chore](function) add check for comparison input type

2023-08-22 Thread via GitHub
BiteThet commented on PR #23330: URL: https://github.com/apache/doris/pull/23330#issuecomment-1689304944 run p0 -- 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 unsub

[GitHub] [doris] github-actions[bot] commented on pull request #23360: [enhancement](thirdparty) upgrade thirdparty libs - fix reference

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23360: URL: https://github.com/apache/doris/pull/23360#issuecomment-1689304377 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] Gabriel39 commented on pull request #23353: Test pipelinex

2023-08-22 Thread via GitHub
Gabriel39 commented on PR #23353: URL: https://github.com/apache/doris/pull/23353#issuecomment-1689304107 run buildall -- 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 un

[GitHub] [doris] bobhan1 commented on pull request #21773: [feature](insert)support `insert ignore into ...` statement

2023-08-22 Thread via GitHub
bobhan1 commented on PR #21773: URL: https://github.com/apache/doris/pull/21773#issuecomment-1689303473 run p0 -- 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] hello-stephen commented on pull request #23331: [fix](Nereids) array_difference and array_position get wrong result

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23331: URL: https://github.com/apache/doris/pull/23331#issuecomment-1689302269 run buildall -- 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] xinyiZzz opened a new pull request, #23360: [enhancement](thirdparty) upgrade thirdparty libs - fix function reference

2023-08-22 Thread via GitHub
xinyiZzz opened a new pull request, #23360: URL: https://github.com/apache/doris/pull/23360 ## Proposed changes fix function reference after #23290 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mai

[doris] branch master updated: [pipelineX](dependency) Build DAG between pipelines (#23355)

2023-08-22 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new ba882dea21 [pipelineX](dependency) Build DAG

[GitHub] [doris] Gabriel39 merged pull request #23355: [pipelineX](dependency) Build DAG between pipelines

2023-08-22 Thread via GitHub
Gabriel39 merged PR #23355: URL: https://github.com/apache/doris/pull/23355 -- 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 #23332: [fix](pipeline) if pr only added files, also need run regression

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23332: URL: https://github.com/apache/doris/pull/23332#issuecomment-1689293063 run buildall -- 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] hello-stephen commented on pull request #23348: [feature](move-memtable)[2/7] add protos for memtable on sink node

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23348: URL: https://github.com/apache/doris/pull/23348#issuecomment-1689292770 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.84 seconds stream load tsv: 555 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23356: [Bug](map) support replicate for column map and remove some unused code

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23356: URL: https://github.com/apache/doris/pull/23356#issuecomment-1689292632 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.18 seconds stream load tsv: 540 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23333: [fix](case) Update load.groovy, add sync after insert

2023-08-22 Thread via GitHub
hello-stephen commented on PR #2: URL: https://github.com/apache/doris/pull/2#issuecomment-1689291292 run buildall -- 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] hello-stephen commented on pull request #23359: [fix](case) varchar(*) not supported on branch-2.0 till now

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23359: URL: https://github.com/apache/doris/pull/23359#issuecomment-1689290927 run buildall -- 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] hello-stephen opened a new pull request, #23359: [fix](case) varchar(*) not supported on branch-2.0 till now

2023-08-22 Thread via GitHub
hello-stephen opened a new pull request, #23359: URL: https://github.com/apache/doris/pull/23359 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](m

[GitHub] [doris] github-actions[bot] commented on pull request #22694: [Opt](functions) Use preloaded cache to accelerate timezone parsing

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #22694: URL: https://github.com/apache/doris/pull/22694#issuecomment-1689288362 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] yiguolei commented on pull request #23349: Revert "[fix](function) to_bitmap parameter parsing failure returns null instead of bitmap_empty"

2023-08-22 Thread via GitHub
yiguolei commented on PR #23349: URL: https://github.com/apache/doris/pull/23349#issuecomment-1689285276 run buildall -- 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 uns

[GitHub] [doris] BiteTheDDDDt commented on pull request #23330: [Chore](function) add check for comparison input type

2023-08-22 Thread via GitHub
BiteThet commented on PR #23330: URL: https://github.com/apache/doris/pull/23330#issuecomment-1689284878 run ckbench -- 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

[GitHub] [doris] BiteTheDDDDt commented on pull request #23330: [Chore](function) add check for comparison input type

2023-08-22 Thread via GitHub
BiteThet commented on PR #23330: URL: https://github.com/apache/doris/pull/23330#issuecomment-1689284641 run compile -- 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

[GitHub] [doris] zclllyybb commented on pull request #22694: [Opt](functions) Use preloaded cache to accelerate timezone parsing

2023-08-22 Thread via GitHub
zclllyybb commented on PR #22694: URL: https://github.com/apache/doris/pull/22694#issuecomment-1689283129 run buildall -- 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 un

[GitHub] [doris] hello-stephen commented on pull request #23358: [Log](Alter) Print table's state when `checkNormalStateForAlter()` failed

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23358: URL: https://github.com/apache/doris/pull/23358#issuecomment-1689278495 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.87 seconds stream load tsv: 554 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23348: [feature](move-memtable)[2/7] add protos for memtable on sink node

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23348: URL: https://github.com/apache/doris/pull/23348#issuecomment-1689278249 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] kaijchen commented on pull request #23135: [feature](move-memtable)[0/7] support memtable on sink node

2023-08-22 Thread via GitHub
kaijchen commented on PR #23135: URL: https://github.com/apache/doris/pull/23135#issuecomment-1689275349 run buildall -- 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 uns

[GitHub] [doris] hello-stephen commented on pull request #23290: [enhancement](thirdparty) upgrade thirdparty libs

2023-08-22 Thread via GitHub
hello-stephen commented on PR #23290: URL: https://github.com/apache/doris/pull/23290#issuecomment-1689274756 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.97 seconds stream load tsv: 554 seconds loaded 74807831229 Bytes

[GitHub] [doris] kaijchen commented on pull request #23348: [feature](move-memtable)[2/7] add protos for memtable on sink node

2023-08-22 Thread via GitHub
kaijchen commented on PR #23348: URL: https://github.com/apache/doris/pull/23348#issuecomment-1689273646 run buildall -- 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 uns

[GitHub] [doris] github-actions[bot] commented on pull request #23129: [feature](vector-search) add 4 distance functions to support vector search

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23129: URL: https://github.com/apache/doris/pull/23129#issuecomment-1689270887 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #23348: [feature](move-memtable)[2/7] add protos for memtable on sink node

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23348: URL: https://github.com/apache/doris/pull/23348#issuecomment-1689269061 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] dutyu closed issue #21960: [Bug] Hive catalog query result not right

2023-08-22 Thread via GitHub
dutyu closed issue #21960: [Bug] Hive catalog query result not right URL: https://github.com/apache/doris/issues/21960 -- 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 unsubs

[GitHub] [doris] dutyu commented on issue #21960: [Bug] Hive catalog query result not right

2023-08-22 Thread via GitHub
dutyu commented on issue #21960: URL: https://github.com/apache/doris/issues/21960#issuecomment-1689267709 It has been fixed at master. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi

[GitHub] [doris] kaijchen commented on pull request #23135: [feature](move-memtable)[0/7] support memtable on sink node

2023-08-22 Thread via GitHub
kaijchen commented on PR #23135: URL: https://github.com/apache/doris/pull/23135#issuecomment-1689267118 run buildall -- 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 uns

[GitHub] [doris] cambyzju commented on pull request #23129: [feature](vector-search) add 4 distance functions to support vector search

2023-08-22 Thread via GitHub
cambyzju commented on PR #23129: URL: https://github.com/apache/doris/pull/23129#issuecomment-1689266366 run buildall -- 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 uns

[GitHub] [doris] kaijchen commented on pull request #23348: [feature](move-memtable)[2/7] add protos for memtable on sink node

2023-08-22 Thread via GitHub
kaijchen commented on PR #23348: URL: https://github.com/apache/doris/pull/23348#issuecomment-1689264498 run buildall -- 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 uns

[GitHub] [doris] github-actions[bot] commented on pull request #23248: [Fix](Nereids)add nereids load function in read fields of GlobalFunctionMgr and Database

2023-08-22 Thread via GitHub
github-actions[bot] commented on PR #23248: URL: https://github.com/apache/doris/pull/23248#issuecomment-1689263798 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] xinyiZzz commented on pull request #23290: [enhancement](thirdparty) upgrade thirdparty libs

2023-08-22 Thread via GitHub
xinyiZzz commented on PR #23290: URL: https://github.com/apache/doris/pull/23290#issuecomment-1689255941 run buildall -- 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 uns

[GitHub] [doris] bobhan1 commented on pull request #23358: [Log](Alter) Print table's state when `checkNormalStateForAlter()` failed

2023-08-22 Thread via GitHub
bobhan1 commented on PR #23358: URL: https://github.com/apache/doris/pull/23358#issuecomment-1689255977 run buildall -- 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 unsu

[GitHub] [doris] xinyiZzz commented on a diff in pull request #23290: [enhancement](thirdparty) upgrade thirdparty libs

2023-08-22 Thread via GitHub
xinyiZzz commented on code in PR #23290: URL: https://github.com/apache/doris/pull/23290#discussion_r1302461855 ## thirdparty/vars.sh: ## @@ -417,16 +431,16 @@ NLOHMANN_JSON_SOURCE=json-3.10.1 NLOHMANN_JSON_MD5SUM="7b369d567afc0dffdcf5800fd9abb836" # opentelemetry-proto -OPE

  1   2   3   4   5   6   7   >