[doris] branch master updated: [Enhancement](hdfs) Support loading hdfs config for be from hdfs-site.xml (#11634)

2022-08-09 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 71d9b383d4 [Enhancement](hdfs) Support loading

[GitHub] [doris] yiguolei merged pull request #11634: [Enhancement](hdfs) Support loading hdfs config for be from hdfs-site.xml

2022-08-09 Thread GitBox
yiguolei merged PR #11634: URL: https://github.com/apache/doris/pull/11634 -- 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 dev-1.1.2 updated: [dev-1.1.2][fix](parquet-reader) fix concurrency bug (#11605)

2022-08-09 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 236f394c3d [dev-1.1.2][fix](parquet-reade

[GitHub] [doris] yiguolei merged pull request #11605: [dev-1.1.2][fix](parquet-reader) fix concurrency bug

2022-08-09 Thread GitBox
yiguolei merged PR #11605: URL: https://github.com/apache/doris/pull/11605 -- 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] compasses opened a new issue, #11640: [Feature] New BulkLoad, which support build segment file isolate from Doris cluster

2022-08-09 Thread GitBox
compasses opened a new issue, #11640: URL: https://github.com/apache/doris/issues/11640 ### 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 Currentl

[GitHub] [doris] xy720 opened a new issue, #11639: [Bug] fix cast(array as array) causes be core dump

2022-08-09 Thread GitBox
xy720 opened a new issue, #11639: URL: https://github.com/apache/doris/issues/11639 ### 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] Jibing-Li commented on a diff in pull request #11582: [feature-wip](new-scan) add scanner scheduling framework

2022-08-09 Thread GitBox
Jibing-Li commented on code in PR #11582: URL: https://github.com/apache/doris/pull/11582#discussion_r942060667 ## be/src/vec/exec/scan/scanner_context.cpp: ## @@ -0,0 +1,123 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreem

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11589: [Feature](nereids)support view and nested view

2022-08-09 Thread GitBox
wangshuo128 commented on code in PR #11589: URL: https://github.com/apache/doris/pull/11589#discussion_r942058227 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/EliminateAliasNode.java: ## @@ -0,0 +1,66 @@ +// Licensed to the Apache Software Foundation (ASF)

[GitHub] [doris] englefly commented on a diff in pull request #11566: [fix](optimization) InferFiltersRule bug: a self inner join on a view, which contains where clause, will cause mis-inference.

2022-08-09 Thread GitBox
englefly commented on code in PR #11566: URL: https://github.com/apache/doris/pull/11566#discussion_r942057903 ## fe/fe-core/src/main/java/org/apache/doris/rewrite/InferFiltersRule.java: ## @@ -614,7 +614,10 @@ private void buildNewInPredicate(Expr inExpr, for (

[GitHub] [doris-flink-connector] JNSimba commented on issue #53: [Bug] Stream load fails when there's no data

2022-08-09 Thread GitBox
JNSimba commented on issue #53: URL: https://github.com/apache/doris-flink-connector/issues/53#issuecomment-1210206964 hello, link3280: 1. `all partitions have no load data` is usually an error raised when the data format or partition does not exist. 2. I simulated the scene without d

[GitHub] [doris] github-actions[bot] commented on pull request #11635: [doc](fix)add show query profile doc

2022-08-09 Thread GitBox
github-actions[bot] commented on PR #11635: URL: https://github.com/apache/doris/pull/11635#issuecomment-1210182735 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 #11635: [doc](fix)add show query profile doc

2022-08-09 Thread GitBox
github-actions[bot] commented on PR #11635: URL: https://github.com/apache/doris/pull/11635#issuecomment-1210182709 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] yangzhg commented on a diff in pull request #11629: [fix] (remote) Fix bug for Cache Reader

2022-08-09 Thread GitBox
yangzhg commented on code in PR #11629: URL: https://github.com/apache/doris/pull/11629#discussion_r942031469 ## be/src/io/cache/whole_file_cache.cpp: ## @@ -37,6 +37,16 @@ WholeFileCache::~WholeFileCache() {} Status WholeFileCache::read_at(size_t offset, Slice result, size_t

[GitHub] [doris] nextdreamblue opened a new pull request, #11638: [Enhancement] sort result by tablename when show tables like 'show data'

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

[GitHub] [doris] AshinGau opened a new pull request, #11637: [feature-wip](parquet-reader)read and decode parquet physical type

2022-08-09 Thread GitBox
AshinGau opened a new pull request, #11637: URL: https://github.com/apache/doris/pull/11637 # Proposed changes Read and decode parquet physical type. 1. The encoding type of boolean is bit-packing, this PR introduces the implementation of bit-packing from Impala 2. Create a parq

[GitHub] [doris] nextdreamblue opened a new issue, #11636: [Enhancement] sort result by tablename when show tables like 'show data'

2022-08-09 Thread GitBox
nextdreamblue opened a new issue, #11636: URL: https://github.com/apache/doris/issues/11636 ### 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 when

[GitHub] [doris] caiconghui opened a new pull request, #11634: [Enhancement](hdfs) Support loading hdfs config for be from hdfs-site.xml

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

[doris-website] branch master updated: add_doc (#34)

2022-08-09 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new ce726330302 add_doc (#34) ce7263303

[GitHub] [doris-website] hf200012 merged pull request #34: [doc](add)add show query profile doc

2022-08-09 Thread GitBox
hf200012 merged PR #34: URL: https://github.com/apache/doris-website/pull/34 -- 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 #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
github-actions[bot] commented on PR #11631: URL: https://github.com/apache/doris/pull/11631#issuecomment-1210100922 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] compasses commented on a diff in pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
compasses commented on code in PR #11631: URL: https://github.com/apache/doris/pull/11631#discussion_r941967983 ## be/src/olap/like_column_predicate.h: ## @@ -45,33 +47,115 @@ class LikeColumnPredicate : public ColumnPredicate { return Status::OK(); } +uint16

[GitHub] [doris] compasses commented on a diff in pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
compasses commented on code in PR #11631: URL: https://github.com/apache/doris/pull/11631#discussion_r941967819 ## be/src/olap/like_column_predicate.cpp: ## @@ -23,74 +23,131 @@ namespace doris { -LikeColumnPredicate::LikeColumnPredicate(bool opposite, uint32_t column_id, -

[GitHub] [doris] morrySnow commented on a diff in pull request #11630: [feature](nereids): SimplifyCastRule

2022-08-09 Thread GitBox
morrySnow commented on code in PR #11630: URL: https://github.com/apache/doris/pull/11630#discussion_r941967031 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/SimplifyCastRule.java: ## @@ -0,0 +1,97 @@ +// Licensed to the Apache Software Foun

[GitHub] [doris] morrySnow commented on a diff in pull request #11604: [feature](Nereids): polish enforcer

2022-08-09 Thread GitBox
morrySnow commented on code in PR #11604: URL: https://github.com/apache/doris/pull/11604#discussion_r941964427 ## fe/fe-core/src/main/java/org/apache/doris/nereids/properties/PhysicalProperties.java: ## @@ -17,35 +17,47 @@ package org.apache.doris.nereids.properties; +impo

[GitHub] [doris-website] hf200012 closed pull request #31: [doc](bloomfilter)fix-doc

2022-08-09 Thread GitBox
hf200012 closed pull request #31: [doc](bloomfilter)fix-doc URL: https://github.com/apache/doris-website/pull/31 -- 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] carlvinhust2012 commented on a diff in pull request #11535: [improvement](olapscan) Simplify data block queue of VOlapScanNode

2022-08-09 Thread GitBox
carlvinhust2012 commented on code in PR #11535: URL: https://github.com/apache/doris/pull/11535#discussion_r941952794 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -204,22 +201,6 @@ Status VOlapScanNode::prepare(RuntimeState* state) { return Status::InternalError("Faile

[doris] branch master updated: [doc][fix] fix the duplicate partition name in example of CREATE TABLE (#11188)

2022-08-09 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 a478e1d669 [doc][fix] fix the duplicate partitio

[GitHub] [doris] yangzhg merged pull request #11188: [doc][fix] Fix the duplicate partition name in example of CREATE TABLE

2022-08-09 Thread GitBox
yangzhg merged PR #11188: URL: https://github.com/apache/doris/pull/11188 -- 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] qinchaofeng commented on issue #11591: [Bug] I want to create a new table from the query results of a table

2022-08-09 Thread GitBox
qinchaofeng commented on issue #11591: URL: https://github.com/apache/doris/issues/11591#issuecomment-1210072218 @longzmkm just like [stalary](https://github.com/stalary) said : ``` create table information_schema.first_model as select * from ( with source_data as (

[GitHub] [doris] mrhhsg commented on a diff in pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
mrhhsg commented on code in PR #11631: URL: https://github.com/apache/doris/pull/11631#discussion_r941933100 ## be/src/olap/like_column_predicate.h: ## @@ -45,33 +47,115 @@ class LikeColumnPredicate : public ColumnPredicate { return Status::OK(); } +uint16_t

[GitHub] [doris] mrhhsg commented on pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
mrhhsg commented on PR #11631: URL: https://github.com/apache/doris/pull/11631#issuecomment-1210053456 > Can you help add some regression test case for the like query? Need open the configuration `enable_function_pushdown`, which default value is `false`. @compasses I think using

[GitHub] [doris] zhannngchen commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
zhannngchen commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941931065 ## be/src/olap/merger.cpp: ## @@ -41,6 +41,10 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, reader_params.reader_type = reade

[GitHub] [doris] zhannngchen commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
zhannngchen commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941930649 ## be/src/olap/reader.cpp: ## @@ -613,15 +613,14 @@ Status TabletReader::_init_delete_condition(const ReaderParams& read_params) { } auto delete_init =

[GitHub] [doris] mrhhsg commented on a diff in pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
mrhhsg commented on code in PR #11631: URL: https://github.com/apache/doris/pull/11631#discussion_r941930620 ## be/src/olap/like_column_predicate.cpp: ## @@ -23,74 +23,131 @@ namespace doris { -LikeColumnPredicate::LikeColumnPredicate(bool opposite, uint32_t column_id, -

[GitHub] [doris] zhannngchen commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
zhannngchen commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941929060 ## be/src/olap/merger.cpp: ## @@ -41,6 +41,10 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, reader_params.reader_type = reade

[GitHub] [doris] zhannngchen commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
zhannngchen commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941929060 ## be/src/olap/merger.cpp: ## @@ -41,6 +41,10 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, reader_params.reader_type = reade

[doris] branch dev-1.1.2 updated: [minor](log) add a warn log to observer invalid query profile (#11588)

2022-08-09 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new a1483d0575 [minor](log) add a warn log to

[GitHub] [doris] zhannngchen commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
zhannngchen commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941926863 ## be/src/olap/merger.cpp: ## @@ -41,6 +41,10 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, reader_params.reader_type = reade

[GitHub] [doris] compasses commented on pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
compasses commented on PR #11631: URL: https://github.com/apache/doris/pull/11631#issuecomment-1210047061 Can you help add some regression test case for the like query? Need open the configuration ```enable_function_pushdown```, which default value is ```false```. -- This is an autom

[GitHub] [doris] compasses commented on a diff in pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
compasses commented on code in PR #11631: URL: https://github.com/apache/doris/pull/11631#discussion_r941925698 ## be/src/olap/like_column_predicate.h: ## @@ -45,33 +47,115 @@ class LikeColumnPredicate : public ColumnPredicate { return Status::OK(); } +uint16

[GitHub] [doris] stalary opened a new issue, #11633: [Feature](multi-catalog) Support refresh catalog metadata

2022-08-09 Thread GitBox
stalary opened a new issue, #11633: URL: https://github.com/apache/doris/issues/11633 ### 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 Support re

[GitHub] [doris] yiguolei commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
yiguolei commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941912108 ## be/src/olap/reader.cpp: ## @@ -613,15 +613,14 @@ Status TabletReader::_init_delete_condition(const ReaderParams& read_params) { } auto delete_init = [&]

[GitHub] [doris] yiguolei commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
yiguolei commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941909738 ## be/src/olap/merger.cpp: ## @@ -41,6 +41,10 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, reader_params.reader_type = reader_t

[GitHub] [doris] yiguolei commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
yiguolei commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941909423 ## be/src/olap/merger.cpp: ## @@ -41,6 +41,10 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, reader_params.reader_type = reader_t

[doris] branch master updated: [fix](ui)source map files not included in production builds (#11612)

2022-08-09 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 b3d476eebb [fix](ui)source map files not includ

[GitHub] [doris] yiguolei merged pull request #11612: [fix](ui)source map files not included in production builds

2022-08-09 Thread GitBox
yiguolei merged PR #11612: URL: https://github.com/apache/doris/pull/11612 -- 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 #11616: [Bug](show data skew)fix show data skew logic

2022-08-09 Thread GitBox
yiguolei merged PR #11616: URL: https://github.com/apache/doris/pull/11616 -- 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: [Bug](show data skew)fix show data skew logic (#11616)

2022-08-09 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 ae90d45594 [Bug](show data skew)fix show data s

[GitHub] [doris] yiguolei closed issue #11614: [Bug] data skew should be 0.00% when partition is empty

2022-08-09 Thread GitBox
yiguolei closed issue #11614: [Bug] data skew should be 0.00% when partition is empty URL: https://github.com/apache/doris/issues/11614 -- 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 c

[doris] branch master updated: [feature-wip](unique-key-merge-on-write) fix rowid conversion ut that may create a directory under an incorrect path (#11628)

2022-08-09 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 aaaf6915e4 [feature-wip](unique-key-merge-on-wr

[GitHub] [doris] yiguolei merged pull request #11628: [feature-wip](unique-key-merge-on-write) fix rowid conversion ut that may create a directory under an incorrect path

2022-08-09 Thread GitBox
yiguolei merged PR #11628: URL: https://github.com/apache/doris/pull/11628 -- 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] github-actions[bot] closed pull request #7951: add performance test framework for ci/cd

2022-08-09 Thread GitBox
github-actions[bot] closed pull request #7951: add performance test framework for ci/cd URL: https://github.com/apache/doris/pull/7951 -- 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 co

[doris] branch master updated: [fix](regexpr)regexpr functions' contexts should be THREAD_LOCAL (#11595)

2022-08-09 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 601f28dd90 [fix](regexpr)regexpr functions' con

[GitHub] [doris] yiguolei merged pull request #11595: [fix](regexpr)regexpr functions' contexts should be THREAD_LOCAL

2022-08-09 Thread GitBox
yiguolei merged PR #11595: URL: https://github.com/apache/doris/pull/11595 -- 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] mrhhsg opened a new pull request, #11632: [chore](regression-test) Add drop table in aggregate_count1

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

[GitHub] [doris] mrhhsg opened a new pull request, #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
mrhhsg opened a new pull request, #11631: URL: https://github.com/apache/doris/pull/11631 # Proposed changes Issue Number: close #xxx ## Problem summary The `LikeColumnPredicater` in #10355 was incomplete. Describe your changes. ## Checklist(Required)

[GitHub] [doris] morningman commented on pull request #11615: [chore](build) add apache snapshot maven repo to repositories

2022-08-09 Thread GitBox
morningman commented on PR #11615: URL: https://github.com/apache/doris/pull/11615#issuecomment-1209472068 HI @siriume I think this is done by #11549 -- 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-thirdparty] annotated tag libhdfs3-v2.3.3 updated (e8a64b8 -> 2985e11)

2022-08-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag libhdfs3-v2.3.3 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git *** WARNING: tag libhdfs3-v2.3.3 was modified! *** from e8a64b8 (commit) to 2985e11

[GitHub] [doris] jackwener opened a new pull request, #11630: [feature](nereids): SimplifyCastRule

2022-08-09 Thread GitBox
jackwener opened a new pull request, #11630: URL: https://github.com/apache/doris/pull/11630 # Proposed changes Issue Number: close #xxx ## Problem summary - Remove redundant cast like - cast(1 as int) -> 1. - Merge cast like - cast(cast(1 as bigint) as strin

[GitHub] [doris-thirdparty] caiconghui merged pull request #10: [doc] add changelog

2022-08-09 Thread GitBox
caiconghui merged PR #10: URL: https://github.com/apache/doris-thirdparty/pull/10 -- 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...@do

[doris-thirdparty] branch bdbje updated: [doc] add changelog (#10)

2022-08-09 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch bdbje in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/bdbje by this push: new 5cd4d31 [doc] add changelog (#10) 5

[GitHub] [doris-thirdparty] caiconghui merged pull request #9: [github] add branch protection

2022-08-09 Thread GitBox
caiconghui merged PR #9: URL: https://github.com/apache/doris-thirdparty/pull/9 -- 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...@dori

[doris-thirdparty] branch main updated: [github] add branch protection (#9)

2022-08-09 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/main by this push: new 20fe30b [github] add branch protectio

[doris-thirdparty] branch libhdfs3 updated: [release] update version to 2.3.3 and add CHANGELOG (#8)

2022-08-09 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch libhdfs3 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/libhdfs3 by this push: new e8a64b8 [release] update vers

[GitHub] [doris-thirdparty] caiconghui merged pull request #8: [release] update version to 2.3.3 and add CHANGELOG

2022-08-09 Thread GitBox
caiconghui merged PR #8: URL: https://github.com/apache/doris-thirdparty/pull/8 -- 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...@dori

[GitHub] [doris-thirdparty] morningman opened a new pull request, #9: [github] add branch protection

2022-08-09 Thread GitBox
morningman opened a new pull request, #9: URL: https://github.com/apache/doris-thirdparty/pull/9 protect following branches: 1. main 2. bdbje 3. libhdfs3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[doris-thirdparty] branch revert-5-libhdfs3 created (now c44bda4)

2022-08-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch revert-5-libhdfs3 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git at c44bda4 Revert "[Enhancement] Make libhdfs3 be compatible with old linux kernel" This bran

[doris-thirdparty] 01/01: Revert "[Enhancement] Make libhdfs3 be compatible with old linux kernel"

2022-08-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch revert-5-libhdfs3 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git commit c44bda4c577df4817dea3a2d7ad8d723c7fc894a Author: Mingyu Chen AuthorDate: Tue Aug 9 21:55:09 202

[GitHub] [doris] pengxiangyu opened a new pull request, #11629: [fix] (remote) Fix bug for Cache Reader

2022-08-09 Thread GitBox
pengxiangyu opened a new pull request, #11629: URL: https://github.com/apache/doris/pull/11629 # Proposed changes Issue Number: close #11627 ## Problem summary Fix bug for Cache Reader ## Checklist(Required) 1. Does it affect the original behavior: -

[GitHub] [doris] liaoxin01 opened a new pull request, #11628: [feature-wip](unique-key-merge-on-write) fix rowid conversion ut that may create a directory under an incorrect path

2022-08-09 Thread GitBox
liaoxin01 opened a new pull request, #11628: URL: https://github.com/apache/doris/pull/11628 # Proposed changes Issue Number: close #xxx ## Problem summary The path missing backslash,so create a directory under an incorrect path. ## Checklist(Required) 1

[GitHub] [doris] xy720 merged pull request #11529: [fix](array-type) collect_list without GROUP BY for NOT NULL column

2022-08-09 Thread GitBox
xy720 merged PR #11529: URL: https://github.com/apache/doris/pull/11529 -- 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.apache

[doris] branch master updated: [fix]collect_list/collect_set without GROUP BY for NOT NULL column (#11529)

2022-08-09 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang 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 01e4522612 [fix]collect_list/collect_set without

[doris] branch master updated: [feature-wip](array-type) support the array type in reverse function (#11213)

2022-08-09 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang 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 df47b6941d [feature-wip](array-type) support the

[GitHub] [doris] xy720 merged pull request #11213: [feature-wip](array-type) support the array type in reverse function

2022-08-09 Thread GitBox
xy720 merged PR #11213: URL: https://github.com/apache/doris/pull/11213 -- 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.apache

[GitHub] [doris] xy720 closed issue #11528: [Bug] collect_list without groupby make be crashed

2022-08-09 Thread GitBox
xy720 closed issue #11528: [Bug] collect_list without groupby make be crashed URL: https://github.com/apache/doris/issues/11528 -- 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] hello-stephen commented on pull request #11624: [regression-test](p0) add p0 test cases

2022-08-09 Thread GitBox
hello-stephen commented on PR #11624: URL: https://github.com/apache/doris/pull/11624#issuecomment-1209333813 great job~ -- 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] morrySnow commented on a diff in pull request #9983: [feature-wip](statistics) FE queries BE by SQL

2022-08-09 Thread GitBox
morrySnow commented on code in PR #9983: URL: https://github.com/apache/doris/pull/9983#discussion_r941285015 ## fe/fe-core/src/main/java/org/apache/doris/statistics/util/Packet.java: ## @@ -0,0 +1,42 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [doris] pengxiangyu opened a new issue, #11627: [Bug] Fix bug for SubFileCache

2022-08-09 Thread GitBox
pengxiangyu opened a new issue, #11627: URL: https://github.com/apache/doris/issues/11627 ### 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

[GitHub] [doris] morrySnow commented on a diff in pull request #11604: [feature](Nereids): polish enforcer

2022-08-09 Thread GitBox
morrySnow commented on code in PR #11604: URL: https://github.com/apache/doris/pull/11604#discussion_r941116524 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/cascades/CostAndEnforcerJob.java: ## @@ -66,18 +67,18 @@ public CostAndEnforcerJob(GroupExpression groupExpre

[doris-thirdparty] branch libhdfs3 updated: [enhancement](libhdfs3) Support crc32 checksum (#7)

2022-08-09 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch libhdfs3 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/libhdfs3 by this push: new dad0008 [enhancement](libhdfs

[GitHub] [doris-thirdparty] caiconghui merged pull request #7: support crc32 checksum

2022-08-09 Thread GitBox
caiconghui merged PR #7: URL: https://github.com/apache/doris-thirdparty/pull/7 -- 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...@dori

[GitHub] [doris-thirdparty] GoGoWen opened a new pull request, #7: support crc32 checksum

2022-08-09 Thread GitBox
GoGoWen opened a new pull request, #7: URL: https://github.com/apache/doris-thirdparty/pull/7 support crc32 checksum for hdfs -- 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] catpineapple opened a new pull request, #11626: [fix](dbt-doris) avoid the restriction of having to add label_id when…

2022-08-09 Thread GitBox
catpineapple opened a new pull request, #11626: URL: https://github.com/apache/doris/pull/11626 Avoid the restriction of having to add label_id when sql is insert into + CTE When building a dbt project, the "with ... as(select)" sql expression model is often used. However, due to the

[GitHub] [doris] github-actions[bot] commented on pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
github-actions[bot] commented on PR #11598: URL: https://github.com/apache/doris/pull/11598#issuecomment-1209258370 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 #11595: [fix](regexpr)regexpr functions' contexts should be THREAD_LOCAL

2022-08-09 Thread GitBox
github-actions[bot] commented on PR #11595: URL: https://github.com/apache/doris/pull/11595#issuecomment-1209251189 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] yiguolei commented on pull request #11624: [regression-test] add p0 test cases from Baidu

2022-08-09 Thread GitBox
yiguolei commented on PR #11624: URL: https://github.com/apache/doris/pull/11624#issuecomment-1209192090 wow, its great -- 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

[doris] branch master updated (7b67661262 -> 169996d8e4)

2022-08-09 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 7b67661262 add plan checker (#11619) add 169996d8e4 [feature](information_schema) add `rowsets` table into info

[GitHub] [doris] yiguolei merged pull request #11266: [feature](information_schema) add `rowsets` table into information_s…

2022-08-09 Thread GitBox
yiguolei merged PR #11266: URL: https://github.com/apache/doris/pull/11266 -- 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] zhangy5 commented on a diff in pull request #11624: [regression-test] add p0 test cases from Baidu

2022-08-09 Thread GitBox
zhangy5 commented on code in PR #11624: URL: https://github.com/apache/doris/pull/11624#discussion_r941143348 ## regression-test/plugins/plugin_example.groovy: ## @@ -32,3 +32,23 @@ Suite.metaClass.testPlugin = { String info /* param */ -> } logger.info("Added 'testPlugin' f

[GitHub] [doris-flink-connector] link3280 opened a new pull request, #54: [fix] Fix job failure caused by stream load no data exception

2022-08-09 Thread GitBox
link3280 opened a new pull request, #54: URL: https://github.com/apache/doris-flink-connector/pull/54 # Proposed changes Issue Number: close #53 ## Problem Summary: Avoid ending recordStream in DorisStreamLoad when there's no data to flush. ## Checklist(Required)

[GitHub] [doris] yixiutt opened a new pull request, #11625: [Enhancement](load) add hidden_columns in stream load param

2022-08-09 Thread GitBox
yixiutt opened a new pull request, #11625: URL: https://github.com/apache/doris/pull/11625 Stream load will ignore invisible columns if no http header columns specified, but in some case user cannot get all columns if columns changed frequently。 Add a hidden_columns header to support

[GitHub] [doris-flink-connector] link3280 opened a new issue, #53: [Bug] Stream load fails when there's no data

2022-08-09 Thread GitBox
link3280 opened a new issue, #53: URL: https://github.com/apache/doris-flink-connector/issues/53 ### 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

[GitHub] [doris] hello-stephen commented on pull request #11325: [Improvement] start|stop script files improvements

2022-08-09 Thread GitBox
hello-stephen commented on PR #11325: URL: https://github.com/apache/doris/pull/11325#issuecomment-1209159194 start_fe may need to rebase on master since it has added the '--version' option. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [doris] github-actions[bot] commented on pull request #11325: [Improvement] start|stop script files improvements

2022-08-09 Thread GitBox
github-actions[bot] commented on PR #11325: URL: https://github.com/apache/doris/pull/11325#issuecomment-1209154333 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

[doris] branch master updated (583b44dfa8 -> 7b67661262)

2022-08-09 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 583b44dfa8 [enhancement](broker) Improve the availability of broker load (#10699) add 7b67661262 add plan che

[GitHub] [doris] 924060929 merged pull request #11619: [Feature](Nereids)Add plan checker

2022-08-09 Thread GitBox
924060929 merged PR #11619: URL: https://github.com/apache/doris/pull/11619 -- 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] LizZhang315 opened a new pull request, #11624: [regressiont-test] add p0 test cases from Baidu

2022-08-09 Thread GitBox
LizZhang315 opened a new pull request, #11624: URL: https://github.com/apache/doris/pull/11624 # Proposed changes Add p0 test cases from Baidu, including: aggregate join union order by group by keyword arithmetic operators logical operators case function c

[GitHub] [doris] github-actions[bot] commented on pull request #11623: [Feature](unique-key-merge-on-write) some fix on delete bitmap usage

2022-08-09 Thread GitBox
github-actions[bot] commented on PR #11623: URL: https://github.com/apache/doris/pull/11623#issuecomment-1209119665 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

[doris] branch master updated: [enhancement](broker) Improve the availability of broker load (#10699)

2022-08-09 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 583b44dfa8 [enhancement](broker) Improve the

[GitHub] [doris] morningman merged pull request #10699: [enhancement] Improve the availability of broker load

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

  1   2   >