[GitHub] [doris] yiguolei merged pull request #12807: [Enhancement](optimize) optimize for insert_indices_from

2022-09-27 Thread GitBox
yiguolei merged PR #12807: URL: https://github.com/apache/doris/pull/12807 -- 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] yiguolei merged pull request #13012: [branch-1.1-lts](cherry-pick) fix wrong result of tablet health stmt …

2022-09-27 Thread GitBox
yiguolei merged PR #13012: URL: https://github.com/apache/doris/pull/13012 -- 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] LemonLiTree commented on issue #12760: [Bug] 使用insert-values语句导致be节点挂了

2022-09-27 Thread GitBox
LemonLiTree commented on issue #12760: URL: https://github.com/apache/doris/issues/12760#issuecomment-1259121571 I try it in version 1.1-lts, it's OK. -- 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

[GitHub] [doris] Kikyou1997 commented on pull request #12987: [feature](nereids) Enhancement for statistics

2022-09-27 Thread GitBox
Kikyou1997 commented on PR #12987: URL: https://github.com/apache/doris/pull/12987#issuecomment-1259124074 @morrySnow -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[GitHub] [doris] github-actions[bot] commented on pull request #13005: [chore](docs)Add local documentation compilation checks to reduce subsequent operations caused by pipeline build failures

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #13005: URL: https://github.com/apache/doris/pull/13005#issuecomment-1259124101 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3133253438";) output. shellcheck err

[GitHub] [doris] jackwener commented on pull request #12985: [feature](Nereids): Eliminate outer join

2022-09-27 Thread GitBox
jackwener commented on PR #12985: URL: https://github.com/apache/doris/pull/12985#issuecomment-1259168238 Future: todo use constant viariable to handle it (we can handle more case like nullsafeEqual ..) -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [doris] jackwener commented on pull request #12890: [feature](Nereids): support Alias join reorder and fix bug.

2022-09-27 Thread GitBox
jackwener commented on PR #12890: URL: https://github.com/apache/doris/pull/12890#issuecomment-1259171597 TODO feature: we can separete `Alias project` and `project` to different Rule to reduce time cost -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [doris] github-actions[bot] commented on pull request #13001: [optimization](array-type) optimize the help docs of array type

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #13001: URL: https://github.com/apache/doris/pull/13001#issuecomment-1259205627 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 #13001: [optimization](array-type) optimize the help docs of array type

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #13001: URL: https://github.com/apache/doris/pull/13001#issuecomment-1259205576 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 #12999: [optimization](array-type) optimize error prompts when sql parser rep…

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12999: URL: https://github.com/apache/doris/pull/12999#issuecomment-1259209083 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 #12999: [optimization](array-type) optimize error prompts when sql parser rep…

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12999: URL: https://github.com/apache/doris/pull/12999#issuecomment-1259209138 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] freemandealer commented on a diff in pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-09-27 Thread GitBox
freemandealer commented on code in PR #12866: URL: https://github.com/apache/doris/pull/12866#discussion_r980977310 ## docs/zh-CN/docs/admin-manual/maint-monitor/be-olap-error-code.md: ## @@ -6,7 +6,7 @@ --- -

[GitHub] [doris] freemandealer commented on a diff in pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-09-27 Thread GitBox
freemandealer commented on code in PR #12866: URL: https://github.com/apache/doris/pull/12866#discussion_r980977717 ## docs/en/docs/admin-manual/maint-monitor/be-olap-error-code.md: ## @@ -6,7 +6,7 @@ --- -

[GitHub] [doris] HappenLee commented on a diff in pull request #12921: [Improvement](sort) Reuse memory in sort node

2022-09-27 Thread GitBox
HappenLee commented on code in PR #12921: URL: https://github.com/apache/doris/pull/12921#discussion_r980957363 ## be/src/vec/exec/vsort_node.cpp: ## @@ -48,13 +48,16 @@ Status VSortNode::init(const TPlanNode& tnode, RuntimeState* state) { !row_desc.has_varlen_slots())

[GitHub] [doris] dataroaring merged pull request #12698: [enhancement](test) add tpch_sf10 cases to p2

