[GitHub] [doris] englefly commented on a diff in pull request #21482: [enhancement](nereids) Sync stats across FE cluster after analyze

2023-07-10 Thread via GitHub
englefly commented on code in PR #21482: URL: https://github.com/apache/doris/pull/21482#discussion_r1257799496 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStatistic.java: ## @@ -102,9 +115,12 @@ and after join(l_orderkey = o_orderkey), lineitem is reduced by

[GitHub] [doris] vinlee19 opened a new pull request, #21671: [typo](docs) remove invalid document descriptions and uri

2023-07-10 Thread via GitHub
vinlee19 opened a new pull request, #21671: URL: https://github.com/apache/doris/pull/21671 ## 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] vinlee19 closed pull request #21671: [typo](docs) remove invalid document descriptions and uri

2023-07-10 Thread via GitHub
vinlee19 closed pull request #21671: [typo](docs) remove invalid document descriptions and uri URL: https://github.com/apache/doris/pull/21671 -- 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 sp

[GitHub] [doris] hello-stephen commented on pull request #21539: [Enhancement](Nereids)enable nereids DML by default.

2023-07-10 Thread via GitHub
hello-stephen commented on PR #21539: URL: https://github.com/apache/doris/pull/21539#issuecomment-1628362051 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 53.51 seconds stream load tsv: 448 seconds loaded 74807831229 Bytes, about 159 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #21177: [Feature](Compaction)Support full compaction

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21177: URL: https://github.com/apache/doris/pull/21177#issuecomment-1628362694 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] Kikyou1997 commented on a diff in pull request #21482: [enhancement](nereids) Sync stats across FE cluster after analyze

2023-07-10 Thread via GitHub
Kikyou1997 commented on code in PR #21482: URL: https://github.com/apache/doris/pull/21482#discussion_r1257812079 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStatistic.java: ## @@ -138,7 +175,8 @@ public static ColumnStatistic fromResultRow(ResultRow resultRow

[GitHub] [doris] englefly commented on a diff in pull request #21482: [enhancement](nereids) Sync stats across FE cluster after analyze

2023-07-10 Thread via GitHub
englefly commented on code in PR #21482: URL: https://github.com/apache/doris/pull/21482#discussion_r1257811915 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStatistic.java: ## @@ -138,7 +175,8 @@ public static ColumnStatistic fromResultRow(ResultRow resultRow)

[GitHub] [doris] englefly commented on pull request #21543: [enchancement](stats) Inject partition statistics

2023-07-10 Thread via GitHub
englefly commented on PR #21543: URL: https://github.com/apache/doris/pull/21543#issuecomment-1628364550 The cost estimation can be more accurate if the statistics of partition are available. But we are running big data like 1T, can not really import. So now we want to extend this by

[GitHub] [doris] englefly merged pull request #21543: [enchancement](stats) Inject partition statistics

2023-07-10 Thread via GitHub
englefly merged PR #21543: URL: https://github.com/apache/doris/pull/21543 -- 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: [enchancement](stats) Inject partition statistics #21543

2023-07-10 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly 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 a1a8ee8320 [enchancement](stats) Inject partiti

[GitHub] [doris] vinlee19 opened a new pull request, #21672: [typo](docs) remove invalid document descriptions and uri

2023-07-10 Thread via GitHub
vinlee19 opened a new pull request, #21672: URL: https://github.com/apache/doris/pull/21672 ## 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 #21482: [enhancement](nereids) Sync stats across FE cluster after analyze

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21482: URL: https://github.com/apache/doris/pull/21482#issuecomment-1628368215 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] liujiwen-up opened a new issue, #21673: [Enhancement] MAKETIME date function is supported in doris

2023-07-10 Thread via GitHub
liujiwen-up opened a new issue, #21673: URL: https://github.com/apache/doris/issues/21673 ### 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 In MySQL, MAKETI

[GitHub] [doris] HappenLee commented on a diff in pull request #21668: [Fix](pipeline) Close sink during fragment context destruction

