[GitHub] [doris] github-actions[bot] commented on pull request #24189: [Chore](workflow) add sonar cloud on cpp workflow

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24189: URL: https://github.com/apache/doris/pull/24189#issuecomment-1718872813 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 #24322: [pipelineX](profile) refactor pipelineX detailed profile

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24322: URL: https://github.com/apache/doris/pull/24322#issuecomment-1718881105 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] englefly commented on pull request #24135: [opt](stats) Support display of auto analyze jobs

2023-09-14 Thread via GitHub
englefly commented on PR #24135: URL: https://github.com/apache/doris/pull/24135#issuecomment-1718887282 Shall we expose job table schema to user? Let users create any filter condition they want. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [doris] github-actions[bot] commented on pull request #24189: [Chore](workflow) add sonar cloud on cpp workflow

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24189: URL: https://github.com/apache/doris/pull/24189#issuecomment-1718887691 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] sohardforaname commented on pull request #22088: [Fix](Nereids)fix loading core when enable nereids DML default

2023-09-14 Thread via GitHub
sohardforaname commented on PR #22088: URL: https://github.com/apache/doris/pull/22088#issuecomment-171486 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 uns

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #24348: [doc](agg_state) add agg_state in data-model

2023-09-14 Thread via GitHub
BiteThet commented on code in PR #24348: URL: https://github.com/apache/doris/pull/24348#discussion_r1325469832 ## docs/zh-CN/docs/data-table/data-model.md: ## @@ -90,13 +90,16 @@ PROPERTIES ( 表中的列按照是否设置了 `AggregationType`,分为 Key (维度列) 和 Value(指标列)。没有设置 `AggregationType`

[GitHub] [doris] github-actions[bot] commented on pull request #24189: [Chore](workflow) add sonar cloud on cpp workflow

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24189: URL: https://github.com/apache/doris/pull/24189#issuecomment-1718890561 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] BiteTheDDDDt merged pull request #24189: [Chore](workflow) add sonar cloud on cpp workflow

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

