[GitHub] [doris] Kikyou1997 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-25 Thread GitBox
Kikyou1997 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929592289 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ## @@ -0,0 +1,249 @@ +// Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-25 Thread GitBox
Kikyou1997 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929590951 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/HashJoinEstimation.java: ## @@ -0,0 +1,155 @@ +// Licensed to the Apache Software Foundation (ASF) under on

[GitHub] [doris] zhengshiJ commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-25 Thread GitBox
zhengshiJ commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929586034 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ## @@ -0,0 +1,249 @@ +// Licensed to the Apache Software Foundation (ASF) under one +/

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-25 Thread GitBox
Kikyou1997 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929585624 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/Utils.java: ## @@ -39,8 +39,49 @@ public static String quoteIfNeeded(String part) { } /** -

[GitHub] [doris] hello-stephen commented on pull request #11160: [regression] optimization the result check for test_json_load

2022-07-25 Thread GitBox
hello-stephen commented on PR #11160: URL: https://github.com/apache/doris/pull/11160#issuecomment-1195073535 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 unsubs

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-25 Thread GitBox
Kikyou1997 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929582472 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStats.java: ## @@ -76,6 +76,22 @@ public class ColumnStats { private LiteralExpr minValue; pri

[GitHub] [doris] morningman opened a new issue, #11202: [Bug] More than 2 image files kept in meta dir

2022-07-25 Thread GitBox
morningman opened a new issue, #11202: URL: https://github.com/apache/doris/issues/11202 ### 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, 1.1.

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-25 Thread GitBox
wangshuo128 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929579824 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ## @@ -0,0 +1,249 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [doris] morningman opened a new pull request, #11201: [fix](image) fix bug that latestValidatedImageSeq may not be the second largest image id

2022-07-25 Thread GitBox
morningman opened a new pull request, #11201: URL: https://github.com/apache/doris/pull/11201 # Proposed changes Issue Number: close #xxx ## Problem Summary: When traversing the image files in the meta directory, it cannot be guaranteed to be traversed in the order of

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-25 Thread GitBox
wangshuo128 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929566505 ## fe/fe-core/src/test/java/org/apache/doris/nereids/stats/StatsCalculatorTest.java: ## @@ -0,0 +1,191 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-25 Thread GitBox
wangshuo128 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929544516 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatsDeriveResult.java: ## @@ -37,12 +39,27 @@ public class StatsDeriveResult { // The actual key is slo

[GitHub] [doris] xy720 opened a new pull request, #11200: [Bug] Fix Be core while passing constant array type arguments to some array functions

2022-07-25 Thread GitBox
xy720 opened a new pull request, #11200: URL: https://github.com/apache/doris/pull/11200 # Proposed changes Issue Number: close #11199 ## Problem Summary: 1. Fix this problem. 2. Add some cases in regression test. ## Checklist(Required) 1. Does it affect

[GitHub] [doris] xy720 opened a new issue, #11199: [Bug] Be core while passing constant array type arguments to some array functions

2022-07-25 Thread GitBox
xy720 opened a new issue, #11199: URL: https://github.com/apache/doris/issues/11199 ### 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] wangshuo128 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-25 Thread GitBox
wangshuo128 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929559347 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/FilterSelectivityCalculator.java: ## @@ -0,0 +1,101 @@ +// Licensed to the Apache Software Foundation (ASF

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-25 Thread GitBox
wangshuo128 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929554699 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatsDeriveResult.java: ## @@ -37,12 +39,27 @@ public class StatsDeriveResult { // The actual key is slo

[GitHub] [doris] ByteYue commented on a diff in pull request #11169: [feature](FE): add new property to control whether use light schema change or not

2022-07-25 Thread GitBox
ByteYue commented on code in PR #11169: URL: https://github.com/apache/doris/pull/11169#discussion_r929555676 ## fe/fe-core/src/main/java/org/apache/doris/common/util/PropertyAnalyzer.java: ## @@ -451,8 +453,27 @@ public static long analyzeTimeout(Map properties, long defaultTi

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-25 Thread GitBox
wangshuo128 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929517042 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/Utils.java: ## @@ -39,8 +39,49 @@ public static String quoteIfNeeded(String part) { } /** -