2022-09-27 Thread GitBox
dataroaring merged PR #12698: URL: https://github.com/apache/doris/pull/12698 -- 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 opened a new pull request, #13013: [enhancement](explain) compress descriptor table explain string

2022-09-27 Thread GitBox
morrySnow opened a new pull request, #13013: URL: https://github.com/apache/doris/pull/13013 # Proposed changes 1. compress slot descriptor explain string to one row 2. remove unmaterialized tuple descriptor and slot descriptor current descriptor table explain string is like

[GitHub] [doris] dataroaring merged pull request #12695: [enhancement](test) add tpcds_sf1000 to p2

2022-09-27 Thread GitBox
dataroaring merged PR #12695: URL: https://github.com/apache/doris/pull/12695 -- 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-flink-connector] JNSimba commented on pull request #66: [Fix] fix deserialization error for QueryPlan exception

2022-09-27 Thread GitBox
JNSimba commented on PR #66: URL: https://github.com/apache/doris-flink-connector/pull/66#issuecomment-1259223100 > However, the response of queryPlan has been judged in `RestService.getQueryPlan`, and an `exception` is also thrown when an error occurs, so is there no need to recor

[GitHub] [doris] freemandealer commented on a diff in pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-09-27 Thread GitBox
freemandealer commented on code in PR #12866: URL: https://github.com/apache/doris/pull/12866#discussion_r980990083 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -304,60 +397,76 @@ void BetaRowsetWriter::find_longest_consecutive_small_segment( is_terminat

[GitHub] [doris] github-actions[bot] commented on pull request #12728: [fix](array-type) fix the be core dump when use string to insert array

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12728: URL: https://github.com/apache/doris/pull/12728#issuecomment-1259226546 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 #12728: [fix](array-type) fix the be core dump when use string to insert array

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12728: URL: https://github.com/apache/doris/pull/12728#issuecomment-1259226618 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 opened a new pull request, #13014: [Bug](load) fix core dump on big block load

2022-09-27 Thread GitBox
BiteThet opened a new pull request, #13014: URL: https://github.com/apache/doris/pull/13014 # Proposed changes Issue Number: close #13011 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: -

[GitHub] [doris] morrySnow merged pull request #8864: [feature-wip](statistics) step6: statistics is available

2022-09-27 Thread GitBox
morrySnow merged PR #8864: URL: https://github.com/apache/doris/pull/8864 -- 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.apac

[GitHub] [doris] github-actions[bot] commented on pull request #13005: [chore](docs)Add local documentation compilation checks to reduce subsequent operations caused by pipeline build failures

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #13005: URL: https://github.com/apache/doris/pull/13005#issuecomment-1259253916 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3133657438";) output. shellcheck err

[GitHub] [doris] LemonLiTree commented on issue #12729: Doris使用limit导致查询时间延长

2022-09-27 Thread GitBox
LemonLiTree commented on issue #12729: URL: https://github.com/apache/doris/issues/12729#issuecomment-1259257732 表数据量多大呢? -- 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] weizhengte commented on a diff in pull request #12987: [feature](nereids) Enhancement for statistics

2022-09-27 Thread GitBox
weizhengte commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r981021547 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] morrySnow opened a new pull request, #13015: [enhancement](Nereids) let BinaryArithmetic's dataType and nullable match with BE

2022-09-27 Thread GitBox
morrySnow opened a new pull request, #13015: URL: https://github.com/apache/doris/pull/13015 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] HappenLee commented on a diff in pull request #12970: [Improvement](outfile) Support output null in parquet writer

2022-09-27 Thread GitBox
HappenLee commented on code in PR #12970: URL: https://github.com/apache/doris/pull/12970#discussion_r981024664 ## be/src/vec/runtime/vparquet_writer.cpp: ## @@ -173,22 +178,27 @@ Status VParquetWriterWrapper::write(const Block& block) { try { for (size_t i = 0; i

[GitHub] [doris] adonis0147 opened a new pull request, #13016: [chore](third-party) Fix compilation errors reported by clang-15

