[GitHub] [doris] zhannngchen commented on a diff in pull request #22785: [Feature](Routine Load)Support Partial Update

2023-08-09 Thread via GitHub
zhannngchen commented on code in PR #22785: URL: https://github.com/apache/doris/pull/22785#discussion_r1289645468 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AlterRoutineLoadStmt.java: ## @@ -111,12 +120,29 @@ public void analyze(Analyzer analyzer) throws UserExcepti

[doris] branch branch-1.2-lts updated: [fix](bitmap) fix wrong result of bitmap intersect functions (#22812)

2023-08-09 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 3c1ebe7667 [fix](bitmap) fix wr

[GitHub] [doris] yiguolei merged pull request #22812: [fix](bitmap) fix wrong result of bitmap intersect functions

2023-08-09 Thread via GitHub
yiguolei merged PR #22812: URL: https://github.com/apache/doris/pull/22812 -- 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] morningman opened a new pull request, #22813: [branch2.0](fix) fix varchar len in ctas

2023-08-09 Thread via GitHub
morningman opened a new pull request, #22813: URL: https://github.com/apache/doris/pull/22813 This is only for branch-2.0 related to #21754 and #21302 After this, the length of varchar in ctas will be as follows: 1. If derived from a origin column, eg: `create table tbl1 as s

[GitHub] [doris] jacktengg opened a new pull request, #22812: [fix](bitmap) fix wrong result of bitmap intersect functions

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

[GitHub] [doris] hello-stephen commented on pull request #22765: [Bug](pipeline) make sure sink is not blocked before try close

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

[GitHub] [doris] zhangstar333 commented on pull request #22792: [refactor](parquet)change decimal type export as fixed-len-byte on parquet write

2023-08-09 Thread via GitHub
zhangstar333 commented on PR #22792: URL: https://github.com/apache/doris/pull/22792#issuecomment-1672653235 run feut -- 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

[doris] branch master updated: [fix](multicatlog) fix read hive/iceberg catalog on cosn & fix read data via broker (#22087)

2023-08-09 Thread nextdreamblue
This is an automated email from the ASF dual-hosted git repository. nextdreamblue 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 f7d00d467a [fix](multicatlog) fix read hiv

[GitHub] [doris] caisirius closed pull request #19723: fix demo, make it runnable in flink 1.15.3

2023-08-09 Thread via GitHub
caisirius closed pull request #19723: fix demo, make it runnable in flink 1.15.3 URL: https://github.com/apache/doris/pull/19723 -- 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] nextdreamblue merged pull request #22087: [fix](multicatlog) fix read hive/iceberg catalog on cosn & fix read data via broker

2023-08-09 Thread via GitHub
nextdreamblue merged PR #22087: URL: https://github.com/apache/doris/pull/22087 -- 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...@dori

[GitHub] [doris] morrySnow commented on pull request #22811: [fix](Nereids) push agg to meta scan is not work well

2023-08-09 Thread via GitHub
morrySnow commented on PR #22811: URL: https://github.com/apache/doris/pull/22811#issuecomment-1672644468 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] morrySnow opened a new pull request, #22811: [fix](Nereids) push agg to meta scan is not work well

2023-08-09 Thread via GitHub
morrySnow opened a new pull request, #22811: URL: https://github.com/apache/doris/pull/22811 ## 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](mailt

[GitHub] [doris] zhannngchen commented on a diff in pull request #22782: [Fix](Partial update) Fix wrong position using in segment writer

2023-08-09 Thread via GitHub
zhannngchen commented on code in PR #22782: URL: https://github.com/apache/doris/pull/22782#discussion_r1289627308 ## be/src/olap/rowset/segment_v2/segment_writer.cpp: ## @@ -388,10 +388,17 @@ Status SegmentWriter::append_block_with_partial_content(const vectorized::Block*

[GitHub] [doris] AshinGau merged pull request #22318: [Feature](multi-catalog) Truncate char or varchar columns if size is smaller than file columns or not found in the file column schema.

2023-08-09 Thread via GitHub
AshinGau merged PR #22318: URL: https://github.com/apache/doris/pull/22318 -- 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

[doris] branch master updated: [Feature](multi-catalog) Truncate char or varchar columns if size is smaller than file columns or not found in the file column schema. (#22318)

2023-08-09 Thread ashingau
This is an automated email from the ASF dual-hosted git repository. ashingau 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 f2658dc7bd [Feature](multi-catalog) Truncate ch

[GitHub] [doris] AshinGau commented on pull request #22318: [Feature](multi-catalog) Truncate char or varchar columns if size is smaller than file columns or not found in the file column schema.

2023-08-09 Thread via GitHub
AshinGau commented on PR #22318: URL: https://github.com/apache/doris/pull/22318#issuecomment-1672639224 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 unsubscribe

[GitHub] [doris] github-actions[bot] commented on pull request #22798: [Feature](CCR) Support MoW for CCR

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22798: URL: https://github.com/apache/doris/pull/22798#issuecomment-1672630821 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] CalvinKirs commented on pull request #22785: [Feature](Routine Load)Support Partial Update

2023-08-09 Thread via GitHub
CalvinKirs commented on PR #22785: URL: https://github.com/apache/doris/pull/22785#issuecomment-1672630742 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] XieJiann opened a new pull request, #22809: [fix](Nereids): expand other join

2023-08-09 Thread via GitHub
XieJiann opened a new pull request, #22809: URL: https://github.com/apache/doris/pull/22809 ## Proposed changes expand other join ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@d

[GitHub] [doris] github-actions[bot] commented on pull request #22761: [regresstion][external]fix jdbc cases fail external 0809

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22761: URL: https://github.com/apache/doris/pull/22761#issuecomment-1672620392 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] hello-stephen commented on pull request #22765: [Bug](pipeline) make sure sink is not blocked before try close

2023-08-09 Thread via GitHub
hello-stephen commented on PR #22765: URL: https://github.com/apache/doris/pull/22765#issuecomment-1672616339 run clickbench -- 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] KassieZ commented on pull request #22804: [docs](docs) Update invalid pics of release note 1.1.0 and 2.0-beta

2023-08-09 Thread via GitHub
KassieZ commented on PR #22804: URL: https://github.com/apache/doris/pull/22804#issuecomment-1672614031 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-website] KassieZ opened a new pull request, #287: Update invalid pics of 1.1.0 Release Note and delete Release Note of 1.1.x & 1.2.x versions

2023-08-09 Thread via GitHub
KassieZ opened a new pull request, #287: URL: https://github.com/apache/doris-website/pull/287 (no comment) -- 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,

[doris] branch branch_case created (now f1db6bd8c1)

2023-08-09 Thread linzhongcheng
This is an automated email from the ASF dual-hosted git repository. linzhongcheng pushed a change to branch branch_case in repository https://gitbox.apache.org/repos/asf/doris.git at f1db6bd8c1 [feature](hive)append support for struct and map column type on textfile format of hive table

[GitHub] [doris] github-actions[bot] commented on pull request #22684: [Fix](multi-catalog) sync default catalog when forwarding query to master

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22684: URL: https://github.com/apache/doris/pull/22684#issuecomment-1672601384 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 #22684: [Fix](multi-catalog) sync default catalog when forwarding query to master

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22684: URL: https://github.com/apache/doris/pull/22684#issuecomment-1672601336 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 #22697: [Enhancement](multi-catalog) add a BE selection strategy for hdfs short-circuit-read.

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22697: URL: https://github.com/apache/doris/pull/22697#issuecomment-1672599776 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 #22697: [Enhancement](multi-catalog) add a BE selection strategy for hdfs short-circuit-read.

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22697: URL: https://github.com/apache/doris/pull/22697#issuecomment-1672599755 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] morningman commented on a diff in pull request #22697: [Enhancement](multi-catalog) add a BE selection strategy for hdfs short-circuit-read.

2023-08-09 Thread via GitHub
morningman commented on code in PR #22697: URL: https://github.com/apache/doris/pull/22697#discussion_r1287035161 ## fe/fe-core/src/main/java/org/apache/doris/planner/external/FileQueryScanNode.java: ## @@ -326,7 +327,10 @@ public void createScanRangeLocations() throws UserExce

[GitHub] [doris] morningman closed pull request #20960: [improvement](java-udf)Support get scanner by ChildFirstClassLoader

2023-08-09 Thread via GitHub
morningman closed pull request #20960: [improvement](java-udf)Support get scanner by ChildFirstClassLoader URL: https://github.com/apache/doris/pull/20960 -- 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 g

[GitHub] [doris] hubgeter closed pull request #22561: [feature](query)append show tables cache and fix CreateTableStmt.toSql() bug

2023-08-09 Thread via GitHub
hubgeter closed pull request #22561: [feature](query)append show tables cache and fix CreateTableStmt.toSql() bug URL: https://github.com/apache/doris/pull/22561 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[doris] branch master updated: [feature](hive)append support for struct and map column type on textfile format of hive table (#22347)

2023-08-09 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/doris.git The following commit(s) were added to refs/heads/master by this push: new f1db6bd8c1 [feature](hive)append support for

[GitHub] [doris] morningman merged pull request #22347: [feature](hive)append support for struct and map column type on textfile format of hive table

2023-08-09 Thread via GitHub
morningman merged PR #22347: URL: https://github.com/apache/doris/pull/22347 -- 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] github-actions[bot] commented on pull request #22740: [fix] fix iceberg's filter expr to filter file

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22740: URL: https://github.com/apache/doris/pull/22740#issuecomment-1672591076 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 #17404: [Enhancement](tvf) Table value function support reading local file

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #17404: URL: https://github.com/apache/doris/pull/17404#issuecomment-1672588996 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 #22793: [new-feature](complex-type) support read nested parquet and orc file with complex type

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22793: URL: https://github.com/apache/doris/pull/22793#issuecomment-1672584435 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] dutyu opened a new pull request, #22808: [Fix](Nereids) fix query sql-cache for nereids.

2023-08-09 Thread via GitHub
dutyu opened a new pull request, #22808: URL: https://github.com/apache/doris/pull/22808 ## 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](mailto:d.

[GitHub] [doris] kaijchen commented on pull request #22807: [docs](load) fix indentation in stream load manual

2023-08-09 Thread via GitHub
kaijchen commented on PR #22807: URL: https://github.com/apache/doris/pull/22807#issuecomment-1672554410 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 opened a new pull request, #22807: [docs](load) fix indentation in stream load manual

2023-08-09 Thread via GitHub
kaijchen opened a new pull request, #22807: URL: https://github.com/apache/doris/pull/22807 ## Proposed changes This line should be indented: ![image](https://github.com/apache/doris/assets/5821159/7a13a8c1-3976-4c1c-8dc8-19d39441af7f) ## Further comments If t

[GitHub] [doris] github-actions[bot] commented on pull request #22805: [refactor](load) split rowset builder out of delta writer

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22805: URL: https://github.com/apache/doris/pull/22805#issuecomment-1672553632 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 #22805: [refactor](load) split rowset builder out of delta writer

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22805: URL: https://github.com/apache/doris/pull/22805#issuecomment-1672551246 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 #22805: [refactor](load) split rowset builder out of delta writer

2023-08-09 Thread via GitHub
kaijchen commented on PR #22805: URL: https://github.com/apache/doris/pull/22805#issuecomment-1672551040 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] gavinchou commented on a diff in pull request #20215: [refactor-wip](TaskWorkerPool)add specific classes for tasks

2023-08-09 Thread via GitHub
gavinchou commented on code in PR #20215: URL: https://github.com/apache/doris/pull/20215#discussion_r1289541177 ## be/src/agent/task_worker_pool.cpp: ## @@ -1963,4 +1745,239 @@ Status StorageMediumMigrateTaskPool::_check_migrate_request(const TStorageMedium return Status:

[GitHub] [doris] github-actions[bot] commented on pull request #22048: support hdfs file system

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22048: URL: https://github.com/apache/doris/pull/22048#issuecomment-1672545041 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 #22805: [refactor](load) split rowset builder out of delta writer

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22805: URL: https://github.com/apache/doris/pull/22805#issuecomment-1672541417 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 #22805: [refactor](load) split rowset builder out of delta writer

2023-08-09 Thread via GitHub
kaijchen commented on PR #22805: URL: https://github.com/apache/doris/pull/22805#issuecomment-1672537160 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 opened a new pull request, #22805: [refactor](load) split rowset builder out of delta writer

2023-08-09 Thread via GitHub
kaijchen opened a new pull request, #22805: URL: https://github.com/apache/doris/pull/22805 ## 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](mailto

[GitHub] [doris] github-actions[bot] commented on pull request #22048: support hdfs file system

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22048: URL: https://github.com/apache/doris/pull/22048#issuecomment-1672531137 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: [feature](agg) add aggregation function 'bitmap_agg' (#22768)

2023-08-09 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 57fb9799b5 [feature](agg) add aggregation funct

[GitHub] [doris] yiguolei merged pull request #22768: [feature](agg) add aggregation function 'bitmap_agg'

2023-08-09 Thread via GitHub
yiguolei merged PR #22768: URL: https://github.com/apache/doris/pull/22768 -- 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] github-actions[bot] commented on pull request #22048: support hdfs file system

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22048: URL: https://github.com/apache/doris/pull/22048#issuecomment-1672529406 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] KassieZ opened a new pull request, #22804: [docs](docs) Update invalid pics of release note 1.1.0 and 2.0-beta

2023-08-09 Thread via GitHub
KassieZ opened a new pull request, #22804: URL: https://github.com/apache/doris/pull/22804 ## 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](mailto:

[GitHub] [doris] github-actions[bot] commented on pull request #22048: support hdfs file system

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22048: URL: https://github.com/apache/doris/pull/22048#issuecomment-1672526751 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: [improvement](garbage sweep) garbage sweep sleep for a while to reduce io (#22762)

2023-08-09 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 94d563f04d [improvement](garbage sweep) garb

[GitHub] [doris] dataroaring merged pull request #22762: [improvement](garbage sweep) garbage sweep sleep for a while to reduce io

2023-08-09 Thread via GitHub
dataroaring merged PR #22762: URL: https://github.com/apache/doris/pull/22762 -- 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 #22087: [fix](multicatlog) fix read hive/iceberg catalog on cosn & fix read data via broker

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22087: URL: https://github.com/apache/doris/pull/22087#issuecomment-1672521766 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 #22087: [fix](multicatlog) fix read hive/iceberg catalog on cosn & fix read data via broker

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22087: URL: https://github.com/apache/doris/pull/22087#issuecomment-1672521722 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] nextdreamblue commented on pull request #22087: [fix](multicatlog) fix read hive/iceberg catalog on cosn & fix read data via broker

2023-08-09 Thread via GitHub
nextdreamblue commented on PR #22087: URL: https://github.com/apache/doris/pull/22087#issuecomment-1672521177 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 unsubs

[doris] branch master updated (432c8f1d6a -> 35dd787ed7)

2023-08-09 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 432c8f1d6a [opt](stats) No more sync unknown stats since cannot serialize (#22775) add 35dd787ed7 [improveme

[GitHub] [doris] dataroaring merged pull request #22781: [improvement](transaction) abort txn after be lost heartbeat over 1 min

2023-08-09 Thread via GitHub
dataroaring merged PR #22781: URL: https://github.com/apache/doris/pull/22781 -- 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] hello-stephen commented on pull request #22801: [refactor]use clear concept to replace std::enable_if_t

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

[GitHub] [doris] hello-stephen commented on pull request #20215: [refactor-wip](TaskWorkerPool)add specific classes for tasks

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

[GitHub] [doris] hello-stephen commented on pull request #22442: [enhancement](delete-predicate) enhance delete sub predicate

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

[GitHub] [doris] hello-stephen commented on pull request #22442: [enhancement](delete-predicate) enhance delete sub predicate

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

[GitHub] [doris] hello-stephen commented on pull request #22560: [fix](bug) Fix BE thread safe start and stop

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

[GitHub] [doris] github-actions[bot] commented on pull request #22799: [log](tablet clone) add decommission replica log

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22799: URL: https://github.com/apache/doris/pull/22799#issuecomment-1672514292 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 #22799: [log](tablet clone) add decommission replica log

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22799: URL: https://github.com/apache/doris/pull/22799#issuecomment-1672514272 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 issue #22787: [Bug] odbc外部表,不定时出现查询mysql整张表的情况

2023-08-09 Thread via GitHub
zy-kkk commented on issue #22787: URL: https://github.com/apache/doris/issues/22787#issuecomment-1672512426 odbc 外表后续版本我们不再维护,请使用 JDBC catalog功能,JDBC Catalog不会出现不定时查询整张表的问题,JDBC catalog的查询是根据查询sql进行优化,只下发所需要的列的查询SQL给jdbc数据源 -- This is an automated message from the Apache Git Service. To r

[doris] branch master updated: [opt](stats) No more sync unknown stats since cannot serialize (#22775)

2023-08-09 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 432c8f1d6a [opt](stats) No more sync unknown s

[GitHub] [doris] morrySnow merged pull request #22775: [improvement](stats) No more sync unknown stats

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

[GitHub] [doris] github-actions[bot] commented on pull request #22803: [chore](json reader) add original data to error messge for tracing

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22803: URL: https://github.com/apache/doris/pull/22803#issuecomment-1672507394 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] eldenmoon commented on pull request #22803: [chore](json reader) add original data to error messge for tracing

2023-08-09 Thread via GitHub
eldenmoon commented on PR #22803: URL: https://github.com/apache/doris/pull/22803#issuecomment-1672503598 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] eldenmoon opened a new pull request, #22803: [chore](json reader) add original data to error messge for tracing

2023-08-09 Thread via GitHub
eldenmoon opened a new pull request, #22803: URL: https://github.com/apache/doris/pull/22803 ## 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](mailt

[doris] branch master updated (f001b9d5c8 -> c1bc2c289b)

2023-08-09 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from f001b9d5c8 [enhance](multi-catalog) support multi name service when config hive catalog #21825 add c1bc2c289b

[GitHub] [doris] morrySnow merged pull request #22723: [doc](stats) Add description for some new configure option in stats related docs

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

[GitHub] [doris] github-actions[bot] commented on pull request #22773: [opt](stats) Use single connect context for each olap analyze task

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22773: URL: https://github.com/apache/doris/pull/22773#issuecomment-1672503207 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 #22773: [opt](stats) Use single connect context for each olap analyze task

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22773: URL: https://github.com/apache/doris/pull/22773#issuecomment-1672503179 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 #22794: [DNM](test) placement of Nereids only

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

[GitHub] [doris] vinlee19 closed pull request #22341: [typo](docs) fix array_intersect function sample error

2023-08-09 Thread via GitHub
vinlee19 closed pull request #22341: [typo](docs) fix array_intersect function sample error URL: https://github.com/apache/doris/pull/22341 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

[GitHub] [doris] github-actions[bot] commented on pull request #22793: [new-feature](complex-type) support read nested parquet and orc file with complex type

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22793: URL: https://github.com/apache/doris/pull/22793#issuecomment-1672495027 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-flink-connector] SunShine-1204 commented on pull request #175: [Bug] [Connector] Empty readOptions in the Build() method of setDoris…

2023-08-09 Thread via GitHub
SunShine-1204 commented on PR #175: URL: https://github.com/apache/doris-flink-connector/pull/175#issuecomment-1672492519 @JNSimba -- 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 co

[GitHub] [doris] amorynan commented on pull request #22793: [new-feature](complex-type) support read nested parquet and orc file with complex type

2023-08-09 Thread via GitHub
amorynan commented on PR #22793: URL: https://github.com/apache/doris/pull/22793#issuecomment-1672491842 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 #20215: [refactor-wip](TaskWorkerPool)add specific classes for tasks

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #20215: URL: https://github.com/apache/doris/pull/20215#issuecomment-1672491665 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 a diff in pull request #22793: [new-feature](complex-type) support read nested parquet and orc file with complex type

2023-08-09 Thread via GitHub
amorynan commented on code in PR #22793: URL: https://github.com/apache/doris/pull/22793#discussion_r1289495470 ## be/src/vec/exec/format/parquet/vparquet_column_reader.cpp: ## @@ -123,25 +123,13 @@ Status ParquetColumnReader::create(io::FileReaderSPtr file, FieldSchema* field,

[GitHub] [doris] bobhan1 commented on pull request #20215: [refactor-wip](TaskWorkerPool)add specific classes for tasks

2023-08-09 Thread via GitHub
bobhan1 commented on PR #20215: URL: https://github.com/apache/doris/pull/20215#issuecomment-1672490153 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] github-actions[bot] commented on pull request #22442: [enhancement](delete-predicate) enhance delete sub predicate

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22442: URL: https://github.com/apache/doris/pull/22442#issuecomment-1672489096 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] xingyingone commented on issue #22778: [Bug] be Accidental crash

2023-08-09 Thread via GitHub
xingyingone commented on issue #22778: URL: https://github.com/apache/doris/issues/22778#issuecomment-1672488339 ## 好像有循环调用 ![image](https://github.com/apache/doris/assets/16775757/caa07f92-5c82-466c-8c79-dc014546c00f) -- This is an automated message from the Apache Git Service. To

[GitHub] [doris] github-actions[bot] commented on pull request #22777: [Chore](cmake) Refactor thirdparty.cmake by add_thirdparty function

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22777: URL: https://github.com/apache/doris/pull/22777#issuecomment-1672488283 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 #22792: [refactor](parquet)change decimal type export as fixed-len-byte on parquet write

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

[GitHub] [doris] github-actions[bot] commented on pull request #22442: [enhancement](delete-predicate) enhance delete sub predicate

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22442: URL: https://github.com/apache/doris/pull/22442#issuecomment-1672484989 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] TangSiyang2001 commented on pull request #22442: [enhancement](delete-predicate) enhance delete sub predicate

2023-08-09 Thread via GitHub
TangSiyang2001 commented on PR #22442: URL: https://github.com/apache/doris/pull/22442#issuecomment-1672484008 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 #22282: [Enhancement](merge-on-write) add correctness check for the calculation of delete bitmap

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

[GitHub] [doris] hello-stephen commented on pull request #22740: [fix] fix iceberg's filter expr to filter file

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

[GitHub] [doris] hello-stephen commented on pull request #22802: [case](fix) test_big_kv_map, add sync after streamload

2023-08-09 Thread via GitHub
hello-stephen commented on PR #22802: URL: https://github.com/apache/doris/pull/22802#issuecomment-1672482238 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, #22802: [case](fix) test_big_kv_map, add sync after streamload

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

[GitHub] [doris] TangSiyang2001 commented on pull request #22442: [enhancement](delete-predicate) enhance delete sub predicate

2023-08-09 Thread via GitHub
TangSiyang2001 commented on PR #22442: URL: https://github.com/apache/doris/pull/22442#issuecomment-1672481263 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] github-actions[bot] commented on pull request #22801: [refactor]use clear concept to replace std::enable_if_t

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22801: URL: https://github.com/apache/doris/pull/22801#issuecomment-1672477021 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] morrySnow commented on pull request #22794: [DNM](test) placement of Nereids only

2023-08-09 Thread via GitHub
morrySnow commented on PR #22794: URL: https://github.com/apache/doris/pull/22794#issuecomment-1672475804 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] github-actions[bot] commented on pull request #22560: [fix](bug) Fix BE thread safe start and stop

2023-08-09 Thread via GitHub
github-actions[bot] commented on PR #22560: URL: https://github.com/apache/doris/pull/22560#issuecomment-1672474114 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] ucasfl commented on pull request #22801: Use clear concept to replace std::enable_if

2023-08-09 Thread via GitHub
ucasfl commented on PR #22801: URL: https://github.com/apache/doris/pull/22801#issuecomment-1672472631 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

  1   2   3   4   5   >