2023-07-10 Thread via GitHub
HappenLee commented on code in PR #21668: URL: https://github.com/apache/doris/pull/21668#discussion_r1257821256 ## be/src/pipeline/pipeline_fragment_context.cpp: ## @@ -707,6 +707,16 @@ Status PipelineFragmentContext::submit() { } } +void PipelineFragmentContext::close_

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #21482: [enhancement](nereids) Sync stats across FE cluster after analyze

2023-07-10 Thread via GitHub
Kikyou1997 commented on code in PR #21482: URL: https://github.com/apache/doris/pull/21482#discussion_r1257822071 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStatistic.java: ## @@ -138,7 +175,8 @@ public static ColumnStatistic fromResultRow(ResultRow resultRow

[GitHub] [doris] HappenLee commented on a diff in pull request #21668: [Fix](pipeline) Close sink during fragment context destruction

2023-07-10 Thread via GitHub
HappenLee commented on code in PR #21668: URL: https://github.com/apache/doris/pull/21668#discussion_r1257821256 ## be/src/pipeline/pipeline_fragment_context.cpp: ## @@ -707,6 +707,16 @@ Status PipelineFragmentContext::submit() { } } +void PipelineFragmentContext::close_

[GitHub] [doris] HappenLee commented on a diff in pull request #21668: [Fix](pipeline) Close sink during fragment context destruction

2023-07-10 Thread via GitHub
HappenLee commented on code in PR #21668: URL: https://github.com/apache/doris/pull/21668#discussion_r1257824173 ## be/src/pipeline/pipeline_fragment_context.cpp: ## @@ -707,6 +707,16 @@ Status PipelineFragmentContext::submit() { } } +void PipelineFragmentContext::close_

[GitHub] [doris] deadlinefen opened a new pull request, #21674: [featrue-WIP] (CCR) Rebuild binlog manager

2023-07-10 Thread via GitHub
deadlinefen opened a new pull request, #21674: URL: https://github.com/apache/doris/pull/21674 Add dummy into binlog manager, dbBinlog, tableBinlog. Rebuild GC. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [doris] jacktengg commented on pull request #21572: [improvement](timezone) support mixed uppper-lower case of timezone names

2023-07-10 Thread via GitHub
jacktengg commented on PR #21572: URL: https://github.com/apache/doris/pull/21572#issuecomment-1628380378 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] kaka11chen opened a new pull request, #21675: [Fix](parquet-reader) Fix parquet string column min max statistics processing which caused query result incorrectly.

2023-07-10 Thread via GitHub
kaka11chen opened a new pull request, #21675: URL: https://github.com/apache/doris/pull/21675 ## 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-website] vinlee19 opened a new pull request, #261: [typo](docs) modify errors in the document

2023-07-10 Thread via GitHub
vinlee19 opened a new pull request, #261: URL: https://github.com/apache/doris-website/pull/261 (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,

[GitHub] [doris] github-actions[bot] commented on pull request #21177: [Feature](Compaction)Support full compaction

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21177: URL: https://github.com/apache/doris/pull/21177#issuecomment-1628386875 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 #21177: [Feature](Compaction)Support full compaction

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21177: URL: https://github.com/apache/doris/pull/21177#issuecomment-1628386933 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 #21674: [featrue-WIP] (CCR) Rebuild binlog manager

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21674: URL: https://github.com/apache/doris/pull/21674#issuecomment-1628388722 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 #21572: [improvement](timezone) support mixed uppper-lower case of timezone names

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21572: URL: https://github.com/apache/doris/pull/21572#issuecomment-1628389690 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 #21675: [Fix](parquet-reader) Fix parquet string column min max statistics processing which caused query result incorrectly.

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

[GitHub] [doris] hello-stephen commented on pull request #21665: [fix](Nereids): toCalendar should use Calendar.MONTH instead MONDAY

