[GitHub] [doris] zhannngchen opened a new pull request, #11001: [enhancement](be) remove useless lock usage

2022-07-19 Thread GitBox
zhannngchen opened a new pull request, #11001: URL: https://github.com/apache/doris/pull/11001 # Proposed changes Issue Number: close #xxx ## Problem Summary: Acquiring a write lock on TabletMeta's `_meta_lock` here is meaningless, since `_rs_metas` and `_stale_rs_metas`

[GitHub] [doris] dataalive commented on issue #10561: [Bug] 根据doris安装文档镜像编译,一直都报这个问题,版本都是最新的

2022-07-19 Thread GitBox
dataalive commented on issue #10561: URL: https://github.com/apache/doris/issues/10561#issuecomment-1188693757 is the problem still there ? -- 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 spe

[GitHub] [doris] zhannngchen commented on a diff in pull request #11001: [enhancement](be) remove useless lock usage

2022-07-19 Thread GitBox
zhannngchen commented on code in PR #11001: URL: https://github.com/apache/doris/pull/11001#discussion_r924149389 ## be/src/olap/tablet_meta.cpp: ## @@ -636,7 +636,6 @@ void TabletMeta::modify_rs_metas(const std::vector& to_add, // an existing tablet before. Add after revise,

[GitHub] [doris] biandou1313 commented on issue #10561: [Bug] 根据doris安装文档镜像编译,一直都报这个问题,版本都是最新的

2022-07-19 Thread GitBox
biandou1313 commented on issue #10561: URL: https://github.com/apache/doris/issues/10561#issuecomment-1188696089 1.0还存在 ,我后面用低版本镜像编译 就好了 -- 原始邮件 -- 发件人: "Paddy ***@***.***>; 发送时间: 2022年7月19日(星期二) 下午3:23 收件人: ***@***.***>; 抄送: ***@**

[GitHub] [doris] Jibing-Li commented on a diff in pull request #11000: [feature-wip](multi-catalog) Support runtime filter for file scan node

2022-07-19 Thread GitBox
Jibing-Li commented on code in PR #11000: URL: https://github.com/apache/doris/pull/11000#discussion_r924148547 ## be/src/vec/exec/file_scan_node.cpp: ## @@ -90,18 +115,102 @@ Status FileScanNode::open(RuntimeState* state) { RETURN_IF_ERROR(ExecNode::open(state)); RETU

[GitHub] [doris] github-actions[bot] commented on pull request #11000: [feature-wip](multi-catalog) Support runtime filter for file scan node

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #11000: URL: https://github.com/apache/doris/pull/11000#issuecomment-1188701223 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] morrySnow commented on a diff in pull request #10981: [Enhancement](Nereids) add some basic data structure definitions.

2022-07-19 Thread GitBox
morrySnow commented on code in PR #10981: URL: https://github.com/apache/doris/pull/10981#discussion_r924041187 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -353,6 +384,31 @@ public UnboundFunction visitFunctionCall(DorisParser.Func

[GitHub] [doris] dataroaring merged pull request #10992: [regression] Revert Add ssb sf1 test under unique table with zstd

2022-07-19 Thread GitBox
dataroaring merged PR #10992: URL: https://github.com/apache/doris/pull/10992 -- 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: Revert "[regression] Add ssb sf1 test under unique table with zstd (#10957)" (#10992)

2022-07-19 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 ac4ce4d874 Revert "[regression] Add ssb sf1

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #10824: [Fix] (array-type) add the supported sub-type and regression

2022-07-19 Thread GitBox
carlvinhust2012 commented on code in PR #10824: URL: https://github.com/apache/doris/pull/10824#discussion_r924170074 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TypeDef.java: ## @@ -118,8 +118,11 @@ private void analyzeNestedType(ScalarType type) throws AnalysisExcep

[GitHub] [doris] eldenmoon commented on pull request #10980: [Bug][Array] cast array element to same type

2022-07-19 Thread GitBox
eldenmoon commented on PR #10980: URL: https://github.com/apache/doris/pull/10980#issuecomment-1188742378 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 unsubscrib

[GitHub] [doris] EmmyMiao87 merged pull request #8861: [feature-wip](statistics) step4: collect statistics by implementing statistics tasks