2022-09-27 Thread GitBox
adonis0147 opened a new pull request, #13016: URL: https://github.com/apache/doris/pull/13016 # Proposed changes Add some compile flags to eliminate compilation errors reported by clang-15. ## Problem summary Some packages can't be compiled by clang-15. 1. libunixodbc

[GitHub] [doris] HappenLee commented on a diff in pull request #12970: [Improvement](outfile) Support output null in parquet writer

2022-09-27 Thread GitBox
HappenLee commented on code in PR #12970: URL: https://github.com/apache/doris/pull/12970#discussion_r981044071 ## be/src/vec/runtime/vparquet_writer.cpp: ## @@ -215,58 +225,64 @@ Status VParquetWriterWrapper::write(const Block& block) { parquet::RowGroupWriter*

[GitHub] [doris] spaces-X opened a new pull request, #13017: [Fix](meta): fix colocate group meta error

2022-09-27 Thread GitBox
spaces-X opened a new pull request, #13017: URL: https://github.com/apache/doris/pull/13017 # Proposed changes Issue Number: close #12788 ## Problem summary From version 1.1.1, the types of distributed columns in colocate table are with length and precision info, which are

[GitHub] [doris-flink-connector] JNSimba opened a new pull request, #67: add miss pr4

2022-09-27 Thread GitBox
JNSimba opened a new pull request, #67: URL: https://github.com/apache/doris-flink-connector/pull/67 ## Problem Summary: #4 This pr seems to be lost when it is merged https://github.com/apache/doris-flink-connector/pull/4/files ## Checklist(Required) 1. Does it aff

[GitHub] [doris] HappenLee commented on a diff in pull request #13014: [Bug](load) fix core dump on big block load

2022-09-27 Thread GitBox
HappenLee commented on code in PR #13014: URL: https://github.com/apache/doris/pull/13014#discussion_r981057768 ## be/src/util/block_compression.cpp: ## @@ -73,6 +73,13 @@ class Lz4BlockCompression : public BlockCompressionCodec { } Status compress(const Slice& input

[GitHub] [doris] morningman merged pull request #12667: [Feature](serialize) move block_data_version to fe heart beat

2022-09-27 Thread GitBox
morningman merged PR #12667: URL: https://github.com/apache/doris/pull/12667 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] ccoffline commented on pull request #11693: [Enhancement] add more metrics #11214

2022-09-27 Thread GitBox
ccoffline commented on PR #11693: URL: https://github.com/apache/doris/pull/11693#issuecomment-1259305379 > Please update the document: done -- 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

[GitHub] [doris] chenlinzhong commented on pull request #13009: [fix](Broker Load)fix bug when load data using broker with md5sum()/sm3sum()

2022-09-27 Thread GitBox
chenlinzhong commented on PR #13009: URL: https://github.com/apache/doris/pull/13009#issuecomment-1259344060 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 unsubsc

[GitHub] [doris] morrySnow merged pull request #12785: [Feature](Nereids) Set pre-aggregation status for OLAP table scan.

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

[GitHub] [doris] zhannngchen commented on a diff in pull request #12886: [feature-wip](unique-key-merge-on-write) unique key with merge on write table support schema change

2022-09-27 Thread GitBox
zhannngchen commented on code in PR #12886: URL: https://github.com/apache/doris/pull/12886#discussion_r981101947 ## be/src/olap/schema_change.cpp: ## @@ -1938,20 +1958,86 @@ Status SchemaChangeHandler::_do_process_alter_tablet_v2(const TAlterTabletReqV2& _tablet_i

[GitHub] [doris] github-actions[bot] commented on pull request #12981: [improvement](memory) set TCMALLOC_HEAP_LIMIT_MB to control memory co…

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12981: URL: https://github.com/apache/doris/pull/12981#issuecomment-1259388558 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3134322503";) output. shellcheck err

[GitHub] [doris] dataroaring opened a new pull request, #13018: [improvement](test) cache data from s3 to cacheDataPath

2022-09-27 Thread GitBox
dataroaring opened a new pull request, #13018: URL: https://github.com/apache/doris/pull/13018 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12987: [feature](nereids) Enhancement for statistics