[doris] branch master updated: [Chore](workflow) add sonar cloud on cpp workflow (#24189)

2023-09-14 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 a68ed24d20 [Chore](workflow) add sonar cloud

[GitHub] [doris] sohardforaname commented on pull request #22088: [Fix](Nereids)fix loading core when enable nereids DML default

2023-09-14 Thread via GitHub
sohardforaname commented on PR #22088: URL: https://github.com/apache/doris/pull/22088#issuecomment-1718892942 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] xiaolin84250 commented on issue #24292: [Bug] k8s deploy, but doris-follower-cluster1-0 can not start

2023-09-14 Thread via GitHub
xiaolin84250 commented on issue #24292: URL: https://github.com/apache/doris/issues/24292#issuecomment-1718895321 This is because you have not created a user relative to the k8s cluster. Execute the following two commands and redeploy the yml file to solve the problem. ```bash

[GitHub] [doris] doris-robot commented on pull request #24273: [fix](transaction) fix publish txn fake succ

2023-09-14 Thread via GitHub
doris-robot commented on PR #24273: URL: https://github.com/apache/doris/pull/24273#issuecomment-1718895599 TeamCity be ut coverage result: Function Coverage: 36.95% (7965/21555) Line Coverage: 28.91% (63832/220823) Region Coverage: 27.85% (33148/119032) Branch Coverage: 24.4

[GitHub] [doris] doris-robot commented on pull request #23534: [typo](comment) fix some typos

2023-09-14 Thread via GitHub
doris-robot commented on PR #23534: URL: https://github.com/apache/doris/pull/23534#issuecomment-1718898981 TeamCity be ut coverage result: Function Coverage: 36.94% (7971/21577) Line Coverage: 28.89% (63850/220975) Region Coverage: 27.84% (33162/119111) Branch Coverage: 24.4

[GitHub] [doris] doris-robot commented on pull request #24352: [Hotfix](merge-on-write) Fix when `DeltaWriter` don't report `num_filtered_rows` in `TTabletCommitInfo`

2023-09-14 Thread via GitHub
doris-robot commented on PR #24352: URL: https://github.com/apache/doris/pull/24352#issuecomment-1718899167 TeamCity be ut coverage result: Function Coverage: 36.94% (7971/21577) Line Coverage: 28.90% (63857/220974) Region Coverage: 27.85% (33170/119113) Branch Coverage: 24.4

[GitHub] [doris] morrySnow opened a new pull request, #24362: [opt](Nereids) remove canEliminate flag on LogicalProject

2023-09-14 Thread via GitHub
morrySnow opened a new pull request, #24362: URL: https://github.com/apache/doris/pull/24362 since we have three infrastructure to ensure input column order not lead to wrong result, we could remove this flag on LogicalProject to eliminate project as mush as possible and let code clear.

[GitHub] [doris] morrySnow commented on pull request #24362: [opt](Nereids) remove canEliminate flag on LogicalProject

2023-09-14 Thread via GitHub
morrySnow commented on PR #24362: URL: https://github.com/apache/doris/pull/24362#issuecomment-1718900306 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] TangSiyang2001 commented on pull request #23882: [enhancement](broker-load) support compress type for old broker load, and split compress type from file format

2023-09-14 Thread via GitHub
TangSiyang2001 commented on PR #23882: URL: https://github.com/apache/doris/pull/23882#issuecomment-1718901162 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] BiteTheDDDDt opened a new pull request, #24363: [Test](test) test sonarcloud

2023-09-14 Thread via GitHub
BiteThet opened a new pull request, #24363: URL: https://github.com/apache/doris/pull/24363 ## 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](ma

[GitHub] [doris] github-actions[bot] commented on pull request #24237: [refacotr](optimizer) Remove useless check

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24237: URL: https://github.com/apache/doris/pull/24237#issuecomment-1718907776 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 #24237: [refacotr](optimizer) Remove useless check

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24237: URL: https://github.com/apache/doris/pull/24237#issuecomment-1718907844 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 #24135: [opt](stats) Support display of auto analyze jobs

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24135: URL: https://github.com/apache/doris/pull/24135#issuecomment-1718907096 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] JNSimba commented on pull request #24334: [outfile](options) add file_suffix options for outfile

2023-09-14 Thread via GitHub
JNSimba commented on PR #24334: URL: https://github.com/apache/doris/pull/24334#issuecomment-1718909115 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] doris-robot commented on pull request #24358: [bugfix](index) Fix build index limitations

2023-09-14 Thread via GitHub
doris-robot commented on PR #24358: URL: https://github.com/apache/doris/pull/24358#issuecomment-1718910665 TeamCity be ut coverage result: Function Coverage: 36.94% (7971/21578) Line Coverage: 28.90% (63861/220984) Region Coverage: 27.85% (33168/119114) Branch Coverage: 24.4

[GitHub] [doris] doris-robot commented on pull request #24352: [Hotfix](merge-on-write) Fix when `DeltaWriter` don't report `num_filtered_rows` in `TTabletCommitInfo`

2023-09-14 Thread via GitHub
doris-robot commented on PR #24352: URL: https://github.com/apache/doris/pull/24352#issuecomment-1718911212 TeamCity be ut coverage result: Function Coverage: 36.94% (7971/21578) Line Coverage: 28.90% (63862/220977) Region Coverage: 27.85% (33171/119116) Branch Coverage: 24.4

[GitHub] [doris] ByteYue opened a new pull request, #24364: [feature](merge-cloud) Enable write into cache when uploading file to s3 using s3 file writer

2023-09-14 Thread via GitHub
ByteYue opened a new pull request, #24364: URL: https://github.com/apache/doris/pull/24364 ## Proposed changes Issue Number: close #xxx This pull request introduces significant enhancements to Apache Doris, specifically focusing on the S3 file writer and S3 file buffer pool, as ou

[doris] branch master updated (a68ed24d20 -> 51a5895464)

2023-09-14 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 a68ed24d20 [Chore](workflow) add sonar cloud on cpp workflow (#24189) add 51a5895464 [Feature](RoutineLoad) S

[GitHub] [doris] dataroaring merged pull request #24035: [Feature](RoutineLoad) Support max filter ratio for routine load

2023-09-14 Thread via GitHub
dataroaring merged PR #24035: URL: https://github.com/apache/doris/pull/24035 -- 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] morrySnow commented on a diff in pull request #23870: [opt](nereids) enable two phase partition topn opt

2023-09-14 Thread via GitHub
morrySnow commented on code in PR #23870: URL: https://github.com/apache/doris/pull/23870#discussion_r1325492174 ## fe/fe-core/src/main/java/org/apache/doris/nereids/properties/ChildOutputPropertyDeriver.java: ## @@ -348,8 +348,21 @@ public PhysicalProperties visitPhysicalRepea

[GitHub] [doris] doris-robot commented on pull request #22557: [bugfix](schema_change) Fix the coredump when doubly write during schema change

2023-09-14 Thread via GitHub
doris-robot commented on PR #22557: URL: https://github.com/apache/doris/pull/22557#issuecomment-1718916588 TeamCity be ut coverage result: Function Coverage: 36.93% (7970/21579) Line Coverage: 28.88% (63838/221032) Region Coverage: 27.83% (33150/119137) Branch Coverage: 24.3

[GitHub] [doris] zhannngchen commented on pull request #21773: [Feature](merge-on-write)Support ignore mode for merge-on-write unique table

2023-09-14 Thread via GitHub
zhannngchen commented on PR #21773: URL: https://github.com/apache/doris/pull/21773#issuecomment-1718917388 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 #24265: [Fix](Full compaction) Fix full compaction by table id case

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24265: URL: https://github.com/apache/doris/pull/24265#issuecomment-1718917444 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 #24334: [outfile](options) add file_suffix options for outfile

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24334: URL: https://github.com/apache/doris/pull/24334#issuecomment-1718917854 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] doris-robot commented on pull request #24334: [outfile](options) add file_suffix options for outfile

2023-09-14 Thread via GitHub
doris-robot commented on PR #24334: URL: https://github.com/apache/doris/pull/24334#issuecomment-1718918460 TeamCity be ut coverage result: Function Coverage: 36.93% (7969/21578) Line Coverage: 28.89% (63838/220980) Region Coverage: 27.83% (33146/119117) Branch Coverage: 24.3

[GitHub] [doris] sohardforaname opened a new pull request, #24365: [Fix](planner)fix select from inline table return only the first row

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

[GitHub] [doris] github-actions[bot] commented on pull request #24363: [Test](test) test sonarcloud

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24363: URL: https://github.com/apache/doris/pull/24363#issuecomment-1718920273 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 #24355: [feature](nereids)support unnest subquery in LogicalOneRowRelation

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24355: URL: https://github.com/apache/doris/pull/24355#issuecomment-1718921914 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 #24355: [feature](nereids)support unnest subquery in LogicalOneRowRelation

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24355: URL: https://github.com/apache/doris/pull/24355#issuecomment-1718921974 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] sohardforaname commented on pull request #24365: [Fix](planner)fix select from inline table return only the first row

2023-09-14 Thread via GitHub
sohardforaname commented on PR #24365: URL: https://github.com/apache/doris/pull/24365#issuecomment-1718922190 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 #24364: [feature](merge-cloud) Enable write into cache when uploading file to s3 using s3 file writer

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24364: URL: https://github.com/apache/doris/pull/24364#issuecomment-1718923032 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] Mryange commented on pull request #23377: [feature](profile) support simply profile

2023-09-14 Thread via GitHub
Mryange commented on PR #23377: URL: https://github.com/apache/doris/pull/23377#issuecomment-1718923639 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] doris-robot commented on pull request #24346: [feature](statistics) collect loaded rows on table level after txn published

2023-09-14 Thread via GitHub
doris-robot commented on PR #24346: URL: https://github.com/apache/doris/pull/24346#issuecomment-1718922848 TeamCity be ut coverage result: Function Coverage: 36.94% (7971/21578) Line Coverage: 28.90% (63858/220983) Region Coverage: 27.85% (33170/119114) Branch Coverage: 24.4

[GitHub] [doris] doris-robot commented on pull request #24353: [feature](Nereids): fold Cast(s as date/datetime) on FE

2023-09-14 Thread via GitHub
doris-robot commented on PR #24353: URL: https://github.com/apache/doris/pull/24353#issuecomment-1718924863 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.26 seconds stream load tsv: 599 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24360: [refactor](pipelineX) return error when local_state can not find id

2023-09-14 Thread via GitHub
doris-robot commented on PR #24360: URL: https://github.com/apache/doris/pull/24360#issuecomment-1718925948 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.83 seconds stream load tsv: 598 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #23981: [Enhancement]The page cache can be parameterized by the session variable of fe.

2023-09-14 Thread via GitHub
doris-robot commented on PR #23981: URL: https://github.com/apache/doris/pull/23981#issuecomment-1718926152 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.64 seconds stream load tsv: 596 seconds loaded 74807831229 Bytes,

[GitHub] [doris] zhbdesign opened a new issue, #24366: [Feature] json支持更多函数

2023-09-14 Thread via GitHub
zhbdesign opened a new issue, #24366: URL: https://github.com/apache/doris/issues/24366 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description json支持更多函数,兼容mysql

[GitHub] [doris] doris-robot commented on pull request #23534: [typo](comment) fix some typos

2023-09-14 Thread via GitHub
doris-robot commented on PR #23534: URL: https://github.com/apache/doris/pull/23534#issuecomment-1718926287 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.47 seconds stream load tsv: 603 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24361: [opt](Nereids): use LocalDate to replace Calendar

2023-09-14 Thread via GitHub
doris-robot commented on PR #24361: URL: https://github.com/apache/doris/pull/24361#issuecomment-1718926782 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.79 seconds stream load tsv: 598 seconds loaded 74807831229 Bytes,

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #24367: [Chore](checks) add sonar config on cde checks

2023-09-14 Thread via GitHub
BiteThet opened a new pull request, #24367: URL: https://github.com/apache/doris/pull/24367 ## Proposed changes add sonar config on cde checks ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@

[GitHub] [doris] doris-robot commented on pull request #24273: [fix](transaction) fix publish txn fake succ

2023-09-14 Thread via GitHub
doris-robot commented on PR #24273: URL: https://github.com/apache/doris/pull/24273#issuecomment-1718927219 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.53 seconds stream load tsv: 591 seconds loaded 74807831229 Bytes,

[GitHub] [doris] BiteTheDDDDt commented on pull request #24367: [Chore](checks) add sonar config on cde checks

2023-09-14 Thread via GitHub
BiteThet commented on PR #24367: URL: https://github.com/apache/doris/pull/24367#issuecomment-1718927407 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] doris-robot commented on pull request #24259: [fix](bdbje) handle `ReplicaWriteException` in `BDBJEJournal.write`

2023-09-14 Thread via GitHub
doris-robot commented on PR #24259: URL: https://github.com/apache/doris/pull/24259#issuecomment-1718925396 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.02 seconds stream load tsv: 601 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24358: [bugfix](index) Fix build index limitations

2023-09-14 Thread via GitHub
doris-robot commented on PR #24358: URL: https://github.com/apache/doris/pull/24358#issuecomment-1718925819 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.1 seconds stream load tsv: 597 seconds loaded 74807831229 Bytes, a

[GitHub] [doris] doris-robot commented on pull request #24352: [Hotfix](merge-on-write) Fix when `DeltaWriter` don't report `num_filtered_rows` in `TTabletCommitInfo`

2023-09-14 Thread via GitHub
doris-robot commented on PR #24352: URL: https://github.com/apache/doris/pull/24352#issuecomment-1718926115 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.25 seconds stream load tsv: 603 seconds loaded 74807831229 Bytes,

[GitHub] [doris] ByteYue commented on pull request #24364: [feature](merge-cloud) Enable write into cache when uploading file to s3 using s3 file writer

2023-09-14 Thread via GitHub
ByteYue commented on PR #24364: URL: https://github.com/apache/doris/pull/24364#issuecomment-1718926622 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] xy720 commented on a diff in pull request #24229: [Enhancement](show-backends-disks) Add show backends disks

2023-09-14 Thread via GitHub
xy720 commented on code in PR #24229: URL: https://github.com/apache/doris/pull/24229#discussion_r1325507459 ## fe/fe-core/src/main/java/org/apache/doris/common/proc/BackendsProcDir.java: ## @@ -184,6 +204,80 @@ public static List> getBackendInfos() { return backendInfo

[GitHub] [doris] github-actions[bot] commented on pull request #23377: [feature](profile) support simply profile

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #23377: URL: https://github.com/apache/doris/pull/23377#issuecomment-1718929988 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] doris-robot commented on pull request #22557: [bugfix](schema_change) Fix the coredump when doubly write during schema change

2023-09-14 Thread via GitHub
doris-robot commented on PR #22557: URL: https://github.com/apache/doris/pull/22557#issuecomment-1718930670 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.19 seconds stream load tsv: 597 seconds loaded 74807831229 Bytes,

[GitHub] [doris] github-actions[bot] commented on pull request #23377: [feature](profile) support simply profile

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #23377: URL: https://github.com/apache/doris/pull/23377#issuecomment-1718931425 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] HappenLee commented on a diff in pull request #24342: [feature](function) Support SHA2 function

2023-09-14 Thread via GitHub
HappenLee commented on code in PR #24342: URL: https://github.com/apache/doris/pull/24342#discussion_r1325510544 ## gensrc/script/doris_builtins_functions.py: ## @@ -1901,6 +1901,9 @@ [['sm3sum'], 'VARCHAR', ['VARCHAR', '...'], ''], [['sm3'], 'VARCHAR', ['STRIN

[GitHub] [doris] github-actions[bot] commented on pull request #23377: [feature](profile) support simply profile

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #23377: URL: https://github.com/apache/doris/pull/23377#issuecomment-1718934105 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] doris-robot commented on pull request #24334: [outfile](options) add file_suffix options for outfile

2023-09-14 Thread via GitHub
doris-robot commented on PR #24334: URL: https://github.com/apache/doris/pull/24334#issuecomment-1718932288 TeamCity be ut coverage result: Function Coverage: 36.94% (7971/21578) Line Coverage: 28.89% (63847/220980) Region Coverage: 27.83% (33152/119117) Branch Coverage: 24.4

[GitHub] [doris] doris-robot commented on pull request #22088: [Fix](Nereids)fix loading core when enable nereids DML default

2023-09-14 Thread via GitHub
doris-robot commented on PR #22088: URL: https://github.com/apache/doris/pull/22088#issuecomment-1718934939 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.11 seconds stream load tsv: 601 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24273: [fix](transaction) fix publish txn fake succ

2023-09-14 Thread via GitHub
doris-robot commented on PR #24273: URL: https://github.com/apache/doris/pull/24273#issuecomment-1718935017 TeamCity be ut coverage result: Function Coverage: 36.93% (7969/21577) Line Coverage: 28.88% (63832/220990) Region Coverage: 27.83% (33151/119113) Branch Coverage: 24.3

[GitHub] [doris] github-actions[bot] commented on pull request #24367: [Chore](checks) add sonar config on cde checks

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24367: URL: https://github.com/apache/doris/pull/24367#issuecomment-1718937924 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 #24367: [Chore](checks) add sonar config on cde checks

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24367: URL: https://github.com/apache/doris/pull/24367#issuecomment-1718938005 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] sohardforaname commented on pull request #23121: [Feature](Nereids)support values table

2023-09-14 Thread via GitHub
sohardforaname commented on PR #23121: URL: https://github.com/apache/doris/pull/23121#issuecomment-1718937369 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] sohardforaname commented on pull request #24365: [Fix](planner)fix select from inline table return only the first row

2023-09-14 Thread via GitHub
sohardforaname commented on PR #24365: URL: https://github.com/apache/doris/pull/24365#issuecomment-1718939504 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] englefly commented on a diff in pull request #24355: [feature](nereids)support unnest subquery in LogicalOneRowRelation

2023-09-14 Thread via GitHub
englefly commented on code in PR #24355: URL: https://github.com/apache/doris/pull/24355#discussion_r1325510244 ## regression-test/suites/nereids_p0/subquery/test_subquery.groovy: ## @@ -64,4 +64,25 @@ suite("test_subquery") { qt_uncorrelated_scalar_with_sort_and_limit """

[GitHub] [doris] yiguolei merged pull request #24215: [fix](nereids)the common type of decimalv2 and decimalv3 shoud be decimalv3 in BinaryArithmetic operator

2023-09-14 Thread via GitHub
yiguolei merged PR #24215: URL: https://github.com/apache/doris/pull/24215 -- 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] XieJiann commented on pull request #24301: [feature](Nereids) add many array functions

2023-09-14 Thread via GitHub
XieJiann commented on PR #24301: URL: https://github.com/apache/doris/pull/24301#issuecomment-1718943609 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] doris-robot commented on pull request #24273: [fix](transaction) fix publish txn fake succ

2023-09-14 Thread via GitHub
doris-robot commented on PR #24273: URL: https://github.com/apache/doris/pull/24273#issuecomment-1718944037 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.93 seconds stream load tsv: 599 seconds loaded 74807831229 Bytes,

[doris] branch master updated (51a5895464 -> 40e1c2af45)

2023-09-14 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 51a5895464 [Feature](RoutineLoad) Support max filter ratio for routine load (#24035) add 40e1c2af45 [fix](nerei

[GitHub] [doris-flink-connector] zy-kkk merged pull request #194: [fix](oracle) add oracle regexp like compatible

2023-09-14 Thread via GitHub
zy-kkk merged PR #194: URL: https://github.com/apache/doris-flink-connector/pull/194 -- 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-flink-connector] branch master updated: [fix](oracle) add oracle regexp like compatible (#194)

2023-09-14 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new da648ac [fix](oracle) add oracle

[GitHub] [doris] doris-robot commented on pull request #23377: [feature](profile) support simply profile

2023-09-14 Thread via GitHub
doris-robot commented on PR #23377: URL: https://github.com/apache/doris/pull/23377#issuecomment-1718948060 TeamCity be ut coverage result: Function Coverage: 36.93% (7969/21578) Line Coverage: 28.89% (63831/220977) Region Coverage: 27.83% (33151/119117) Branch Coverage: 24.3

[GitHub] [doris] xzj7019 commented on pull request #23870: [opt](nereids) enable two phase partition topn opt

2023-09-14 Thread via GitHub
xzj7019 commented on PR #23870: URL: https://github.com/apache/doris/pull/23870#issuecomment-1718946065 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] xzj7019 commented on a diff in pull request #23870: [opt](nereids) enable two phase partition topn opt

2023-09-14 Thread via GitHub
xzj7019 commented on code in PR #23870: URL: https://github.com/apache/doris/pull/23870#discussion_r1325529659 ## fe/fe-core/src/main/java/org/apache/doris/nereids/properties/ChildOutputPropertyDeriver.java: ## @@ -348,8 +348,21 @@ public PhysicalProperties visitPhysicalRepeat(

[GitHub] [doris] BiteTheDDDDt merged pull request #24367: [Chore](checks) add sonar config on cde checks

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

[doris] branch master updated (40e1c2af45 -> c1b4e132d6)

2023-09-14 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 40e1c2af45 [fix](nereids)the common type of decimalv2 and decimalv3 shoud be decimalv3 in BinaryArithmetic operato

[GitHub] [doris] ixzc commented on issue #24359: [Bug] json_contains返回值类型不对

2023-09-14 Thread via GitHub
ixzc commented on issue #24359: URL: https://github.com/apache/doris/issues/24359#issuecomment-1718948098 https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-functions/json-functions/json-contains#description The return type of the json_contains function is int. -- This is an

[GitHub] [doris-flink-connector] JNSimba opened a new pull request, #195: [Fix](mysql) fix mysql datetime missing millisecond digits

2023-09-14 Thread via GitHub
JNSimba opened a new pull request, #195: URL: https://github.com/apache/doris-flink-connector/pull/195 ## Problem Summary: fix mysql datetime missing millisecond digits ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I Don't know) 2. Has unit te

[GitHub] [doris] yongjinhou commented on a diff in pull request #24229: [Enhancement](show-backends-disks) Add show backends disks

2023-09-14 Thread via GitHub
yongjinhou commented on code in PR #24229: URL: https://github.com/apache/doris/pull/24229#discussion_r1325535911 ## fe/fe-core/src/main/java/org/apache/doris/common/proc/BackendsProcDir.java: ## @@ -184,6 +204,80 @@ public static List> getBackendInfos() { return backen

[GitHub] [doris] yiguolei merged pull request #24222: [fix](planner)cast string to float like type should return NULL literal if it fails

2023-09-14 Thread via GitHub
yiguolei merged PR #24222: URL: https://github.com/apache/doris/pull/24222 -- 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: [fix](planner)cast string to float like type should return NULL literal if it fails (#24222)

2023-09-14 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 ccba5a729a [fix](planner)cast string to float l

[GitHub] [doris] xiaolin84250 opened a new pull request, #24368: Update k8s-deploy.md append the bugs encountered during k8s installation and give answers.

2023-09-14 Thread via GitHub
xiaolin84250 opened a new pull request, #24368: URL: https://github.com/apache/doris/pull/24368 Update `k8s-deploy.md` append the bugs encountered during k8s installation and give answers. 更新了 `k8s-deploy.md` 在文档中的常见问题中补充了k8s安装过程中遇到的服务账号无权限bug并给出了解决方案 In the k8s installation docume

[GitHub] [doris] BePPPower opened a new pull request, #24369: [fix](Table-Valued Function) fix be core when user sepcified empty `column_separator` using hdfs tvf

2023-09-14 Thread via GitHub
BePPPower opened a new pull request, #24369: URL: https://github.com/apache/doris/pull/24369 ## 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] ixzc commented on issue #24312: [Bug] convert_tz function input datetimev2(3) loss millisecond

2023-09-14 Thread via GitHub
ixzc commented on issue #24312: URL: https://github.com/apache/doris/issues/24312#issuecomment-1718958589 we will fix it. -- 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] HappenLee commented on a diff in pull request #24342: [feature](function) Support SHA2 function

2023-09-14 Thread via GitHub
HappenLee commented on code in PR #24342: URL: https://github.com/apache/doris/pull/24342#discussion_r1325542728 ## be/src/vec/functions/function_string.h: ## @@ -2045,6 +2045,107 @@ class FunctionStringMd5AndSM3 : public IFunction { } }; +class FunctionStringDigestSHA2

[GitHub] [doris] doris-robot commented on pull request #24362: [opt](Nereids) remove canEliminate flag on LogicalProject

2023-09-14 Thread via GitHub
doris-robot commented on PR #24362: URL: https://github.com/apache/doris/pull/24362#issuecomment-1718959082 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.33 seconds stream load tsv: 604 seconds loaded 74807831229 Bytes,

[GitHub] [doris] HappenLee commented on a diff in pull request #24342: [feature](function) Support SHA2 function

2023-09-14 Thread via GitHub
HappenLee commented on code in PR #24342: URL: https://github.com/apache/doris/pull/24342#discussion_r1325543116 ## be/src/vec/functions/function_string.h: ## @@ -2045,6 +2045,107 @@ class FunctionStringMd5AndSM3 : public IFunction { } }; +class FunctionStringDigestSHA2

[GitHub] [doris] HappenLee commented on a diff in pull request #24342: [feature](function) Support SHA2 function

2023-09-14 Thread via GitHub
HappenLee commented on code in PR #24342: URL: https://github.com/apache/doris/pull/24342#discussion_r1325543843 ## be/src/util/sha.cpp: ## @@ -0,0 +1,106 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTIC

[GitHub] [doris] github-actions[bot] commented on pull request #24363: [Test](test) test sonarcloud

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24363: URL: https://github.com/apache/doris/pull/24363#issuecomment-1718960777 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 merged pull request #23150: [fix](test)disable join reorder for test_bitmap_filter regression test

2023-09-14 Thread via GitHub
yiguolei merged PR #23150: URL: https://github.com/apache/doris/pull/23150 -- 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: [fix](test)disable join reorder for test_bitmap_filter regression test (#23150)

2023-09-14 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 4efc68a33d [fix](test)disable join reorder for

[GitHub] [doris] zhbdesign commented on issue #24359: [Bug] json_contains返回值类型不对

2023-09-14 Thread via GitHub
zhbdesign commented on issue #24359: URL: https://github.com/apache/doris/issues/24359#issuecomment-1718963838 > https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-functions/json-functions/json-contains#description The return type of the json_contains function is int. 这个函数放在where

[GitHub] [doris] TangSiyang2001 commented on pull request #24346: [feature](statistics) collect loaded rows on table level after txn published

2023-09-14 Thread via GitHub
TangSiyang2001 commented on PR #24346: URL: https://github.com/apache/doris/pull/24346#issuecomment-1718965623 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] BiteTheDDDDt opened a new pull request, #24370: [Chore](checks) fix SonarCloud Scan config define

2023-09-14 Thread via GitHub
BiteThet opened a new pull request, #24370: URL: https://github.com/apache/doris/pull/24370 ## Proposed changes fix SonarCloud Scan config define ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailt

[GitHub] [doris] doris-robot commented on pull request #23377: [feature](profile) support simply profile

2023-09-14 Thread via GitHub
doris-robot commented on PR #23377: URL: https://github.com/apache/doris/pull/23377#issuecomment-1718968065 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.48 seconds stream load tsv: 598 seconds loaded 74807831229 Bytes,

[GitHub] [doris] github-actions[bot] commented on pull request #24230: [test](Nereids) add normalize sort test

2023-09-14 Thread via GitHub
github-actions[bot] commented on PR #24230: URL: https://github.com/apache/doris/pull/24230#issuecomment-1718969432 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] BiteTheDDDDt commented on pull request #24370: [Chore](checks) fix SonarCloud Scan config define

2023-09-14 Thread via GitHub
BiteThet commented on PR #24370: URL: https://github.com/apache/doris/pull/24370#issuecomment-1718967676 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

  1   2   3   4   5   6   7   8   9   >