2022-07-19 Thread GitBox
EmmyMiao87 merged PR #8861: URL: https://github.com/apache/doris/pull/8861 -- 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: [feature-wip](statistics) step4: collect statistics by implementing statistics tasks (#8861)

2022-07-19 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao 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 2d90f4b87c [feature-wip](statistics) step4: col

[GitHub] [doris] Jibing-Li opened a new pull request, #11002: Support hdfs ha for Iceberg table.

2022-07-19 Thread GitBox
Jibing-Li opened a new pull request, #11002: URL: https://github.com/apache/doris/pull/11002 # Proposed changes Iceberg external table couldn't read files on hdfs with ha mode enabled. This pr is to support reading hdfs ha files for Iceberg external tables. ``` mysql> CREATE

[GitHub] [doris] smallhibiscus opened a new pull request, #11004: [regression] Add ssb sf1 test under unique table with zstd

2022-07-19 Thread GitBox
smallhibiscus opened a new pull request, #11004: URL: https://github.com/apache/doris/pull/11004 # Proposed changes Issue Number: close #xxx ## Problem Summary: Add ssb sf1 test under unique table with zstd. ## Checklist(Required) 1. Does it affect the origi

[GitHub] [doris] EmmyMiao87 opened a new pull request, #11005: [enhancement](vec) Support outer join for vectorized exec engine

2022-07-19 Thread GitBox
EmmyMiao87 opened a new pull request, #11005: URL: https://github.com/apache/doris/pull/11005 Hash join node adds three new attributes. The following will take an SQL as an example to illustrate the meaning of these three attributes ``` select t1. a from t1 left join t2 on t1. a

[GitHub] [doris] morningman commented on pull request #10984: [fix](vectorized) Support outer join for vectorized exec engine

2022-07-19 Thread GitBox
morningman commented on PR #10984: URL: https://github.com/apache/doris/pull/10984#issuecomment-1188774096 Use #11005 -- 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] morningman closed pull request #10984: [fix](vectorized) Support outer join for vectorized exec engine

2022-07-19 Thread GitBox
morningman closed pull request #10984: [fix](vectorized) Support outer join for vectorized exec engine URL: https://github.com/apache/doris/pull/10984 -- 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] luwei16 opened a new pull request, #11006: (cold_on_s3) Isolate local and remote queries using different scanner…

2022-07-19 Thread GitBox
luwei16 opened a new pull request, #11006: URL: https://github.com/apache/doris/pull/11006 … thread pools (#276) # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect

[GitHub] [doris] morningman opened a new pull request, #11007: [refactor](policy) refactor some policy create and check logic

2022-07-19 Thread GitBox
morningman opened a new pull request, #11007: URL: https://github.com/apache/doris/pull/11007 # Proposed changes Issue Number: close #xxx ## Problem Summary: 1. Remove `Config.default_storage_policy` Now the Doris will create default storage policy when first start

[GitHub] [doris] hello-stephen opened a new pull request, #11008: Revert "[regressiontest] add tpcds_sf1 test (#10852)"

2022-07-19 Thread GitBox
hello-stephen opened a new pull request, #11008: URL: https://github.com/apache/doris/pull/11008 This reverts commit d2bee602514e8238dd8ef3d3b9b34fb6171bd26f. # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. #

[GitHub] [doris] github-actions[bot] commented on pull request #10996: Fe build idea doc

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #10996: URL: https://github.com/apache/doris/pull/10996#issuecomment-1188824548 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 #10996: Fe build idea doc

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #10996: URL: https://github.com/apache/doris/pull/10996#issuecomment-1188824602 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 #10998: [doc] missing sidebar for cloudcanal

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #10998: URL: https://github.com/apache/doris/pull/10998#issuecomment-1188825524 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 #10998: [doc] missing sidebar for cloudcanal

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #10998: URL: https://github.com/apache/doris/pull/10998#issuecomment-1188825574 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] deardeng commented on pull request #11007: [refactor](policy) refactor some policy create and check logic

2022-07-19 Thread GitBox
deardeng commented on PR #11007: URL: https://github.com/apache/doris/pull/11007#issuecomment-1188847901 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [doris] hello-stephen opened a new pull request, #11009: [tools] add clickbench tools