2022-09-27 Thread GitBox
Kikyou1997 commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r981150921 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12987: [feature](nereids) Enhancement for statistics

2022-09-27 Thread GitBox
Kikyou1997 commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r981150921 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12987: [feature](nereids) Enhancement for statistics

2022-09-27 Thread GitBox
Kikyou1997 commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r981150921 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] ruleeeer commented on issue #12836: [Bug] slack link is no longer active

2022-09-27 Thread GitBox
rulr commented on issue #12836: URL: https://github.com/apache/doris/issues/12836#issuecomment-1259424074 > you can try it:[join.slack.com/t/apachedoriscommunity/shared_invite/zt-1co4h0c90-Kfu5MUgaTi4n~lAwNXfbuQ](https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-1co4h0c90-Kf

[GitHub] [doris] cambyzju commented on a diff in pull request #12897: [draft](cooldown) support local cache gc by disk usage

2022-09-27 Thread GitBox
cambyzju commented on code in PR #12897: URL: https://github.com/apache/doris/pull/12897#discussion_r978243282 ## be/src/common/config.h: ## @@ -844,6 +844,7 @@ CONF_mString(file_cache_type, ""); CONF_Validator(file_cache_type, [](const std::string config) -> bool { return

[GitHub] [doris] morrySnow merged pull request #12985: [feature](Nereids): Eliminate outer join

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

[GitHub] [doris] smallhibiscus closed pull request #12774: [regression-test](join)Add test case of left join sql

2022-09-27 Thread GitBox
smallhibiscus closed pull request #12774: [regression-test](join)Add test case of left join sql URL: https://github.com/apache/doris/pull/12774 -- 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] yangzhg merged pull request #13009: [fix](Broker Load)fix bug when load data using broker with md5sum()/sm3sum()

2022-09-27 Thread GitBox
yangzhg merged PR #13009: URL: https://github.com/apache/doris/pull/13009 -- 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.apac

[GitHub] [doris] yangzhg closed issue #12989: [Bug] The value of md5sum(NULL)/sm3sum(NULL) is not NULL when using broker to import data(Non-vectorized import)

2022-09-27 Thread GitBox
yangzhg closed issue #12989: [Bug] The value of md5sum(NULL)/sm3sum(NULL) is not NULL when using broker to import data(Non-vectorized import) URL: https://github.com/apache/doris/issues/12989 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [doris] Gabriel39 opened a new pull request, #13019: [Improvement](outfile) Support ORC format in outfile

2022-09-27 Thread GitBox
Gabriel39 opened a new pull request, #13019: URL: https://github.com/apache/doris/pull/13019 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] dataroaring merged pull request #12953: [feature-wip](new-scan) support more load situation

2022-09-27 Thread GitBox
dataroaring merged PR #12953: URL: https://github.com/apache/doris/pull/12953 -- 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] dataroaring merged pull request #12975: [enhancement](load) avoid duplicate reduce on same TabletsChannel

2022-09-27 Thread GitBox
dataroaring merged PR #12975: URL: https://github.com/apache/doris/pull/12975 -- 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] dutyu closed issue #13010: [Bug] show proc "/cluster_health/tablet_health" returns wrong result

2022-09-27 Thread GitBox
dutyu closed issue #13010: [Bug] show proc "/cluster_health/tablet_health" returns wrong result URL: https://github.com/apache/doris/issues/13010 -- 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

[GitHub] [doris] dataalive commented on issue #12760: [Bug] 使用insert-values语句导致be节点挂了

2022-09-27 Thread GitBox
dataalive commented on issue #12760: URL: https://github.com/apache/doris/issues/12760#issuecomment-1259561690 so @deaftstill u could try on 1.1-lts -- 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

[GitHub] [doris] HappenLee opened a new pull request, #13020: [Opt](Vec) Support const column check nullable and remove nullable

2022-09-27 Thread GitBox
HappenLee opened a new pull request, #13020: URL: https://github.com/apache/doris/pull/13020 # Proposed changes 1. Support const column check nullable 2. Support const column remove nullable ## Problem summary Describe your changes. ## Checklist(Required)