2023-07-10 Thread via GitHub
hello-stephen commented on PR #21665: URL: https://github.com/apache/doris/pull/21665#issuecomment-1628393472 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.79 seconds stream load tsv: 446 seconds loaded 74807831229 Bytes, about 159 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #21675: [Fix](parquet-reader) Fix parquet string column min max statistics processing which caused query result incorrectly.

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21675: URL: https://github.com/apache/doris/pull/21675#issuecomment-1628394025 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] kaka11chen commented on pull request #21675: [Fix](parquet-reader) Fix parquet string column min max statistics processing which caused query result incorrectly.

2023-07-10 Thread via GitHub
kaka11chen commented on PR #21675: URL: https://github.com/apache/doris/pull/21675#issuecomment-1628395265 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] Mryange commented on pull request #21564: [refactor](mem_reuse) refactor mem_reuse in MutableBlock

2023-07-10 Thread via GitHub
Mryange commented on PR #21564: URL: https://github.com/apache/doris/pull/21564#issuecomment-1628403511 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 #21522: [improvement](memory) Refactor doris cache GC

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21522: URL: https://github.com/apache/doris/pull/21522#issuecomment-1628410984 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 #21564: [refactor](mem_reuse) refactor mem_reuse in MutableBlock

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

[GitHub] [doris] hello-stephen commented on pull request #21177: [Feature](Compaction)Support full compaction

2023-07-10 Thread via GitHub
hello-stephen commented on PR #21177: URL: https://github.com/apache/doris/pull/21177#issuecomment-1628417720 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 56.99 seconds stream load tsv: 507 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #21635: [refactor](load) cleanup segment flush logic in beta rowset writer

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

[GitHub] [doris] hello-stephen commented on pull request #21177: [Feature](Compaction)Support full compaction

2023-07-10 Thread via GitHub
hello-stephen commented on PR #21177: URL: https://github.com/apache/doris/pull/21177#issuecomment-1628425506 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.99 seconds stream load tsv: 506 seconds loaded 74807831229 Bytes

[GitHub] [doris] hubgeter commented on pull request #21514: [feature](hive)add read of the hive table textfile format array type

2023-07-10 Thread via GitHub
hubgeter commented on PR #21514: URL: https://github.com/apache/doris/pull/21514#issuecomment-1628427028 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] hello-stephen commented on pull request #21675: [Fix](parquet-reader) Fix parquet string column min max statistics processing which caused query result incorrectly.

2023-07-10 Thread via GitHub
hello-stephen commented on PR #21675: URL: https://github.com/apache/doris/pull/21675#issuecomment-1628427087 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 53.53 seconds stream load tsv: 501 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #20716: [Feature](Nereids) Add nereids unit test and refactor user feature of minidump

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #20716: URL: https://github.com/apache/doris/pull/20716#issuecomment-1628428831 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/5505508845";) output. shellcheck err

[GitHub] [doris] hello-stephen commented on pull request #21675: [Fix](parquet-reader) Fix parquet string column min max statistics processing which caused query result incorrectly.

2023-07-10 Thread via GitHub
hello-stephen commented on PR #21675: URL: https://github.com/apache/doris/pull/21675#issuecomment-1628430450 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.54 seconds stream load tsv: 444 seconds loaded 74807831229 Bytes, about 160 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #21674: [featrue-WIP] (CCR) Rebuild binlog manager

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21674: URL: https://github.com/apache/doris/pull/21674#issuecomment-1628435952 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 #21514: [feature](hive)add read of the hive table textfile format array type

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

[GitHub] [doris] hello-stephen commented on pull request #21371: [feature](datetime) "timediff" supports calculating microseconds

2023-07-10 Thread via GitHub
hello-stephen commented on PR #21371: URL: https://github.com/apache/doris/pull/21371#issuecomment-1628439438 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.68 seconds stream load tsv: 447 seconds loaded 74807831229 Bytes, about 159 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #20716: [Feature](Nereids) Add nereids unit test and refactor user feature of minidump

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #20716: URL: https://github.com/apache/doris/pull/20716#issuecomment-1628443671 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/5505596267";) output. shellcheck err

