Re: [PR] Iceberg write [doris]

2024-06-16 Thread via GitHub
doris-robot commented on PR #36289: URL: https://github.com/apache/doris/pull/36289#issuecomment-2171430890 TeamCity be ut coverage result: Function Coverage: 36.35% (9001/24760) Line Coverage: 27.90% (73718/264178) Region Coverage: 27.43% (38305/139660) Branch Coverage: 24.1

Re: [PR] Iceberg write [doris]

2024-06-16 Thread via GitHub
ghkang98 commented on PR #36289: URL: https://github.com/apache/doris/pull/36289#issuecomment-2171366268 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] Iceberg write [doris]

2024-06-14 Thread via GitHub
morningman commented on PR #36289: URL: https://github.com/apache/doris/pull/36289#issuecomment-2168295997 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] Iceberg write [doris]

2024-06-14 Thread via GitHub
github-actions[bot] commented on code in PR #36289: URL: https://github.com/apache/doris/pull/36289#discussion_r1639571141 ## be/src/vec/sink/writer/iceberg/partition_transformers .cpp: ## @@ -0,0 +1,275 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mo

Re: [PR] Iceberg write [doris]

2024-06-14 Thread via GitHub
github-actions[bot] commented on code in PR #36289: URL: https://github.com/apache/doris/pull/36289#discussion_r1639569764 ## be/src/util/bit_util.h: ## @@ -98,6 +98,26 @@ class BitUtil { return (v << n) >> n; } +template +static std::string IntToByteBuf

Re: [PR] Iceberg write [doris]

2024-06-13 Thread via GitHub
github-actions[bot] commented on code in PR #36289: URL: https://github.com/apache/doris/pull/36289#discussion_r1639204442 ## be/src/vec/sink/writer/iceberg/partition_transformers .cpp: ## @@ -0,0 +1,276 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mo

Re: [PR] Iceberg write [doris]

2024-06-13 Thread via GitHub
github-actions[bot] commented on PR #36289: URL: https://github.com/apache/doris/pull/36289#issuecomment-2167111254 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/9509836824";) output. shellcheck err

Re: [PR] Iceberg write [doris]

2024-06-13 Thread via GitHub
github-actions[bot] commented on code in PR #36289: URL: https://github.com/apache/doris/pull/36289#discussion_r1639151156 ## be/src/util/bit_util.h: ## @@ -98,6 +98,25 @@ class BitUtil { return (v << n) >> n; } +template +static std::string IntToByteBuf

Re: [PR] Iceberg write [doris]

2024-06-13 Thread via GitHub
github-actions[bot] commented on PR #36289: URL: https://github.com/apache/doris/pull/36289#issuecomment-2167105967 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/9509774363";) output. shellcheck err

Re: [PR] Iceberg write [doris]

2024-06-13 Thread via GitHub
doris-robot commented on PR #36289: URL: https://github.com/apache/doris/pull/36289#issuecomment-2167105452 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] Iceberg write [doris]

2024-06-13 Thread via GitHub
ghkang98 opened a new pull request, #36289: URL: https://github.com/apache/doris/pull/36289 The iceberg writer operator adds partition routing capabilities 1. Optimized some code for iceberg writer operator transaction submission 2. Fixed issues related to iceberg writer operator partit