[GitHub] [doris] github-actions[bot] commented on pull request #13016: [chore](third-party) Fix compilation errors reported by clang-15

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #13016: URL: https://github.com/apache/doris/pull/13016#issuecomment-1259652118 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 #13016: [chore](third-party) Fix compilation errors reported by clang-15

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #13016: URL: https://github.com/apache/doris/pull/13016#issuecomment-1259652063 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] dinggege1024 commented on a diff in pull request #2763: [Alter]Add wait time while doing alter options

2022-09-27 Thread GitBox
dinggege1024 commented on code in PR #2763: URL: https://github.com/apache/doris/pull/2763#discussion_r981380592 ## fe/src/main/java/org/apache/doris/alter/Alter.java: ## @@ -273,6 +276,18 @@ public void processAlterTable(AlterTableStmt stmt) throws UserException {

[GitHub] [doris] adonis0147 merged pull request #13016: [chore](third-party) Fix compilation errors reported by clang-15

2022-09-27 Thread GitBox
adonis0147 merged PR #13016: URL: https://github.com/apache/doris/pull/13016 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] github-actions[bot] commented on pull request #12981: [improvement](memory) set TCMALLOC_HEAP_LIMIT_MB to control memory co…

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12981: URL: https://github.com/apache/doris/pull/12981#issuecomment-1259775333 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3135573969";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #12921: [Improvement](sort) Reuse memory in sort node

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12921: URL: https://github.com/apache/doris/pull/12921#issuecomment-1259928485 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 #12921: [Improvement](sort) Reuse memory in sort node

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12921: URL: https://github.com/apache/doris/pull/12921#issuecomment-1259928527 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 #13007: [Bug](function) core dump on substr

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #13007: URL: https://github.com/apache/doris/pull/13007#issuecomment-1259929813 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 #13007: [Bug](function) core dump on substr

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #13007: URL: https://github.com/apache/doris/pull/13007#issuecomment-1259929877 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] yiguolei merged pull request #13007: [Bug](function) core dump on substr

2022-09-27 Thread GitBox
yiguolei merged PR #13007: URL: https://github.com/apache/doris/pull/13007 -- 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-flink-connector] hf200012 merged pull request #67: [Fix] add miss pr4

2022-09-27 Thread GitBox
hf200012 merged PR #67: URL: https://github.com/apache/doris-flink-connector/pull/67 -- 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...

[GitHub] [doris-flink-connector] hf200012 merged pull request #64: [Feature] Support Light Schema change for flink1.14

2022-09-27 Thread GitBox
hf200012 merged PR #64: URL: https://github.com/apache/doris-flink-connector/pull/64 -- 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...

[GitHub] [doris] yiguolei merged pull request #13008: [fix](join)report 'natural join is not supported' instead of getting wrong result

2022-09-27 Thread GitBox
yiguolei merged PR #13008: URL: https://github.com/apache/doris/pull/13008 -- 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] Gabriel39 merged pull request #12921: [Improvement](sort) Reuse memory in sort node

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

[GitHub] [doris] morningman opened a new pull request, #13021: [improvement](scan) remove concurrency limit if scan has predicate

2022-09-27 Thread GitBox
morningman opened a new pull request, #13021: URL: https://github.com/apache/doris/pull/13021 # Proposed changes Issue Number: close #xxx ## Problem summary If a scan node has predicate, we can not limit the concurrency of scanner. Because we don't know how much data n

[GitHub] [doris] xinyiZzz opened a new pull request, #13022: [branch-1.1-lts](memory) Disable page cache and lower chunk allocator to avoid OOM

2022-09-27 Thread GitBox
xinyiZzz opened a new pull request, #13022: URL: https://github.com/apache/doris/pull/13022 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] github-actions[bot] commented on pull request #12849: [feature](Nereids) use one stage aggregation if available

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12849: URL: https://github.com/apache/doris/pull/12849#issuecomment-1260309075 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 #12849: [feature](Nereids) use one stage aggregation if available

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12849: URL: https://github.com/apache/doris/pull/12849#issuecomment-1260309054 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] zhannngchen commented on pull request #12886: [feature-wip](unique-key-merge-on-write) unique key with merge on write table support schema change