[GitHub] [doris] liutang123 opened a new pull request, #21676: [improvement](planner) Enable preagg when count distinct key

2023-07-10 Thread via GitHub
liutang123 opened a new pull request, #21676: URL: https://github.com/apache/doris/pull/21676 ## Proposed changes A table like this: ``` create table xxx (key1, key2, key3) AGGREGATE KEY(key, key1, key2, key3) with rollup r_test (key1, key2,key3) ``` Now, ```select key1

[GitHub] [doris] hello-stephen commented on pull request #20739: [Enhancement](config) optimize behavior of default_storage_medium

2023-07-10 Thread via GitHub
hello-stephen commented on PR #20739: URL: https://github.com/apache/doris/pull/20739#issuecomment-1628455615 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.18 seconds stream load tsv: 498 seconds loaded 74807831229 Bytes

[GitHub] [doris] liutang123 commented on pull request #21676: [improvement](planner) Enable preagg when count distinct key

2023-07-10 Thread via GitHub
liutang123 commented on PR #21676: URL: https://github.com/apache/doris/pull/21676#issuecomment-1628458905 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] jacktengg opened a new pull request, #21677: [test](spill) disable fuzzy spill variables for now

2023-07-10 Thread via GitHub
jacktengg opened a new pull request, #21677: URL: https://github.com/apache/doris/pull/21677 ## 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] jacktengg commented on pull request #21677: [test](spill) disable fuzzy spill variables for now

2023-07-10 Thread via GitHub
jacktengg commented on PR #21677: URL: https://github.com/apache/doris/pull/21677#issuecomment-1628463191 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] HappenLee merged pull request #21654: [Profile](runtimefilter) fix merge time of runtime filter

2023-07-10 Thread via GitHub
HappenLee merged PR #21654: URL: https://github.com/apache/doris/pull/21654 -- 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

[doris] branch master updated (a1a8ee8320 -> 1a08c81adc)

2023-07-10 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a1a8ee8320 [enchancement](stats) Inject partition statistics #21543 add 1a08c81adc [Profile](runtimefilter) fix

[GitHub] [doris] zy-kkk merged pull request #21341: [feature](jdbc) Support jdbc catalog to read json types

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

[doris] branch master updated (1a08c81adc -> 0be349e250)