2022-07-19 Thread GitBox
hello-stephen opened a new pull request, #11009: URL: https://github.com/apache/doris/pull/11009 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] github-actions[bot] commented on pull request #11007: [refactor](policy) refactor some policy create and check logic

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #11007: URL: https://github.com/apache/doris/pull/11007#issuecomment-1188854300 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] mrhhsg opened a new issue, #11010: [Bug] Empty string aggregation key was output as NULL

2022-07-19 Thread GitBox
mrhhsg opened a new issue, #11010: URL: https://github.com/apache/doris/issues/11010 ### 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 master #

[GitHub] [doris] mrhhsg opened a new pull request, #11011: [fix]Empty string key in aggregation was output as NULL

2022-07-19 Thread GitBox
mrhhsg opened a new pull request, #11011: URL: https://github.com/apache/doris/pull/11011 # Proposed changes Issue Number: close #11010 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes

[GitHub] [doris] yiguolei merged pull request #11008: Revert "[regressiontest] add tpcds_sf1 test (#10852)"

2022-07-19 Thread GitBox
yiguolei merged PR #11008: URL: https://github.com/apache/doris/pull/11008 -- 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 commented on a diff in pull request #11009: [tools] add clickbench tools

2022-07-19 Thread GitBox
yiguolei commented on code in PR #11009: URL: https://github.com/apache/doris/pull/11009#discussion_r924343995 ## tools/clickbench-tools/load-clickbench-data.sh: ## @@ -0,0 +1,154 @@ +#!/usr/bin/env bash +# Licensed to the Apache Software Foundation (ASF) under one +# or more co

[GitHub] [doris] yixiutt opened a new pull request, #11012: [enhancement] partitioned agg node return error when increase reserva…

2022-07-19 Thread GitBox
yixiutt opened a new pull request, #11012: URL: https://github.com/apache/doris/pull/11012 …tion failed # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the orig

[GitHub] [doris] github-actions[bot] commented on pull request #11012: [enhancement] partitioned agg node return error when increase reserva…

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #11012: URL: https://github.com/apache/doris/pull/11012#issuecomment-1188909672 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 #11012: [enhancement] partitioned agg node return error when increase reserva…

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #11012: URL: https://github.com/apache/doris/pull/11012#issuecomment-1188909700 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] sunhao-db opened a new pull request, #11013: A tip during installation and deployment

2022-07-19 Thread GitBox
sunhao-db opened a new pull request, #11013: URL: https://github.com/apache/doris/pull/11013 Document modification: A tip during installation and deployment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [doris] sunhao-db closed pull request #11013: A tip during installation and deployment

2022-07-19 Thread GitBox
sunhao-db closed pull request #11013: A tip during installation and deployment URL: https://github.com/apache/doris/pull/11013 -- 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. T

[GitHub] [doris] sunhao-db commented on pull request #11013: A tip during installation and deployment

2022-07-19 Thread GitBox
sunhao-db commented on PR #11013: URL: https://github.com/apache/doris/pull/11013#issuecomment-1188913698 冲突 -- 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] sunhao-db opened a new pull request, #11014: A small tip during installation and deployment

2022-07-19 Thread GitBox
sunhao-db opened a new pull request, #11014: URL: https://github.com/apache/doris/pull/11014 A small tip during installation and deployment -- 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] jackwener commented on a diff in pull request #10882: [enhancement](Nereids)expression equals and hashCode function

2022-07-19 Thread GitBox
jackwener commented on code in PR #10882: URL: https://github.com/apache/doris/pull/10882#discussion_r924400463 ## fe/fe-core/src/main/java/org/apache/doris/nereids/analyzer/UnboundFunction.java: ## @@ -77,4 +77,24 @@ public R accept(ExpressionVisitor visitor, C context) {

[GitHub] [doris] hf200012 opened a new pull request, #11015: [doc]Gis function style

2022-07-19 Thread GitBox
hf200012 opened a new pull request, #11015: URL: https://github.com/apache/doris/pull/11015 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes

[GitHub] [doris] mymeiyi opened a new pull request, #11016: [feature] Support buffering data and automatically committing for stream load

2022-07-19 Thread GitBox
mymeiyi opened a new pull request, #11016: URL: https://github.com/apache/doris/pull/11016 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes/

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #11017: [enhancement][Storage] refactor create predicate

2022-07-19 Thread GitBox
BiteThet opened a new pull request, #11017: URL: https://github.com/apache/doris/pull/11017 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] dujl commented on pull request #10843: [feature] (multi-catalog) read parquet file by start/offset