[GitHub] [doris] HappenLee commented on a diff in pull request #11017: [enhancement][Storage] refactor create predicate

2022-07-25 Thread GitBox
HappenLee commented on code in PR #11017: URL: https://github.com/apache/doris/pull/11017#discussion_r929538513 ## be/src/olap/predicate_creator.h: ## @@ -0,0 +1,263 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. Se

[GitHub] [doris] github-actions[bot] commented on pull request #11160: [regression] optimization the result check for test_json_load

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11160: URL: https://github.com/apache/doris/pull/11160#issuecomment-1195010342 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 #11160: [regression] optimization the result check for test_json_load

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11160: URL: https://github.com/apache/doris/pull/11160#issuecomment-1195010322 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] HappenLee commented on a diff in pull request #10694: optimize topn query if order by columns is prefix of sort keys of table

2022-07-25 Thread GitBox
HappenLee commented on code in PR #10694: URL: https://github.com/apache/doris/pull/10694#discussion_r929522152 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -104,6 +107,43 @@ class SegmentIterator::BitmapRangeIterator { bool _eof = false; }; +// A backwar

[GitHub] [doris] HappenLee commented on a diff in pull request #10694: optimize topn query if order by columns is prefix of sort keys of table

2022-07-25 Thread GitBox
HappenLee commented on code in PR #10694: URL: https://github.com/apache/doris/pull/10694#discussion_r929506877 ## be/src/vec/olap/vcollect_iterator.cpp: ## @@ -145,7 +150,7 @@ bool VCollectIterator::LevelIteratorComparator::operator()(LevelIterator* lhs, L bool lower = (c

[GitHub] [doris] github-actions[bot] commented on pull request #11153: [enhance](*): improve code about optional

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11153: URL: https://github.com/apache/doris/pull/11153#issuecomment-1194995438 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] xinyiZzz closed issue #6116: [Proposal] Support RuntimeFilter for Doris

2022-07-25 Thread GitBox
xinyiZzz closed issue #6116: [Proposal] Support RuntimeFilter for Doris URL: https://github.com/apache/doris/issues/6116 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[doris] branch master updated: [feature](nereids) Add subquery expression and In expression and TPCH… (#11129)

2022-07-25 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 58795771f2 [feature](nereids) Add subquery ex

[GitHub] [doris] 924060929 merged pull request #11129: [feature](nereids) Add subquery expression and In expression and TPCH…

2022-07-25 Thread GitBox
924060929 merged PR #11129: URL: https://github.com/apache/doris/pull/11129 -- 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] github-actions[bot] commented on pull request #11129: [feature](nereids) Add subquery expression and In expression and TPCH…

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11129: URL: https://github.com/apache/doris/pull/11129#issuecomment-1194986623 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

