Re: [PR] [feature](paimon)support native reader [doris]

2024-01-03 Thread via GitHub
morningman merged PR #29339: URL: https://github.com/apache/doris/pull/29339 -- 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

Re: [PR] [feature](paimon)support native reader [doris]

2024-01-03 Thread via GitHub
github-actions[bot] commented on PR #29339: URL: https://github.com/apache/doris/pull/29339#issuecomment-1876459898 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

Re: [PR] [feature](paimon)support native reader [doris]

2024-01-03 Thread via GitHub
doris-robot commented on PR #29339: URL: https://github.com/apache/doris/pull/29339#issuecomment-1876268886 TeamCity be ut coverage result: Function Coverage: 36.63% (8615/23517) Line Coverage: 28.68% (70014/244159) Region Coverage: 27.65% (36239/131058) Branch Coverage: 24.3

Re: [PR] [feature](paimon)support native reader [doris]

2024-01-03 Thread via GitHub
doris-robot commented on PR #29339: URL: https://github.com/apache/doris/pull/29339#issuecomment-1876261957 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.76 seconds stream load tsv: 571 seconds loaded 74807831229 Bytes,

Re: [PR] [feature](paimon)support native reader [doris]

2024-01-03 Thread via GitHub
doris-robot commented on PR #29339: URL: https://github.com/apache/doris/pull/29339#issuecomment-1876260184 TPC-DS test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpcds-tools ``` TPC-DS sf100 test result

Re: [PR] [feature](paimon)support native reader [doris]

2024-01-03 Thread via GitHub
doris-robot commented on PR #29339: URL: https://github.com/apache/doris/pull/29339#issuecomment-1876258513 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools ``` Tpch sf100 test result on

Re: [PR] [feature](paimon)support native reader [doris]

2024-01-03 Thread via GitHub
doris-robot commented on PR #29339: URL: https://github.com/apache/doris/pull/29339#issuecomment-1876254408 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools ``` Tpch sf100 test result on

Re: [PR] [feature](paimon)support native reader [doris]

2024-01-03 Thread via GitHub
morningman commented on PR #29339: URL: https://github.com/apache/doris/pull/29339#issuecomment-1876219974 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

Re: [PR] [feature](paimon)support native reader [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29339: URL: https://github.com/apache/doris/pull/29339#issuecomment-1874894049 TeamCity be ut coverage result: Function Coverage: 36.62% (8614/23524) Line Coverage: 28.67% (70003/244179) Region Coverage: 27.65% (36237/131052) Branch Coverage: 24.3

Re: [PR] [feature](paimon)support native reader [doris]

2024-01-02 Thread via GitHub
AshinGau commented on PR #29339: URL: https://github.com/apache/doris/pull/29339#issuecomment-1874867236 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

Re: [PR] [feature](paimon)support native reader [doris]

2024-01-02 Thread via GitHub
yiguolei commented on PR #29339: URL: https://github.com/apache/doris/pull/29339#issuecomment-1874845731 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

Re: [PR] [feature](paimon)support native reader [doris]

2024-01-01 Thread via GitHub
github-actions[bot] commented on PR #29339: URL: https://github.com/apache/doris/pull/29339#issuecomment-1873540962 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

Re: [PR] [feature](paimon)support native reader [doris]

2024-01-01 Thread via GitHub
github-actions[bot] commented on PR #29339: URL: https://github.com/apache/doris/pull/29339#issuecomment-1873540959 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

Re: [PR] [feature](paimon)support native reader [doris]

2023-12-30 Thread via GitHub
wuwenchi commented on code in PR #29339: URL: https://github.com/apache/doris/pull/29339#discussion_r1438775202 ## fe/fe-core/src/main/java/org/apache/doris/planner/external/paimon/PaimonScanNode.java: ## @@ -102,7 +107,11 @@ public void setPaimonParams(TFileRangeDesc rangeDesc,

Re: [PR] [feature](paimon)support native reader [doris]

2023-12-30 Thread via GitHub
wuwenchi commented on code in PR #29339: URL: https://github.com/apache/doris/pull/29339#discussion_r1438775202 ## fe/fe-core/src/main/java/org/apache/doris/planner/external/paimon/PaimonScanNode.java: ## @@ -102,7 +107,11 @@ public void setPaimonParams(TFileRangeDesc rangeDesc,

Re: [PR] [feature](paimon)support native reader [doris]

2023-12-30 Thread via GitHub
morningman commented on code in PR #29339: URL: https://github.com/apache/doris/pull/29339#discussion_r1438626199 ## be/src/vec/exec/scan/vfile_scanner.cpp: ## @@ -736,11 +736,19 @@ Status VFileScanner::_get_next_reader() { // JNI reader can only push down column value

[PR] [feature](paimon)support native reader [doris]

2023-12-30 Thread via GitHub
wuwenchi opened a new pull request, #29339: URL: https://github.com/apache/doris/pull/29339 ## Proposed changes support native reader fro paimon ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org