2022-09-27 Thread GitBox
zhannngchen commented on PR #12886: URL: https://github.com/apache/doris/pull/12886#issuecomment-1260310394 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 unsubscr

[GitHub] [doris] morrySnow merged pull request #12849: [feature](Nereids) use one stage aggregation if available

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

[GitHub] [doris] morningman merged pull request #13018: [improvement](test) cache data from s3 to cacheDataPath

2022-09-27 Thread GitBox
morningman merged PR #13018: URL: https://github.com/apache/doris/pull/13018 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris-flink-connector] dinggege1024 opened a new issue, #68: [Enhancement] DorisRowConverter need support TIMEZONE

2022-09-27 Thread GitBox
dinggege1024 opened a new issue, #68: URL: https://github.com/apache/doris-flink-connector/issues/68 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description

[GitHub] [doris] github-actions[bot] commented on pull request #13005: [chore](docs)Add local documentation compilation checks to reduce subsequent operations caused by pipeline build failures

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #13005: URL: https://github.com/apache/doris/pull/13005#issuecomment-1260328872 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3140509245";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #12970: [Improvement](outfile) Support output null in parquet writer

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12970: URL: https://github.com/apache/doris/pull/12970#issuecomment-1260338743 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 #12970: [Improvement](outfile) Support output null in parquet writer

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12970: URL: https://github.com/apache/doris/pull/12970#issuecomment-1260338762 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] yiguolei merged pull request #13022: [branch-1.1-lts](memory) Disable page cache and lower chunk allocator to avoid OOM

2022-09-27 Thread GitBox
yiguolei merged PR #13022: URL: https://github.com/apache/doris/pull/13022 -- 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] zhannngchen commented on a diff in pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-09-27 Thread GitBox
zhannngchen commented on code in PR #12866: URL: https://github.com/apache/doris/pull/12866#discussion_r981901633 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -165,52 +171,91 @@ Status BetaRowsetWriter::delete_original_segments(uint32_t begin, uint32_t end) // E

[GitHub] [doris] xinyiZzz opened a new pull request, #13023: [branch-1.1-lts](cherry-pick) Jemalloc performance optimization and compatibility with MemTracker

2022-09-27 Thread GitBox
xinyiZzz opened a new pull request, #13023: URL: https://github.com/apache/doris/pull/13023 # Proposed changes Issue Number: close #xxx ## Problem summary pick: #12496 ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes -

[GitHub] [doris] dataroaring merged pull request #12977: [chore](regression-test) add default group(p0) for regression-test

2022-09-27 Thread GitBox
dataroaring merged PR #12977: URL: https://github.com/apache/doris/pull/12977 -- 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] Gabriel39 opened a new pull request, #13024: [Bug](datev2) Fix compatible error between datev2 and date

2022-09-27 Thread GitBox
Gabriel39 opened a new pull request, #13024: URL: https://github.com/apache/doris/pull/13024 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] yiguolei commented on a diff in pull request #12496: [enhancement](memory) Jemalloc performance optimization and compatibility with MemTracker

2022-09-27 Thread GitBox
yiguolei commented on code in PR #12496: URL: https://github.com/apache/doris/pull/12496#discussion_r980713899 ## bin/start_be.sh: ## @@ -207,6 +207,8 @@ export UBSAN_OPTIONS=print_stacktrace=1 ## set hdfs conf export LIBHDFS3_CONF="${DORIS_HOME}/conf/hdfs-site.xml" +export

[GitHub] [doris] yiguolei merged pull request #12496: [enhancement](memory) Jemalloc performance optimization and compatibility with MemTracker

2022-09-27 Thread GitBox
yiguolei merged PR #12496: URL: https://github.com/apache/doris/pull/12496 -- 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] xinyiZzz commented on a diff in pull request #12496: [enhancement](memory) Jemalloc performance optimization and compatibility with MemTracker