[doris] branch master updated: rename aggregate properties (#11117)

2022-07-25 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 8fc79e3ee4 rename aggregate properties (#

[GitHub] [doris] 924060929 merged pull request #11117: [Refactor](Nereids) Refactor aggregate plan

2022-07-25 Thread GitBox
924060929 merged PR #7: URL: https://github.com/apache/doris/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...@doris.ap

[GitHub] [doris] github-actions[bot] commented on pull request #11153: [enhance](*): improve code about optional

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11153: URL: https://github.com/apache/doris/pull/11153#issuecomment-1194982710 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 commented on pull request #11196: [FIX]string pad function should be always nullable for both string an…

2022-07-25 Thread GitBox
yiguolei commented on PR #11196: URL: https://github.com/apache/doris/pull/11196#issuecomment-1194964784 asan detect this bug. I will do fast merge for it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[doris] branch master updated: [bug](FE): Fix show alter column return incorrect job progress (#11184)

2022-07-25 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 e54b57107a [bug](FE): Fix show alter column ret

[GitHub] [doris] yiguolei closed issue #11143: [Bug] (FE) : show alter command return incorrect alter job progress

2022-07-25 Thread GitBox
yiguolei closed issue #11143: [Bug] (FE) : show alter command return incorrect alter job progress URL: https://github.com/apache/doris/issues/11143 -- 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 th

[GitHub] [doris] yiguolei merged pull request #11184: [bug](FE): Fix show alter column return incorrect job progress

2022-07-25 Thread GitBox
yiguolei merged PR #11184: URL: https://github.com/apache/doris/pull/11184 -- 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-spark-connector] timey13 opened a new pull request, #45: [Fix] add tips for Mac OS users in case meeting getopt error

2022-07-25 Thread GitBox
timey13 opened a new pull request, #45: URL: https://github.com/apache/doris-spark-connector/pull/45 # Proposed changes Issue Number: close #xxx ## Problem Summary: Due to getopt command is original version on Mac OS, when execute build.sh, it cannot parse long term opti

[GitHub] [doris] mrhhsg commented on a diff in pull request #11175: [improvement]Use phmap for aggregation with integer keys

2022-07-25 Thread GitBox
mrhhsg commented on code in PR #11175: URL: https://github.com/apache/doris/pull/11175#discussion_r929496959 ## be/src/vec/exec/vaggregation_node.h: ## @@ -356,46 +356,75 @@ struct AggregationMethodSingleNullableColumn : public SingleColumnMethod { using AggregatedDataWithUInt

[GitHub] [doris] Gabriel39 opened a new pull request, #11198: [feature-wip] (datetimev2) support `cast` between datetimev2 with different scales

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

[GitHub] [doris] dataroaring commented on a diff in pull request #11169: [feature](FE): add new property to control whether use light schema change or not

2022-07-25 Thread GitBox
dataroaring commented on code in PR #11169: URL: https://github.com/apache/doris/pull/11169#discussion_r929493699 ## fe/fe-core/src/main/java/org/apache/doris/common/util/PropertyAnalyzer.java: ## @@ -451,8 +453,27 @@ public static long analyzeTimeout(Map properties, long defau

[GitHub] [doris] github-actions[bot] commented on pull request #11197: [Bug][Vectorized] Fix the bug of memtable shrink

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11197: URL: https://github.com/apache/doris/pull/11197#issuecomment-1194956634 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 #11197: [Bug][Vectorized] Fix the bug of memtable shrink

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11197: URL: https://github.com/apache/doris/pull/11197#issuecomment-1194956646 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 commented on a diff in pull request #11175: [improvement]Use phmap for aggregation with integer keys

2022-07-25 Thread GitBox
Gabriel39 commented on code in PR #11175: URL: https://github.com/apache/doris/pull/11175#discussion_r929492639 ## be/src/vec/exec/vaggregation_node.cpp: ## @@ -1155,10 +1226,13 @@ Status AggregationNode::_merge_with_serialized_key(Block* block) { auto empl

[doris] branch master updated: [dependency](be) Add vectorscan for support hypserscan on ARM (#11102)

2022-07-25 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 6a53cf8efa [dependency](be) Add vectorscan fo

[GitHub] [doris] morningman merged pull request #11102: [dependency](be) Add vectorscan for support hypserscan on ARM

2022-07-25 Thread GitBox
morningman merged PR #11102: URL: https://github.com/apache/doris/pull/11102 -- 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 #11196: [FIX]string pad function should be always nullable for both string an…

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11196: URL: https://github.com/apache/doris/pull/11196#issuecomment-1194952423 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 #11196: [FIX]string pad function should be always nullable for both string an…

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11196: URL: https://github.com/apache/doris/pull/11196#issuecomment-1194952389 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] Kikyou1997 commented on pull request #11179: [feature](nereids) Add stats derive framework for new optimizer

2022-07-25 Thread GitBox
Kikyou1997 commented on PR #11179: URL: https://github.com/apache/doris/pull/11179#issuecomment-1194950746 @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] Kikyou1997 commented on pull request #11181: [Regression] Add tpch plan check

2022-07-25 Thread GitBox
Kikyou1997 commented on PR #11181: URL: https://github.com/apache/doris/pull/11181#issuecomment-1194950893 @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 #11192: [refactor] (Nereids) add equals for OrderKey

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11192: URL: https://github.com/apache/doris/pull/11192#issuecomment-1194942827 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] HappenLee opened a new pull request, #11197: [Bug][Vectorized] Fix the bug of memtable shrink

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

[GitHub] [doris] starocean999 opened a new pull request, #11196: [FIX]string pad function should be always nullable for both string an…

2022-07-25 Thread GitBox
starocean999 opened a new pull request, #11196: URL: https://github.com/apache/doris/pull/11196 …d varchar type # Proposed changes Issue Number: close #xxx ## Problem Summary: Fix p0 regression suite("test_numbers", "correctness") { ... qt_stringfunctio

[GitHub] [doris] yixiutt opened a new pull request, #11195: [feature-wip](unique-key-merge-on-write) update delete bitmap while p…

2022-07-25 Thread GitBox
yixiutt opened a new pull request, #11195: URL: https://github.com/apache/doris/pull/11195 …ublish version 1.make version publish work in version order 2.update delete bitmap while publish version, load current version rowset primary key and search in pre rowsets 3.speed up pu

[GitHub] [doris] xiaokang commented on pull request #10694: optimize topn query if order by columns is prefix of sort keys of table

2022-07-25 Thread GitBox
xiaokang commented on PR #10694: URL: https://github.com/apache/doris/pull/10694#issuecomment-1194928145 we test in a log matching senario, runtime of the following SQL drops significantly from **1.8s to 0.1s** `SELECT * FROM log_table WHERE timestamp > t1 ORDER BY timestamp DESC LIM

[GitHub] [doris] github-actions[bot] commented on pull request #11180: [Bugfix] Fix runtimefilter access violation when stub is nullptr

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11180: URL: https://github.com/apache/doris/pull/11180#issuecomment-1194909010 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] englefly opened a new pull request, #11192: [refactor] (Nereids) add equals for OrderKey

2022-07-25 Thread GitBox
englefly opened a new pull request, #11192: URL: https://github.com/apache/doris/pull/11192 # Proposed changes LogicalSort.equals() method depends on OrderKey.equals(), which is not defined correctly. This pr defines OrderKey.equals() to enable correctly comparing LogicalSort. I

[doris] branch master updated: [bug]string pad functions should always be nullable (#11140)

2022-07-25 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 3e3b2d15d4 [bug]string pad functions should alw

[GitHub] [doris] yiguolei merged pull request #11140: [bug]string pad functions should always be nullable

2022-07-25 Thread GitBox
yiguolei merged PR #11140: URL: https://github.com/apache/doris/pull/11140 -- 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] commented on pull request #10702: [refactor] Rename Catalog to Env

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #10702: URL: https://github.com/apache/doris/pull/10702#issuecomment-119448 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 #10702: [refactor] Rename Catalog to Env

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #10702: URL: https://github.com/apache/doris/pull/10702#issuecomment-119426 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] ChPi opened a new issue, #11191: [Bug] (alter)alter unique table schema bug

2022-07-25 Thread GitBox
ChPi opened a new issue, #11191: URL: https://github.com/apache/doris/issues/11191 ### 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 ### Wh

[GitHub] [doris] morningman commented on a diff in pull request #11166: [doc][fix]Modify docs/community to keep the same as the website site directory structure

2022-07-25 Thread GitBox
morningman commented on code in PR #11166: URL: https://github.com/apache/doris/pull/11166#discussion_r929452409 ## docs/en/community/how-to-contribute/commit-format-specification.md: ## @@ -1,6 +1,6 @@ --- { -"title": "Commit Format Specification", +"title": "Commit 格

[GitHub] [doris] morningman closed pull request #11128: [github] disable clang build action

2022-07-25 Thread GitBox
morningman closed pull request #11128: [github] disable clang build action URL: https://github.com/apache/doris/pull/11128 -- 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] ReganHoo commented on issue #11024: [Bug] cannot access the hive external table stored with s3 as the backend

2022-07-25 Thread GitBox
ReganHoo commented on issue #11024: URL: https://github.com/apache/doris/issues/11024#issuecomment-1194867410 CREATE TABLE `account_udid` ( `game_cd` int NOT NULL COMMENT "", `account_id` char(256) NOT NULL COMMENT "", `udid` char(256) NOT NULL COMMENT " ) ENGINE=HIVE COM

[GitHub] [doris] xinyiZzz opened a new pull request, #11190: [fix] (mem tracker) Fix MemTracker accuracy

2022-07-25 Thread GitBox
xinyiZzz opened a new pull request, #11190: URL: https://github.com/apache/doris/pull/11190 # Proposed changes Issue Number: close #xxx ## Problem Summary: ### Accuracy Analysis of Tracking Memory Based on Hook ### Load accuracy optimization ### Othe

[GitHub] [doris] github-actions[bot] commented on pull request #11184: [bug](FE): Fix show alter column return incorrect job progress

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11184: URL: https://github.com/apache/doris/pull/11184#issuecomment-1194853752 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 #11184: [bug](FE): Fix show alter column return incorrect job progress

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11184: URL: https://github.com/apache/doris/pull/11184#issuecomment-1194853731 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 #11177: [Bug](fe-ut) Fix UT when test cases in package

2022-07-25 Thread GitBox
yiguolei commented on PR #11177: URL: https://github.com/apache/doris/pull/11177#issuecomment-1194852903 @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 specific comment. To uns

[GitHub] [doris] yiguolei commented on pull request #11180: [Bugfix] Fix runtimefilter access violation when stub is nullptr

2022-07-25 Thread GitBox
yiguolei commented on PR #11180: URL: https://github.com/apache/doris/pull/11180#issuecomment-1194852243 @Gabriel39 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] yiguolei commented on pull request #11183: [opt] stop script opt

2022-07-25 Thread GitBox
yiguolei commented on PR #11183: URL: https://github.com/apache/doris/pull/11183#issuecomment-1194850636 @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 specific comment. To uns

[GitHub] [doris] yiguolei commented on pull request #11184: [bug](FE): Fix show alter column return incorrect job progress

2022-07-25 Thread GitBox
yiguolei commented on PR #11184: URL: https://github.com/apache/doris/pull/11184#issuecomment-1194849505 @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 specific comment. To uns

[doris] branch master updated: [fix](fe-ut) Ignore invalid datetimev2 partition value in UT (#11178)

2022-07-25 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 1788e2fe6c [fix](fe-ut) Ignore invalid dateti

[GitHub] [doris] morningman merged pull request #11178: [UT] Ignore invalid datetimev2 partition value in UT

2022-07-25 Thread GitBox
morningman merged PR #11178: URL: https://github.com/apache/doris/pull/11178 -- 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 #11188: [doc][fix] Fix the duplicate partition name in example of CREATE TABLE

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11188: URL: https://github.com/apache/doris/pull/11188#issuecomment-1194805034 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 #11178: [UT] Ignore invalid datetimev2 partition value in UT

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11178: URL: https://github.com/apache/doris/pull/11178#issuecomment-1194421767 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 #11178: [UT] Ignore invalid datetimev2 partition value in UT

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11178: URL: https://github.com/apache/doris/pull/11178#issuecomment-1194421716 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] emerkfu opened a new pull request, #11189: [doc] update get-starting.md

2022-07-25 Thread GitBox
emerkfu opened a new pull request, #11189: URL: https://github.com/apache/doris/pull/11189 # Proposed changes Document formatting optimization, spelling correction. ## Problem Summary: ## Checklist(Required) 1. Does it affect the original behavior: (No) 2. Has u

[GitHub] [doris] github-actions[bot] commented on pull request #11057: [feature-wip](unique-key-merge-on-write) add the implementation of primary key index update, DSIP-018

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11057: URL: https://github.com/apache/doris/pull/11057#issuecomment-1194332137 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 commented on a diff in pull request #11175: [improvement]Use phmap for aggregation with integer keys

2022-07-25 Thread GitBox
mrhhsg commented on code in PR #11175: URL: https://github.com/apache/doris/pull/11175#discussion_r929019287 ## be/src/vec/exec/vaggregation_node.h: ## @@ -157,7 +157,7 @@ struct AggregationMethodStringNoCache { /// For the case where there is one numeric key. /// FieldType

[GitHub] [doris] mrhhsg commented on a diff in pull request #11175: [improvement]Use phmap for aggregation with integer keys

2022-07-25 Thread GitBox
mrhhsg commented on code in PR #11175: URL: https://github.com/apache/doris/pull/11175#discussion_r929017035 ## be/src/vec/exec/vaggregation_node.cpp: ## @@ -208,20 +229,36 @@ void AggregationNode::_init_hash_method(std::vector& probe_exprs) if (use_fixed_key) {

[GitHub] [doris] zxealous opened a new pull request, #11188: [doc][fix] Fix the duplicate partition name in example of CREATE TABLE

2022-07-25 Thread GitBox
zxealous opened a new pull request, #11188: URL: https://github.com/apache/doris/pull/11188 # Proposed changes Issue Number: close #xxx ## Problem Summary: Fix the duplicate partition name in example of CREATE TABLE. ## Checklist(Required) 1. Does it affect

[GitHub] [doris] HappenLee opened a new pull request, #11187: [Vectorized] Support order by aggregate function

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

[GitHub] [doris] compasses commented on a diff in pull request #11144: [Optimize](page cache): bypass page cache during compaction

2022-07-25 Thread GitBox
compasses commented on code in PR #11144: URL: https://github.com/apache/doris/pull/11144#discussion_r928937707 ## be/src/olap/merger.cpp: ## @@ -41,8 +41,9 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, reader_params.reader_type = reader_t

[GitHub] [doris] zhannngchen commented on a diff in pull request #11057: [feature-wip](unique-key-merge-on-write) add the implementation of primary key index update, DSIP-018

2022-07-25 Thread GitBox
zhannngchen commented on code in PR #11057: URL: https://github.com/apache/doris/pull/11057#discussion_r928913088 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -444,6 +458,36 @@ Status SegmentIterator::_lookup_ordinal(const RowCursor& key, bool is_include, r

[GitHub] [doris] xiaokang commented on issue #10733: [Feature] Add NGRAM bloom filter index to speed up like queries.

2022-07-25 Thread GitBox
xiaokang commented on issue #10733: URL: https://github.com/apache/doris/issues/10733#issuecomment-1194072963 @compasses great! look forward for you pr. -- 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

[doris-website] branch master updated: Random Distribution

2022-07-25 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 795a2cd5ca9 Random Distribution 79

[GitHub] [doris] pengxiangyu opened a new pull request, #11186: Add FileCache for RemoteFile

2022-07-25 Thread GitBox
pengxiangyu opened a new pull request, #11186: URL: https://github.com/apache/doris/pull/11186 # Proposed changes Issue Number: close #11185 ## Problem Summary: Add FileCache for RemoteFile, it will be opened in StoragePolicy. Cold data in remote file will be download

[GitHub] [doris] pengxiangyu opened a new issue, #11185: [Feature] Add FileCache for RemoteFile

2022-07-25 Thread GitBox
pengxiangyu opened a new issue, #11185: URL: https://github.com/apache/doris/issues/11185 ### 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 Add Fi

[GitHub] [doris] chenlinzhong commented on a diff in pull request #11132: [UDAF](sample) impl rpc avg udaf

2022-07-25 Thread GitBox
chenlinzhong commented on code in PR #11132: URL: https://github.com/apache/doris/pull/11132#discussion_r928804040 ## samples/doris-demo/remote-udaf-cpp-demo/cpp_function_service_demo.cpp: ## @@ -59,7 +59,40 @@ class FunctionServiceImpl : public PFunctionService { }

[GitHub] [doris] SaintBacchus commented on pull request #11046: [feature-wip][multi-catalog] Support orc format file split for file scan node

2022-07-25 Thread GitBox
SaintBacchus commented on PR #11046: URL: https://github.com/apache/doris/pull/11046#issuecomment-1193956936 @carlvinhust2012 Yes, please use the latest docker image to compile it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [doris] wangbo commented on a diff in pull request #11175: [improvement]Use phmap for aggregation with integer keys

2022-07-25 Thread GitBox
wangbo commented on code in PR #11175: URL: https://github.com/apache/doris/pull/11175#discussion_r928786365 ## be/src/vec/exec/vaggregation_node.cpp: ## @@ -208,20 +229,36 @@ void AggregationNode::_init_hash_method(std::vector& probe_exprs) if (use_fixed_key) {

[GitHub] [doris] BiteTheDDDDt commented on pull request #11182: always copy data to agg status

2022-07-25 Thread GitBox
BiteThet commented on PR #11182: URL: https://github.com/apache/doris/pull/11182#issuecomment-1193933709 It looks like this pr modifies the behavior of the `load`/`window function`/`reader` related functions. I only see errors about `load` and `window functions` in #5, Then maybe

[doris-flink-connector] branch master updated: Solve the exception caused by MaxRetries = 0 (#50)

2022-07-25 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-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new 0b47e8a Solve the excepti

[GitHub] [doris-flink-connector] hf200012 merged pull request #50: [Bug] Solve the exception caused by MaxRetries = 0

2022-07-25 Thread GitBox
hf200012 merged PR #50: URL: https://github.com/apache/doris-flink-connector/pull/50 -- 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] ByteYue opened a new pull request, #11184: Fix alter column

2022-07-25 Thread GitBox
ByteYue opened a new pull request, #11184: URL: https://github.com/apache/doris/pull/11184 # Proposed changes Issue Number: close #11143 ## Problem Summary: Add indexSchema to light schema change job to make show alter table return the correct job progress message.

[GitHub] [doris] github-actions[bot] commented on pull request #11164: [Bug]Fix select command denied for user for specified table

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11164: URL: https://github.com/apache/doris/pull/11164#issuecomment-1193914900 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 #11164: [Bug]Fix select command denied for user for specified table

2022-07-25 Thread GitBox
github-actions[bot] commented on PR #11164: URL: https://github.com/apache/doris/pull/11164#issuecomment-1193914866 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] wangbo commented on a diff in pull request #11175: [improvement]Use phmap for aggregation with integer keys

2022-07-25 Thread GitBox
wangbo commented on code in PR #11175: URL: https://github.com/apache/doris/pull/11175#discussion_r928739166 ## be/src/vec/exec/vaggregation_node.h: ## @@ -157,7 +157,7 @@ struct AggregationMethodStringNoCache { /// For the case where there is one numeric key. /// FieldType

[GitHub] [doris] wangbo commented on pull request #11175: [improvement]Use phmap for aggregation with integer keys

2022-07-25 Thread GitBox
wangbo commented on PR #11175: URL: https://github.com/apache/doris/pull/11175#issuecomment-1193887197 Can string type in serialized key can use this optimization? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

svn commit: r55940 - /dev/doris/1.1.1-rc03/

2022-07-25 Thread yiguolei
Author: yiguolei Date: Mon Jul 25 10:34:55 2022 New Revision: 55940 Log: 1.1.1 rc03 Added: dev/doris/1.1.1-rc03/ dev/doris/1.1.1-rc03/apache-doris-1.1.1-bin-arm.tar.gz (with props) dev/doris/1.1.1-rc03/apache-doris-1.1.1-bin-arm.tar.gz.asc (with props) dev/doris/1.1.1-rc03/apa

[doris] branch master updated: [regression-test]Add order-by to test_bitmap_function (#11174)

2022-07-25 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 9ec8e732ae [regression-test]Add order-by to tes

[GitHub] [doris] yiguolei merged pull request #11174: [regression-test]Add order-by to test_bitmap_function

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

  1   2   >