2022-07-19 Thread GitBox
dujl commented on PR #10843: URL: https://github.com/apache/doris/pull/10843#issuecomment-1189021264 @wsjz @morningman our parquet align strategy is not same as parquet community. parquet community check whether the rowgroup's midPoint in the scan range. if the row group's midpoint in

[GitHub] [doris] dataroaring merged pull request #10922: [feature-wip](unique-key-merge-on-write) add segment lookup interface implementation, DSIP-018

2022-07-19 Thread GitBox
dataroaring merged PR #10922: URL: https://github.com/apache/doris/pull/10922 -- 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: [feature-wip](unique-key-merge-on-write) add segment lookup interface implementation, DSIP-018 (#10922)

2022-07-19 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 371c7be235 [feature-wip](unique-key-merge-on

[GitHub] [doris] TsukiokaKogane opened a new issue, #11018: [Bug] In finishTransaction afterStateTransform throws an exception causing data inconsistency

2022-07-19 Thread GitBox
TsukiokaKogane opened a new issue, #11018: URL: https://github.com/apache/doris/issues/11018 ### 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 0.14

[GitHub] [doris] dataroaring closed issue #10978: [Bug][Array] wrong result when select array contain float and integer

2022-07-19 Thread GitBox
dataroaring closed issue #10978: [Bug][Array] wrong result when select array contain float and integer URL: https://github.com/apache/doris/issues/10978 -- 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] dataroaring merged pull request #10980: [Bug][Array] cast array element to same type

2022-07-19 Thread GitBox
dataroaring merged PR #10980: URL: https://github.com/apache/doris/pull/10980 -- 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: cast array element to same type (#10980)

2022-07-19 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 95366de7f6 cast array element to same type (

[GitHub] [doris] github-actions[bot] commented on pull request #10980: [Bug][Array] cast array element to same type

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #10980: URL: https://github.com/apache/doris/pull/10980#issuecomment-1189076710 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 #10980: [Bug][Array] cast array element to same type

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #10980: URL: https://github.com/apache/doris/pull/10980#issuecomment-1189076779 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] xy720 opened a new pull request, #11019: [Compile] fix compile fail on clang

2022-07-19 Thread GitBox
xy720 opened a new pull request, #11019: URL: https://github.com/apache/doris/pull/11019 # Proposed changes These compile error come from pr #10843 #10355 #10937 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does

[GitHub] [doris] morrySnow commented on a diff in pull request #10981: [Enhancement](Nereids) add some basic data structure definitions.

2022-07-19 Thread GitBox
morrySnow commented on code in PR #10981: URL: https://github.com/apache/doris/pull/10981#discussion_r924606269 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/DateLiteral.java: ## @@ -0,0 +1,222 @@ +// Licensed to the Apache Software Foundation (ASF) unde

[GitHub] [doris] compiletheworld commented on a diff in pull request #11016: [feature] Support buffering data and automatically committing for stream load

2022-07-19 Thread GitBox
compiletheworld commented on code in PR #11016: URL: https://github.com/apache/doris/pull/11016#discussion_r924488903 ## be/src/olap/wal_writer.cpp: ## @@ -0,0 +1,73 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. Se

[GitHub] [doris] yiguolei closed issue #11010: [Bug] Empty string aggregation key was output as NULL

2022-07-19 Thread GitBox
yiguolei closed issue #11010: [Bug] Empty string aggregation key was output as NULL URL: https://github.com/apache/doris/issues/11010 -- 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] yiguolei merged pull request #11011: [fix]Empty string key in aggregation was output as NULL

2022-07-19 Thread GitBox
yiguolei merged PR #11011: URL: https://github.com/apache/doris/pull/11011 -- 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]Empty string key in aggregation was output as NULL (#11011)

2022-07-19 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 fd2c374426 [fix]Empty string key in aggregation

[GitHub] [doris] morrySnow commented on a diff in pull request #10999: [feature](nereids) support cast and extract date for TPC-H

2022-07-19 Thread GitBox
morrySnow commented on code in PR #10999: URL: https://github.com/apache/doris/pull/10999#discussion_r924654583 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/Year.java: ## @@ -0,0 +1,52 @@ +// Licensed to the Apache Software Foundation (ASF) un

[GitHub] [doris] adonis0147 opened a new pull request, #11020: [feature-wip](array-type) Fix the core dump caused by unaligned __int128

2022-07-19 Thread GitBox
adonis0147 opened a new pull request, #11020: URL: https://github.com/apache/doris/pull/11020 # Proposed changes ~~Issue Number: close #xxx~~ ## Problem Summary: Similar to #10775 . This issue may occur when using stream load by json file. ## Checklist(Required)

[GitHub] [doris] morningman merged pull request #10998: [doc] missing sidebar for cloudcanal

2022-07-19 Thread GitBox
morningman merged PR #10998: URL: https://github.com/apache/doris/pull/10998 -- 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

[doris] branch master updated: [doc] missing sidebar for cloudcanal (#10998)

2022-07-19 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 ba9c7e50aa [doc] missing sidebar for cloudcan

[GitHub] [doris] morningman commented on pull request #10977: [feature-wip][multi-catalog] Support s3 storage for file scan node

2022-07-19 Thread GitBox
morningman commented on PR #10977: URL: https://github.com/apache/doris/pull/10977#issuecomment-1189226471 hi @SaintBacchus , we had just fix the p0 test, please rebase to pass it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [doris] platoneko opened a new pull request, #11021: [chore][compile] Fix clang compile error

2022-07-19 Thread GitBox
platoneko opened a new pull request, #11021: URL: https://github.com/apache/doris/pull/11021 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Ye

[GitHub] [doris] adonis0147 commented on pull request #11021: [chore][compile] Fix clang compile error

2022-07-19 Thread GitBox
adonis0147 commented on PR #11021: URL: https://github.com/apache/doris/pull/11021#issuecomment-1189319672 Duplicate #11019 -- 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] adonis0147 commented on a diff in pull request #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-19 Thread GitBox
adonis0147 commented on code in PR #10775: URL: https://github.com/apache/doris/pull/10775#discussion_r924735680 ## be/src/runtime/mem_pool.h: ## @@ -104,9 +104,17 @@ class MemPool { /// of the current chunk. Creates a new chunk if there aren't any chunks /// with enou

[GitHub] [doris] yiguolei merged pull request #11021: [chore][compile] Fix clang compile error

2022-07-19 Thread GitBox
yiguolei merged PR #11021: URL: https://github.com/apache/doris/pull/11021 -- 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: [chore]fix clang compile error (#11021)

2022-07-19 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 989e6d1cf9 [chore]fix clang compile error (#110

svn commit: r55857 - in /release/doris: 0.12.0-incubating/ 0.13.0-incubating/ 0.14.0-incubating/

2022-07-19 Thread jiafengzheng
Author: jiafengzheng Date: Wed Jul 20 00:45:26 2022 New Revision: 55857 Log: add history release version Added: release/doris/0.12.0-incubating/ release/doris/0.12.0-incubating/apache-doris-0.12.0-incubating-src.tar.gz (with props) release/doris/0.12.0-incubating/apache-doris-0.12

[GitHub] [doris] compiletheworld opened a new pull request, #11022: [fix](config) Fix uninitialized config validator

2022-07-19 Thread GitBox
compiletheworld opened a new pull request, #11022: URL: https://github.com/apache/doris/pull/11022 If we don't set any validator, the original implementation will cause seg-fault due to nullptr of `RegisterConfValidator::_s_field_validator`, which initial value relies on the first confi

[GitHub] [doris] compasses commented on pull request #11019: [Compile] fix compile fail on clang

2022-07-19 Thread GitBox
compasses commented on PR #11019: URL: https://github.com/apache/doris/pull/11019#issuecomment-1189696612 Thanks, 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 u

[GitHub] [doris] compasses commented on pull request #11021: [chore][compile] Fix clang compile error

2022-07-19 Thread GitBox
compasses commented on PR #11021: URL: https://github.com/apache/doris/pull/11021#issuecomment-1189696886 Thanks, 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 u

[GitHub] [doris] github-actions[bot] commented on pull request #11020: [Bug](array-type) Fix the core dump caused by unaligned __int128

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #11020: URL: https://github.com/apache/doris/pull/11020#issuecomment-1189697539 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 #11020: [Bug](array-type) Fix the core dump caused by unaligned __int128

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #11020: URL: https://github.com/apache/doris/pull/11020#issuecomment-1189697557 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] Gabriel39 closed issue #10983: [Enhancement] refactor time LUT

2022-07-19 Thread GitBox
Gabriel39 closed issue #10983: [Enhancement] refactor time LUT URL: https://github.com/apache/doris/issues/10983 -- 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] SaintBacchus commented on pull request #10977: [feature-wip][multi-catalog] Support s3 storage for file scan node

2022-07-19 Thread GitBox
SaintBacchus commented on PR #10977: URL: https://github.com/apache/doris/pull/10977#issuecomment-1189728618 OK > 2022年7月19日 23:53,Mingyu Chen ***@***.***> 写道: > > > hi @SaintBacchus , we had just fix the p0 test, please rebase to pass it.

[GitHub] [doris] morningman commented on a diff in pull request #11000: [feature-wip](multi-catalog) Support runtime filter for file scan node

2022-07-19 Thread GitBox
morningman commented on code in PR #11000: URL: https://github.com/apache/doris/pull/11000#discussion_r925101204 ## fe/fe-core/src/main/java/org/apache/doris/planner/RuntimeFilterGenerator.java: ## @@ -321,7 +322,7 @@ private void finalizeRuntimeFilter(RuntimeFilter runtimeFilt

[GitHub] [doris] morningman commented on a diff in pull request #11000: [feature-wip](multi-catalog) Support runtime filter for file scan node

2022-07-19 Thread GitBox
morningman commented on code in PR #11000: URL: https://github.com/apache/doris/pull/11000#discussion_r925101385 ## be/src/vec/exec/file_scan_node.cpp: ## @@ -90,18 +115,102 @@ Status FileScanNode::open(RuntimeState* state) { RETURN_IF_ERROR(ExecNode::open(state)); RET

[GitHub] [doris] siriume opened a new issue, #11023: [Bug]

2022-07-19 Thread GitBox
siriume opened a new issue, #11023: URL: https://github.com/apache/doris/issues/11023 ### 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 master

[GitHub] [doris] xy720 closed pull request #11019: [Compile] fix compile fail on clang

2022-07-19 Thread GitBox
xy720 closed pull request #11019: [Compile] fix compile fail on clang URL: https://github.com/apache/doris/pull/11019 -- 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] stalary commented on issue #11023: [Bug]

2022-07-19 Thread GitBox
stalary commented on issue #11023: URL: https://github.com/apache/doris/issues/11023#issuecomment-1189749519 Please assign to me. @morningman -- 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] ReganHoo opened a new issue, #11024: [Bug]

2022-07-19 Thread GitBox
ReganHoo opened a new issue, #11024: URL: https://github.com/apache/doris/issues/11024 ### 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 1.1.0-rc05

[GitHub] [doris] github-actions[bot] commented on pull request #10661: [refactor][vectorized] refactor first/last value agg functions

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #10661: URL: https://github.com/apache/doris/pull/10661#issuecomment-1189755740 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 #10661: [refactor][vectorized] refactor first/last value agg functions

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #10661: URL: https://github.com/apache/doris/pull/10661#issuecomment-1189755767 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] Lchangliang opened a new pull request, #11025: [Fix] Remove col_unique_id

2022-07-19 Thread GitBox
Lchangliang opened a new pull request, #11025: URL: https://github.com/apache/doris/pull/11025 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (

[GitHub] [doris] morrySnow commented on pull request #10920: [Ehancement](planner) Rewrite implicit cast to the predicates

2022-07-19 Thread GitBox
morrySnow commented on PR #10920: URL: https://github.com/apache/doris/pull/10920#issuecomment-1189761491 @EmmyMiao87 PTAL -- 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. T

[GitHub] [doris] morningman commented on issue #11024: [Bug] cannot access the hive external table stored with s3 as the backend

2022-07-19 Thread GitBox
morningman commented on issue #11024: URL: https://github.com/apache/doris/issues/11024#issuecomment-1189765078 Could you provide your `create table` stmt? -- 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

[GitHub] [doris] liaoxin01 commented on a diff in pull request #11009: [tools] add clickbench tools

2022-07-19 Thread GitBox
liaoxin01 commented on code in PR #11009: URL: https://github.com/apache/doris/pull/11009#discussion_r925139344 ## tools/clickbench-tools/load-clickbench-data.sh: ## @@ -0,0 +1,142 @@ +#!/usr/bin/env bash +# Licensed to the Apache Software Foundation (ASF) under one +# or more c

[GitHub] [doris] platoneko opened a new pull request, #11026: [fix] Fix potential null client bug in S3FileSystem

2022-07-19 Thread GitBox
platoneko opened a new pull request, #11026: URL: https://github.com/apache/doris/pull/11026 # Proposed changes Issue Number: close #xxx ## Problem Summary: 1. Fix potential null client bug in S3FileSystem. 2. Use S3Conf instead of map to create S3FileSystem. 3. Rem

[GitHub] [doris] Kikyou1997 commented on pull request #10920: [Ehancement](planner) Rewrite implicit cast to the predicates

2022-07-19 Thread GitBox
Kikyou1997 commented on PR #10920: URL: https://github.com/apache/doris/pull/10920#issuecomment-1189794286 @EmmyMiao87 -- 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-spark-connector] myfjdthink opened a new pull request, #44: feat: export doris write error to spark master, no need to check executor log

2022-07-19 Thread GitBox
myfjdthink opened a new pull request, #44: URL: https://github.com/apache/doris-spark-connector/pull/44 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original be

[GitHub] [doris] englefly opened a new pull request, #11027: [refactor] rename GroupExpression.getParent() to getOwnerGroup()

2022-07-19 Thread GitBox
englefly opened a new pull request, #11027: URL: https://github.com/apache/doris/pull/11027 # Proposed changes GroupExpression.getParent() returns the group which contains this expr. This name is missleading especially in tree structures. So we change the name to getOwnerGroup.

[GitHub] [doris] morrySnow commented on pull request #11027: [refactor] rename GroupExpression.getParent() to getOwnerGroup()

2022-07-19 Thread GitBox
morrySnow commented on PR #11027: URL: https://github.com/apache/doris/pull/11027#issuecomment-1189798897 please use `[xxx](Nereids)` as title prefix -- 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-spark-connector] JNSimba commented on a diff in pull request #44: feat: export doris write error to spark master, no need to check executor log

2022-07-19 Thread GitBox
JNSimba commented on code in PR #44: URL: https://github.com/apache/doris-spark-connector/pull/44#discussion_r925151953 ## spark-doris-connector/src/main/scala/org/apache/doris/spark/sql/DorisSourceProvider.scala: ## @@ -115,7 +120,7 @@ private[sql] class DorisSourceProvider ex

[GitHub] [doris] 924060929 commented on a diff in pull request #11027: [refactor] rename GroupExpression.getParent() to getOwnerGroup()

2022-07-19 Thread GitBox
924060929 commented on code in PR #11027: URL: https://github.com/apache/doris/pull/11027#discussion_r925151810 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -180,8 +180,8 @@ private void mergeGroup(Group source, Group destination) {

[GitHub] [doris] 924060929 commented on pull request #11027: [refactor] rename GroupExpression.getParent() to getOwnerGroup()

2022-07-19 Thread GitBox
924060929 commented on PR #11027: URL: https://github.com/apache/doris/pull/11027#issuecomment-1189802540 wait for checks -- 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] dataroaring merged pull request #10971: [Bug](compaction) fix uniq key compaction bug

2022-07-19 Thread GitBox
dataroaring merged PR #10971: URL: https://github.com/apache/doris/pull/10971 -- 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 (989e6d1cf9 -> dc2b709f6f)

2022-07-19 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 989e6d1cf9 [chore]fix clang compile error (#11021) add dc2b709f6f [Bug](compaction) fix uniq key compaction b

[GitHub] [doris] zhannngchen opened a new pull request, #11028: [feature-wip](unique-key-merge-on-write) Add some comments for the feature options

2022-07-19 Thread GitBox
zhannngchen opened a new pull request, #11028: URL: https://github.com/apache/doris/pull/11028 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (

[GitHub] [doris-spark-connector] myfjdthink commented on a diff in pull request #44: feat: export doris write error to spark master, no need to check executor log

2022-07-19 Thread GitBox
myfjdthink commented on code in PR #44: URL: https://github.com/apache/doris-spark-connector/pull/44#discussion_r925158144 ## spark-doris-connector/src/main/scala/org/apache/doris/spark/sql/DorisSourceProvider.scala: ## @@ -115,7 +120,7 @@ private[sql] class DorisSourceProvider

  1   2   >