2022-09-27 Thread GitBox
xinyiZzz commented on code in PR #12496: URL: https://github.com/apache/doris/pull/12496#discussion_r981925548 ## bin/start_be.sh: ## @@ -207,6 +207,8 @@ export UBSAN_OPTIONS=print_stacktrace=1 ## set hdfs conf export LIBHDFS3_CONF="${DORIS_HOME}/conf/hdfs-site.xml" +export

[GitHub] [doris] deaftstill commented on issue #12760: [Bug] 使用insert-values语句导致be节点挂了

2022-09-27 Thread GitBox
deaftstill commented on issue #12760: URL: https://github.com/apache/doris/issues/12760#issuecomment-1260364845 > Ok, I'll try -- 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 com

[GitHub] [doris] jacktengg opened a new pull request, #13025: [bugfix](compaction) bug: compaction read delete data as normal data

2022-09-27 Thread GitBox
jacktengg opened a new pull request, #13025: URL: https://github.com/apache/doris/pull/13025 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] yiguolei commented on a diff in pull request #13025: [bugfix](compaction) bug: compaction read delete data as normal data

2022-09-27 Thread GitBox
yiguolei commented on code in PR #13025: URL: https://github.com/apache/doris/pull/13025#discussion_r981949174 ## be/src/olap/reader.cpp: ## @@ -824,7 +824,8 @@ OLAPStatus TabletReader::_init_delete_condition(const ReaderParams& read_params) return OLAP_SUCCESS; }

[GitHub] [doris] jacktengg commented on a diff in pull request #13025: [bugfix](compaction) bug: compaction read delete data as normal data

2022-09-27 Thread GitBox
jacktengg commented on code in PR #13025: URL: https://github.com/apache/doris/pull/13025#discussion_r981953891 ## be/src/olap/reader.cpp: ## @@ -824,7 +824,8 @@ OLAPStatus TabletReader::_init_delete_condition(const ReaderParams& read_params) return OLAP_SUCCESS;

[GitHub] [doris] yiguolei merged pull request #13025: [bugfix](compaction) bug: compaction read delete data as normal data

2022-09-27 Thread GitBox
yiguolei merged PR #13025: URL: https://github.com/apache/doris/pull/13025 -- 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] BiteTheDDDDt commented on issue #8721: [Enhancement] Remove some unused include

2022-09-27 Thread GitBox
BiteThet commented on issue #8721: URL: https://github.com/apache/doris/issues/8721#issuecomment-1260437818 > hi! are there any more header files that need to be removed? There are still many redundant includes in doris, you can use clangd or other tools to find and try to remove

[GitHub] [doris] yiguolei merged pull request #12999: [optimization](array-type) optimize error prompts when sql parser rep…

2022-09-27 Thread GitBox
yiguolei merged PR #12999: URL: https://github.com/apache/doris/pull/12999 -- 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] yiguolei merged pull request #12976: [DOC](datev2) Add documents for DateV2

2022-09-27 Thread GitBox
yiguolei merged PR #12976: URL: https://github.com/apache/doris/pull/12976 -- 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] freemandealer commented on a diff in pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-09-27 Thread GitBox
freemandealer commented on code in PR #12866: URL: https://github.com/apache/doris/pull/12866#discussion_r982001474 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -304,60 +397,76 @@ void BetaRowsetWriter::find_longest_consecutive_small_segment( is_terminat

[GitHub] [doris] zhannngchen commented on a diff in pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-09-27 Thread GitBox
zhannngchen commented on code in PR #12866: URL: https://github.com/apache/doris/pull/12866#discussion_r982002203 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -304,60 +397,76 @@ void BetaRowsetWriter::find_longest_consecutive_small_segment( is_terminated

[GitHub] [doris] github-actions[bot] commented on pull request #12981: [improvement](memory) set TCMALLOC_HEAP_LIMIT_MB to control memory co…

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12981: URL: https://github.com/apache/doris/pull/12981#issuecomment-1260469831 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] adonis0147 opened a new issue, #13026: [Bug] Failed to start BE due to errors caused by AddressSanitizer

2022-09-28 Thread GitBox
adonis0147 opened a new issue, #13026: URL: https://github.com/apache/doris/issues/13026 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version Doris Versi

<    2   3   4   5   6   7   8   9   10   11   >