2023-07-10 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 1a08c81adc [Profile](runtimefilter) fix merge time of runtime filter (#21654) add 0be349e250 [feature](jdbc) Suppo

[GitHub] [doris] CalvinKirs opened a new pull request, #21678: [Fix](RoutineLoad)Mutile table not support pipeline load

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

[GitHub] [doris] github-actions[bot] commented on pull request #21371: [feature](datetime) "timediff" supports calculating microseconds

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21371: URL: https://github.com/apache/doris/pull/21371#issuecomment-1628486875 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] catpineapple opened a new pull request, #21679: [doc](fix) storage policy fe conf doc

2023-07-10 Thread via GitHub
catpineapple opened a new pull request, #21679: URL: https://github.com/apache/doris/pull/21679 ## 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] lsy3993 opened a new pull request, #21680: [improvement](jdbc)add new type 'timestamp' of date

2023-07-10 Thread via GitHub
lsy3993 opened a new pull request, #21680: URL: https://github.com/apache/doris/pull/21680 ## 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] englefly commented on pull request #21554: [refactor](nereids) enable tpcds shape check on all queries

2023-07-10 Thread via GitHub
englefly commented on PR #21554: URL: https://github.com/apache/doris/pull/21554#issuecomment-1628494389 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] lsy3993 opened a new pull request, #21681: [improvement](jdbc)add new type 'object' of int

2023-07-10 Thread via GitHub
lsy3993 opened a new pull request, #21681: URL: https://github.com/apache/doris/pull/21681 ## 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] catpineapple commented on pull request #21679: [doc](fix) storage policy fe conf doc

2023-07-10 Thread via GitHub
catpineapple commented on PR #21679: URL: https://github.com/apache/doris/pull/21679#issuecomment-1628495138 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] yujun777 opened a new pull request, #21682: [fix](function) fix create tablet timeout

2023-07-10 Thread via GitHub
yujun777 opened a new pull request, #21682: URL: https://github.com/apache/doris/pull/21682 ## Proposed changes Issue Number: close #xxx To get tablet's local size and remote size both need lock the tablet's meta. Sometimes the meta lock was locked by other pro

[GitHub] [doris] github-actions[bot] commented on pull request #21678: [Fix](RoutineLoad)Mutile table not support pipeline load

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21678: URL: https://github.com/apache/doris/pull/21678#issuecomment-1628496020 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] Yulei-Yang opened a new pull request, #21683: [fix](multicatalog) fix protocol of reading data from cosn for hive/iceberg catalog

2023-07-10 Thread via GitHub
Yulei-Yang opened a new pull request, #21683: URL: https://github.com/apache/doris/pull/21683 Error msg: ERROR 1105 (HY000): errCode = 2, detailMessage = get file split failed for table: , err: org.apache.hadoop.fs.s3a.RemoteFileChangedException: open `s3a://xxx-buicket/xxx.db/xxx_ta

[GitHub] [doris] github-actions[bot] commented on pull request #21659: modify docs with configure kerberos

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21659: URL: https://github.com/apache/doris/pull/21659#issuecomment-1628499352 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] HHoflittlefish777 commented on pull request #19655: [Refactor](load) merge streamload BE and FE properties parsing

2023-07-10 Thread via GitHub
HHoflittlefish777 commented on PR #19655: URL: https://github.com/apache/doris/pull/19655#issuecomment-1628503012 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

[GitHub] [doris] github-actions[bot] commented on pull request #21674: [featrue-WIP] (CCR) Rebuild binlog manager

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21674: URL: https://github.com/apache/doris/pull/21674#issuecomment-1628505640 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 #21674: [featrue-WIP] (CCR) Rebuild binlog manager

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21674: URL: https://github.com/apache/doris/pull/21674#issuecomment-1628512127 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 #21678: [Fix](RoutineLoad)Mutile table not support pipeline load

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

[GitHub] [doris] hello-stephen commented on pull request #21635: [refactor](load) cleanup segment flush logic in beta rowset writer

2023-07-10 Thread via GitHub
hello-stephen commented on PR #21635: URL: https://github.com/apache/doris/pull/21635#issuecomment-1628518862 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.58 seconds stream load tsv: 501 seconds loaded 74807831229 Bytes

[GitHub] [doris] itsallsame opened a new issue, #21684: [Bug] "using mutil catalog, connect to ClickHouse, unable to use Date type as filter condition, error message: Cannot convert string to type Da

2023-07-10 Thread via GitHub
itsallsame opened a new issue, #21684: URL: https://github.com/apache/doris/issues/21684 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2.5 ### What

[GitHub] [doris] jackwener merged pull request #21665: [fix](Nereids): toCalendar should use Calendar.MONTH instead MONDAY

2023-07-10 Thread via GitHub
jackwener merged PR #21665: URL: https://github.com/apache/doris/pull/21665 -- 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

[doris] branch master updated: fix: toCalendar should use Calendar.MONTH instead MONDAY (#21665)

2023-07-10 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 2b04fa604c fix: toCalendar should use Calendar.M

[GitHub] [doris] maben996 opened a new issue, #21685: [Bug] Flink SQL CDC mongo2doris任务,be.WARING 报错 [INTERNAL_ERROR]cancelled: sender is gone

2023-07-10 Thread via GitHub
maben996 opened a new issue, #21685: URL: https://github.com/apache/doris/issues/21685 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris 1.2.1 flink 1.

[GitHub] [doris] hello-stephen commented on pull request #21677: [test](spill) disable fuzzy spill variables for now

2023-07-10 Thread via GitHub
hello-stephen commented on PR #21677: URL: https://github.com/apache/doris/pull/21677#issuecomment-1628528360 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.26 seconds stream load tsv: 449 seconds loaded 74807831229 Bytes, about 158 MB/s

[GitHub] [doris] jackwener opened a new pull request, #21686: [opt](Nereids): improve Nereids performance

2023-07-10 Thread via GitHub
jackwener opened a new pull request, #21686: URL: https://github.com/apache/doris/pull/21686 ## Proposed changes Issue Number: close #xxx - remove newArrayList() in new GroupExpression. - use LocalDate to replace Calendar ## Further comments If this is a relativ

[GitHub] [doris] XieJiann commented on pull request #21660: [fix](Nereids) build internal table in FeService

2023-07-10 Thread via GitHub
XieJiann commented on PR #21660: URL: https://github.com/apache/doris/pull/21660#issuecomment-1628537393 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] jackwener commented on pull request #21686: [opt](Nereids): improve Nereids performance

2023-07-10 Thread via GitHub
jackwener commented on PR #21686: URL: https://github.com/apache/doris/pull/21686#issuecomment-1628539431 run buidall -- 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] XieJiann opened a new pull request, #21687: [enhance](Nereids) remove unuseless stats calculation in CostAndEnforce

2023-07-10 Thread via GitHub
XieJiann opened a new pull request, #21687: URL: https://github.com/apache/doris/pull/21687 ## 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] XieJiann commented on pull request #21687: [enhance](Nereids) remove unuseless stats calculation in CostAndEnforce

2023-07-10 Thread via GitHub
XieJiann commented on PR #21687: URL: https://github.com/apache/doris/pull/21687#issuecomment-1628538947 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] hello-stephen commented on pull request #21677: [test](spill) disable fuzzy spill variables for now

2023-07-10 Thread via GitHub
hello-stephen commented on PR #21677: URL: https://github.com/apache/doris/pull/21677#issuecomment-1628540632 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.71 seconds stream load tsv: 507 seconds loaded 74807831229 Bytes

[GitHub] [doris] bobhan1 commented on pull request #21623: [feature](partial update)support insert new rows in non-strict mode partial update with nullable unmentioned columns

2023-07-10 Thread via GitHub
bobhan1 commented on PR #21623: URL: https://github.com/apache/doris/pull/21623#issuecomment-1628542835 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] zy-kkk opened a new pull request, #21688: [fix](jdbc scan) `1=1` does not translate to `TRUE`

2023-07-10 Thread via GitHub
zy-kkk opened a new pull request, #21688: URL: https://github.com/apache/doris/pull/21688 ## Proposed changes Issue Number: close #19745 For most database systems, they recognize where 1=1 but not where true, so we should send the original 1=1 to the database ## Further

[GitHub] [doris] hello-stephen commented on pull request #21681: [improvement](jdbc)add new type 'object' of int

2023-07-10 Thread via GitHub
hello-stephen commented on PR #21681: URL: https://github.com/apache/doris/pull/21681#issuecomment-1628548305 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.3 seconds stream load tsv: 503 seconds loaded 74807831229 Bytes,

[GitHub] [doris] Centurybbx commented on pull request #20739: [Enhancement](config) optimize behavior of default_storage_medium

2023-07-10 Thread via GitHub
Centurybbx commented on PR #20739: URL: https://github.com/apache/doris/pull/20739#issuecomment-1628550148 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] github-actions[bot] commented on pull request #21623: [feature](partial update)support insert new rows in non-strict mode partial update with nullable unmentioned columns

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21623: URL: https://github.com/apache/doris/pull/21623#issuecomment-1628552784 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 #21683: [fix](multicatalog) fix protocol of reading data from cosn for hive/iceberg catalog

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21683: URL: https://github.com/apache/doris/pull/21683#issuecomment-1628556470 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 #21683: [fix](multicatalog) fix protocol of reading data from cosn for hive/iceberg catalog

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21683: URL: https://github.com/apache/doris/pull/21683#issuecomment-1628556562 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 #21530: [enhancement](flush) make writer write fail status visible

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21530: URL: https://github.com/apache/doris/pull/21530#issuecomment-1628558331 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 #21530: [enhancement](flush) make writer write fail status visible

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21530: URL: https://github.com/apache/doris/pull/21530#issuecomment-1628558413 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] dataroaring merged pull request #21530: [enhancement](flush) make writer write fail status visible

2023-07-10 Thread via GitHub
dataroaring merged PR #21530: URL: https://github.com/apache/doris/pull/21530 -- 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: [enhancement](flush) make writer write fail status visible (#21530)

2023-07-10 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 842fe00157 [enhancement](flush) make writer

[GitHub] [doris] Centurybbx closed pull request #20739: [Enhancement](config) optimize behavior of default_storage_medium

2023-07-10 Thread via GitHub
Centurybbx closed pull request #20739: [Enhancement](config) optimize behavior of default_storage_medium URL: https://github.com/apache/doris/pull/20739 -- 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

[doris] branch master updated: [improvement](functions) avoid copying of block in create_block_with_nested_columns (#21526)

2023-07-10 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 36524f2b72 [improvement](functions) avoid cop

[GitHub] [doris] BiteTheDDDDt merged pull request #21526: [improvement](functions) avoid copying of block in create_block_with_nested_columns

2023-07-10 Thread via GitHub
BiteThet merged PR #21526: URL: https://github.com/apache/doris/pull/21526 -- 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] yagagagaga commented on pull request #19998: [typo](docs) fix some mistake in Doris & Spark Column Type Mapping

2023-07-10 Thread via GitHub
yagagagaga commented on PR #19998: URL: https://github.com/apache/doris/pull/19998#issuecomment-1628574560 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] mrhhsg opened a new pull request, #21690: [fix](runtime_filter) runtime_profile was not initialized in multi_cast_data_stream_source

2023-07-10 Thread via GitHub
mrhhsg opened a new pull request, #21690: URL: https://github.com/apache/doris/pull/21690 ## Proposed changes Be will crash if the RuntimeProfile of runtime filter is not initialized. ## Further comments If this is a relatively large or complex change, kick off the discus

[GitHub] [doris] HHoflittlefish777 commented on pull request #21634: [Refactor](load) refactor memtable flush actively

2023-07-10 Thread via GitHub
HHoflittlefish777 commented on PR #21634: URL: https://github.com/apache/doris/pull/21634#issuecomment-1628575933 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 #21690: [fix](runtime_filter) runtime_profile was not initialized in multi_cast_data_stream_source

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21690: URL: https://github.com/apache/doris/pull/21690#issuecomment-1628579102 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 #21687: [enhance](Nereids) remove unuseless stats calculation in CostAndEnforce

2023-07-10 Thread via GitHub
hello-stephen commented on PR #21687: URL: https://github.com/apache/doris/pull/21687#issuecomment-1628579764 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.46 seconds stream load tsv: 448 seconds loaded 74807831229 Bytes, about 159 MB/s

[GitHub] [doris] cst4049 commented on issue #19174: [Bug] Kafka 通过 Routine Load 方式写 Doris Bug

2023-07-10 Thread via GitHub
cst4049 commented on issue #19174: URL: https://github.com/apache/doris/issues/19174#issuecomment-1628579932 遇到了同样的问题, 是怎么解决的呢? -- 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 commen

[GitHub] [doris] github-actions[bot] commented on pull request #21623: [feature](partial update)support insert new rows in non-strict mode partial update with nullable unmentioned columns

2023-07-10 Thread via GitHub
github-actions[bot] commented on PR #21623: URL: https://github.com/apache/doris/pull/21623#issuecomment-1628584515 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

  1   2   3   4   >