[GitHub] [doris] github-actions[bot] commented on pull request #21882: [Fix](compaction) return internal error to avoid be core when finalize_columns_data

2023-07-18 Thread via GitHub
github-actions[bot] commented on PR #21882: URL: https://github.com/apache/doris/pull/21882#issuecomment-1641525281 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 #21882: [Fix](compaction) return internal error to avoid be core when finalize_columns_data

2023-07-18 Thread via GitHub
github-actions[bot] commented on PR #21882: URL: https://github.com/apache/doris/pull/21882#issuecomment-1641525228 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 #21882: [Fix](compaction) return internal error to avoid be core when finalize_columns_data

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

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

2023-07-18 Thread via GitHub
HHoflittlefish777 commented on code in PR #21634: URL: https://github.com/apache/doris/pull/21634#discussion_r1267620721 ## be/src/olap/delta_writer.h: ## @@ -120,6 +120,8 @@ class DeltaWriter { int64_t tablet_id() { return _tablet->tablet_id(); } +int64_t txn_id()

[GitHub] [doris] github-actions[bot] commented on pull request #21109: [Improve](serde)update serialize and deserialize text for data type

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

[GitHub] [doris] github-actions[bot] commented on pull request #21109: [Improve](serde)update serialize and deserialize text for data type

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

[GitHub] [doris] morrySnow commented on a diff in pull request #21965: [fix](stats) Ignore complex type by default when collect column statistics

2023-07-18 Thread via GitHub
morrySnow commented on code in PR #21965: URL: https://github.com/apache/doris/pull/21965#discussion_r1267619197 ## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ## @@ -1028,7 +1028,7 @@ public void setMaxJoinNumBushyTree(int maxJoinNumBushyTree) { pub

[GitHub] [doris] morningman commented on a diff in pull request #21953: [Fix](multi catalog)Fix nereids context table always use internal catalog bug.

2023-07-18 Thread via GitHub
morningman commented on code in PR #21953: URL: https://github.com/apache/doris/pull/21953#discussion_r1267619110 ## fe/fe-core/src/main/java/org/apache/doris/nereids/CascadesContext.java: ## @@ -388,19 +389,24 @@ private Set extractUnboundRelationFromCTE(LogicalCTE cte) {

[GitHub] [doris] morningman commented on a diff in pull request #21953: [Fix](multi catalog)Fix nereids context table always use internal catalog bug.

2023-07-18 Thread via GitHub
morningman commented on code in PR #21953: URL: https://github.com/apache/doris/pull/21953#discussion_r1267617242 ## fe/fe-core/src/main/java/org/apache/doris/nereids/CascadesContext.java: ## @@ -388,19 +389,24 @@ private Set extractUnboundRelationFromCTE(LogicalCTE cte) {

[GitHub] [doris] hust-hhb commented on pull request #21882: [Fix](compaction) return internal error to avoid be core when finalize_columns_data

2023-07-18 Thread via GitHub
hust-hhb commented on PR #21882: URL: https://github.com/apache/doris/pull/21882#issuecomment-1641517148 run build_all -- 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] hust-hhb commented on a diff in pull request #21882: [Fix](compaction) return internal error to avoid be core when finalize_columns_data

2023-07-18 Thread via GitHub
hust-hhb commented on code in PR #21882: URL: https://github.com/apache/doris/pull/21882#discussion_r1267615711 ## be/src/olap/rowset/segment_v2/segment_writer.cpp: ## @@ -752,7 +752,12 @@ Status SegmentWriter::finalize_columns_data() { if (_has_key) { _row_count =

[GitHub] [doris] Kikyou1997 commented on pull request #21965: [improvement](nereids) Ignore complex type by default when analyze

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

[GitHub] [doris] Kikyou1997 opened a new pull request, #21965: [improvement](nereids) Ignore complex type by default

2023-07-18 Thread via GitHub
Kikyou1997 opened a new pull request, #21965: URL: https://github.com/apache/doris/pull/21965 ## Proposed changes By default, if it contains any complex type in Analyze stmt submitted by user and error would be thrown before this PR. ## Further comments If this is a rela

[GitHub] [doris] hello-stephen commented on pull request #21883: [enhance](nereids) enhance runtime filter pushdown

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

[GitHub] [doris] kaijchen commented on a diff in pull request #21634: [Refactor](load) refactor memtable flush actively

2023-07-18 Thread via GitHub
kaijchen commented on code in PR #21634: URL: https://github.com/apache/doris/pull/21634#discussion_r1267608760 ## be/src/olap/delta_writer.h: ## @@ -120,6 +120,8 @@ class DeltaWriter { int64_t tablet_id() { return _tablet->tablet_id(); } +int64_t txn_id() { return

[GitHub] [doris] qzsee commented on pull request #21906: [Bug][Colocate] when adding a table to the colocate group, we should check that the number of buckets per partition is the same

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

[GitHub] [doris] zxealous commented on pull request #21947: [fix](case function) Applying for an array in the heap to avoid stack overflow

2023-07-18 Thread via GitHub
zxealous commented on PR #21947: URL: https://github.com/apache/doris/pull/21947#issuecomment-1641509926 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[GitHub] [doris] starocean999 closed pull request #21728: [fix](planner)push conjuncts into SetOperationStmt inline view

2023-07-18 Thread via GitHub
starocean999 closed pull request #21728: [fix](planner)push conjuncts into SetOperationStmt inline view URL: https://github.com/apache/doris/pull/21728 -- 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 t

[GitHub] [doris] HowardQin commented on issue #21963: [Enhancement] Add debug build instruction in docs.

2023-07-18 Thread via GitHub
HowardQin commented on issue #21963: URL: https://github.com/apache/doris/issues/21963#issuecomment-1641508601 related pr: [https://github.com/apache/doris/pull/21964](url) [https://github.com/apache/doris-website/pull/268](url) -- This is an automated message from the Apache Git

[GitHub] [doris] jackwener merged pull request #21951: [fix](Nereids): removePhysicalExpression() should clear empty Group.

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

[doris] branch master updated (bd40767754 -> 0fa3efae1d)

2023-07-18 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from bd40767754 [stats](nereids) dump col stats for all physical plan node and cost details in memo #21902 add 0fa3ef

[GitHub] [doris] HowardQin opened a new pull request, #21964: Add BE debug build instruction to docs

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

[GitHub] [doris] BePPPower commented on a diff in pull request #21911: [Feature](Export) Supports concurrently export of table data

2023-07-18 Thread via GitHub
BePPPower commented on code in PR #21911: URL: https://github.com/apache/doris/pull/21911#discussion_r1267603543 ## fe/fe-core/src/main/java/org/apache/doris/load/ExportJob.java: ## @@ -266,17 +270,83 @@ private void generateQueryStmt() { } } -Lis

[GitHub] [doris] hello-stephen commented on pull request #21959: [nereids](function) add boolean type for sum agg

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

[GitHub] [doris] BePPPower commented on a diff in pull request #21911: [Feature](Export) Supports concurrently export of table data

2023-07-18 Thread via GitHub
BePPPower commented on code in PR #21911: URL: https://github.com/apache/doris/pull/21911#discussion_r1267601844 ## fe/fe-core/src/main/java/org/apache/doris/load/ExportJob.java: ## @@ -266,17 +270,83 @@ private void generateQueryStmt() { } } -Lis

[GitHub] [doris] BePPPower commented on a diff in pull request #21911: [Feature](Export) Supports concurrently export of table data

2023-07-18 Thread via GitHub
BePPPower commented on code in PR #21911: URL: https://github.com/apache/doris/pull/21911#discussion_r1267601629 ## fe/fe-core/src/main/java/org/apache/doris/analysis/ExportStmt.java: ## @@ -58,15 +58,30 @@ // BY BROKER 'broker_name' [( $broker_attrs)] public class Ex

[GitHub] [doris] Jibing-Li commented on pull request #21953: [Fix](multi catalog)Fix nereids context table always use internal catalog bug.

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

[GitHub] [doris] sohardforaname commented on pull request #21754: [Fix](planner)fix ctas incorrect string types of the target table.

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

[GitHub] [doris] github-actions[bot] commented on pull request #21634: [Refactor](load) refactor memtable flush actively

2023-07-18 Thread via GitHub
github-actions[bot] commented on PR #21634: URL: https://github.com/apache/doris/pull/21634#issuecomment-1641496087 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] 05/38: [fix](memtable) change memtable flush error code (#21542)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit b66f77ad6cd3464a7b935e1e0e42b1ead4c9ec76 Author: HHoflittlefish777 <77738092+hhoflittlefish...@users.noreply.g

[doris] 21/38: [Improve](array)improve array hash function (#21779)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit bb91922f9bf5df006aa14c8c75492ce8d17638bb Author: amory AuthorDate: Thu Jul 13 11:53:54 2023 +0800 [Impro

[doris] 29/38: [performance](group_concat) avoid extra copy in group_concat (#21880)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 85b077e32c54af01e247c22b2762ff0acfe1cf9a Author: Mryange <59914473+mrya...@users.noreply.github.com> AuthorDat

[doris] 17/38: [enhancement](mysql) Add have_query_cache variable to be compatible with old mysql client (#21710)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit c700b7c516c65d3ec8dabb147530be4aaeaaf204 Author: zy-kkk AuthorDate: Tue Jul 11 13:10:58 2023 +0800 [enha

[doris] 31/38: [branch-1.2-lts](cherry-pick) enable strong consistency by syncing max journal… (#21804)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit dbaf0964de518374af1c2d790d9e1afed5649fbb Author: Siyang Tang <82279870+tangsiyang2...@users.noreply.github.com

[doris] 27/38: [fix](unique-key) fix query results show duplicate key for unique key table after upgrading (#21814)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 334007df95ec226438a09c4f7a36192b44f800d7 Author: Xin Liao AuthorDate: Sat Jul 15 17:17:41 2023 +0800 [fi

[doris] 35/38: [fix][branch-1.2](stmt-forward) fix should-be-optional fields in MasterOpService (#21944)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit f91863c85c6ca598c7fde8189421513f5c9edaf5 Author: Siyang Tang <82279870+tangsiyang2...@users.noreply.github.com

[doris] 08/38: [typo](docs) modify java version to 1.8 (#21538)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 6637ae405305473bc1f3cfaa220b9e01e94be5ed Author: Euporia <31833513+vinle...@users.noreply.github.com> AuthorDa

[doris] 20/38: [fix](catalog) wrong required slot info causing BE crash. (#21702)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit edeb981536f75bbb916c677f4e82442580fe8ee5 Author: Qi Chen AuthorDate: Wed Jul 12 09:33:17 2023 +0800 [fix

[doris] 25/38: [typo](docs) modify the documentation for the bitmap function in 1.2-lts (#21724)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 52fb4cc6393685e2679a4e4afb260d5e0cf3b034 Author: Euporia <31833513+vinle...@users.noreply.github.com> AuthorDa

[doris] 37/38: [fix](planner)only forbid literal value in AnalyticExpr's order by list (#21820)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 51faa95eeb26a03fa3996daddd65900c325916bb Author: starocean999 <40539150+starocean...@users.noreply.github.com>

[doris] 38/38: [Bug](table-function) fix wrong result when seprator of explode_split size more than one (#18824)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 4e739b5eb8e6b9b2b44f51f3033a93aed161ac06 Author: morningman AuthorDate: Wed Jul 19 14:29:56 2023 +0800 [

[doris] 28/38: [fix](merge-on-write) fix wrong result when query with prefix key predicate (#21770)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 0aa24e027af020d15030edc714ef41d579e61fdb Author: Xin Liao AuthorDate: Thu Jul 13 19:56:00 2023 +0800 [fi

[doris] 23/38: [Fix](planner) normalize the behavior of from_unixtime() according to 2.0.0 (#21731)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 9f27d25d6e6cd48dde1267d65c255a9f574642e1 Author: mch_ucchi <41606806+sohardforan...@users.noreply.github.com>

[doris] 09/38: [Fix](storage)read page cache when seek #21272

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit eff5d9157ffb57be884b2d67839ef3d35752a7d1 Author: wangbo AuthorDate: Wed Jun 28 15:53:40 2023 +0800 [Fix]

[doris] 32/38: [Fix](multi catalog)Fix hive partition value contains special character bug. #21895

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 21184bd26bc2f5b30996403d792a80e0d23b7011 Author: Jibing-Li <64681310+jibing...@users.noreply.github.com> Autho

[doris] 18/38: [improvement](bitmap) Use shared_ptr in BitmapValue to avoid deep copying (#19101) (#21271)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 23b964492d2e6d23b34231c07d4bda22a8625333 Author: Jerry Hu AuthorDate: Tue Jul 11 18:34:20 2023 +0800 [im

[doris] 30/38: [fix](segment-iterator) fix query result error caused by not handling error codes (#21901)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit b269076f1bfdbc2ceca4c647b7bb544a7ae6c888 Author: Xin Liao AuthorDate: Tue Jul 18 10:00:06 2023 +0800 [fi

[doris] 24/38: [Fix](Export) check properties for export (#21768)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 63f914080a72bacc84904ad392aca82d53deca16 Author: Tiewei Fang <43782773+bepppo...@users.noreply.github.com> Aut

[doris] 19/38: [chore](mv) when create mv failed, show more failed msg (#21726)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit ce112833fc407296cb96d40df8b3596ed7190c50 Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com>

[doris] 33/38: [fix](status) fix cmake warning with message 'Manually-specified variables were not used by the project:ENABLE_STACKTRACE' (#21932)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 435c519122661207f178d441b01f3f9f8c5dd6ad Author: caiconghui <55968745+caicong...@users.noreply.github.com> Aut

[doris] 11/38: [FIX](array)Fix update hash func array (#21630)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit f5aac9c5466fc0716e052cf4a6eb7857b0a96dee Author: amory AuthorDate: Sun Jul 9 22:03:58 2023 +0800 [FIX](a

[doris] 34/38: [fix](in) fix wrong DCHECK of in expr for not nullable column (#21934)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 1c8ff29cf0b1532d34d636ff5e84a963aa1bb08f Author: TengJianPing <18241664+jackte...@users.noreply.github.com> Au

[doris] 10/38: [bugfix](nullable) should check nullable info when build output block and print more info when fatal

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 87484be8dfdae37c9353acd3c2392bb8fa1ad500 Author: yiguolei AuthorDate: Sat Jul 8 22:33:43 2023 +0800 [bug

[doris] 22/38: [fix](compile) fix ColumnArray::update_crcs_with_value (#21781)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit bea8f4aba8a4e781203072d166c0fcec3b2f34b7 Author: Kaijie Chen AuthorDate: Thu Jul 13 13:35:50 2023 +0800

[doris] 26/38: [feature](profile) backport stream load profile into 1.2-lts (#21784)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 1aedb81b23925eb0424acc425a373cd43c7fe4cf Author: Kaijie Chen AuthorDate: Mon Jul 17 16:15:40 2023 +0800

[doris] 16/38: [fix](jdbc) Added date type filtering pushed down to ClickHouse (#21709)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit f7c90da4b9db6c45decd06cbf6f620bdb02c0265 Author: zy-kkk AuthorDate: Tue Jul 11 12:57:15 2023 +0800 [fix]

[doris] 06/38: Delete alter system modify broker related documents in 1.2 (#21582)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 334de9abd76fc4c7a29ac3f28d9838f8434535ba Author: caoliang-web <71004656+caoliang-...@users.noreply.github.com>

[doris] 14/38: [fix](function) fix create tablet timeout (#21682)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit cd272d40abdffa0ee2506526f589d268bcd4738b Author: yujun AuthorDate: Tue Jul 11 09:46:43 2023 +0800 [fix](

[doris] 36/38: [tools][ckb] update q29 (#21842)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 3b409ea5e432dbfc1773220c4e36884e2c5fa052 Author: Dongyang Li AuthorDate: Wed Jul 19 01:32:40 2023 +0800

[doris] 07/38: Revert "[Fix](Planner) Set inline view output as non constant after analyze (#21186)" (#21584)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 7b880f98d0ec456e63efeac4cd9d857d333fad50 Author: starocean999 <40539150+starocean...@users.noreply.github.com>

[doris] 04/38: [Fix](Planner) Set inline view output as non constant after analyze (#21186)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 180a430c203ef8a20c2a6b283c2fb9f9ee173bee Author: LiBinfeng <46676950+libinfeng...@users.noreply.github.com> Au

[doris] branch branch-1.2-lts updated (171e48865f -> 4e739b5eb8)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git omit 171e48865f [fix](planner)only forbid literal value in AnalyticExpr's order by list (#21820) omit 9f108

[doris] 03/38: [Fix](multi-catalog) Fix hadoop short circuit reading can not enabled in some environments. (#21548)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 510c928f6ccd9f428d01e7890cda1f1b70fcdf0f Author: Qi Chen AuthorDate: Thu Jul 6 13:44:55 2023 +0800 [Fix]

[doris] 15/38: [improvement](timezone) support mixed uppper-lower case of timezone names (#21572) (#21576)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit c2254b98b07acd6b2e8ef7d8d7d28a7412f11d19 Author: TengJianPing <18241664+jackte...@users.noreply.github.com> Au

[doris] 01/38: [branch-1.2][Fix](planner)replace limit to -1 if is Long.MAX_VALUE (#21521)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 8106524d1e38033214e2e5b9f0773acc189c595b Author: mch_ucchi <41606806+sohardforan...@users.noreply.github.com>

[doris] 13/38: [fix](multicatalog) fix protocol of reading data from cosn for hive/iceberg catalog (#21683)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 545111d27a25913ac475b43e488092e5a6066590 Author: Yulei-Yang AuthorDate: Mon Jul 10 22:10:45 2023 +0800 [

[doris] 12/38: [fix](planner)need recalculate nullable info of output slots for join node (#21651)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit ee47d62aa567a7ed42dbebb74a92438726ca8534 Author: starocean999 <40539150+starocean...@users.noreply.github.com>

[doris] 02/38: [fix](backup) fix show snapshot cauing mysql connection lost (#21520)

2023-07-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 79f81a704a3f366b1c8277b6c72dc4d62209e1dd Author: Mingyu Chen AuthorDate: Wed Jul 5 22:44:57 2023 +0800 [

[GitHub] [doris] zy-kkk commented on pull request #21872: [Docs](Catalog) Optimize the documentation catalog and add the Join Our Community Documentation

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

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

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

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

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

[GitHub] [doris] hello-stephen commented on pull request #21755: [fix](stacktrace) Speed up stack trace

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

[GitHub] [doris] dutyu commented on pull request #21865: [Enhancement](Nereids) Support sql hint for `enable_fallback_to_original_planner`.

2023-07-18 Thread via GitHub
dutyu commented on PR #21865: URL: https://github.com/apache/doris/pull/21865#issuecomment-1641487160 > we already support to set `enable_fallback_to_original_planner` in hint. So, what the root problem of this PR want to fix? The conditional check of `enable_fallback_to_original_plan

[GitHub] [doris-website] HowardQin opened a new pull request, #268: BE debug build instruction (#21963)

2023-07-18 Thread via GitHub
HowardQin opened a new pull request, #268: URL: https://github.com/apache/doris-website/pull/268 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [doris] HowardQin opened a new issue, #21963: [Enhancement] Add debug build instruction in docs.

2023-07-18 Thread via GitHub
HowardQin opened a new issue, #21963: URL: https://github.com/apache/doris/issues/21963 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description _No response_

[GitHub] [doris] xzj7019 commented on pull request #21883: [enhance](nereids) enhance runtime filter pushdown

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

[GitHub] [doris] hello-stephen commented on pull request #21893: [improvement](invert index) Change the loading method of keyword type

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

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

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

[doris] branch master updated: [stats](nereids) dump col stats for all physical plan node and cost details in memo #21902

2023-07-18 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new bd40767754 [stats](nereids) dump col stats for

[GitHub] [doris] englefly merged pull request #21902: [stats](nereids) dump col stats for all physical plan node and cost details in memo

2023-07-18 Thread via GitHub
englefly merged PR #21902: URL: https://github.com/apache/doris/pull/21902 -- 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] hello-stephen commented on pull request #21962: [fix](planner)fix bug of pushing conjuncts through agg node

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

[GitHub] [doris] zhangstar333 commented on pull request #21959: [nereids](function) add boolean type for sum agg

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

[GitHub] [doris] hello-stephen commented on pull request #20776: [feature-wip](hplsql) Integrate hplsql into doris to support stored procedure

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

[doris] branch master updated (f668b3965e -> 56c67a442a)

2023-07-18 Thread luozenglin
This is an automated email from the ASF dual-hosted git repository. luozenglin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from f668b3965e [Enhancement](Nereids)enable nereids DML by default. (#21539) add 56c67a442a [regression-test] add

[GitHub] [doris] zhangstar333 commented on a diff in pull request #21959: [nereids](function) add boolean type for sum agg

2023-07-18 Thread via GitHub
zhangstar333 commented on code in PR #21959: URL: https://github.com/apache/doris/pull/21959#discussion_r1267579851 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/agg/Sum.java: ## @@ -78,8 +80,9 @@ public Sum(boolean distinct, boolean alwaysNull

[GitHub] [doris] luozenglin merged pull request #21777: [regression-test] add p0/p1 case about partition table

2023-07-18 Thread via GitHub
luozenglin merged PR #21777: URL: https://github.com/apache/doris/pull/21777 -- 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] XieJiann opened a new pull request, #21660: [fix](Nereids) build internal table in FeService

2023-07-18 Thread via GitHub
XieJiann opened a new pull request, #21660: URL: https://github.com/apache/doris/pull/21660 ## Proposed changes Issue Number: close #xxx build internal table in fe service ## Further comments If this is a relatively large or complex change, kick off the discussion

[GitHub] [doris] github-actions[bot] commented on pull request #21827: [fix](nereids)ExtractAndNormalizeWindowExpression rule should push down correct exprs to child

2023-07-18 Thread via GitHub
github-actions[bot] commented on PR #21827: URL: https://github.com/apache/doris/pull/21827#issuecomment-1641467477 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 #21827: [fix](nereids)ExtractAndNormalizeWindowExpression rule should push down correct exprs to child

2023-07-18 Thread via GitHub
github-actions[bot] commented on PR #21827: URL: https://github.com/apache/doris/pull/21827#issuecomment-1641467446 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-flink-connector] JNSimba commented on pull request #157: [Improve](schemaChange)schema change ddl supports synchronizing default and comment

2023-07-18 Thread via GitHub
JNSimba commented on PR #157: URL: https://github.com/apache/doris-flink-connector/pull/157#issuecomment-1641466340 Thank you for your contribution, but I think whether it can be obtained directly from the schema information that comes with debezium? -- This is an automated message from

[GitHub] [doris] github-actions[bot] commented on pull request #21754: [Fix](planner)fix ctas incorrect string types of the target table.

2023-07-18 Thread via GitHub
github-actions[bot] commented on PR #21754: URL: https://github.com/apache/doris/pull/21754#issuecomment-1641461820 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 #21754: [Fix](planner)fix ctas incorrect string types of the target table.

2023-07-18 Thread via GitHub
github-actions[bot] commented on PR #21754: URL: https://github.com/apache/doris/pull/21754#issuecomment-1641461785 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-flink-connector] branch master updated: [Improve]Optimize method for constructing builder object based on Builder pattern

2023-07-18 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu 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 093b755 [Improve]Optimize method f

[GitHub] [doris-flink-connector] JNSimba merged pull request #164: [Improve]Optimize method for constructing builder object based on Builder pattern

2023-07-18 Thread via GitHub
JNSimba merged PR #164: URL: https://github.com/apache/doris-flink-connector/pull/164 -- 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] branch branch-1.2-lts updated: [fix](planner)only forbid literal value in AnalyticExpr's order by list (#21820)

2023-07-18 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 171e48865f [fix](planner)only

[GitHub] [doris] morrySnow merged pull request #21820: [fix](planner)only forbid literal value in AnalyticExpr's order by list

2023-07-18 Thread via GitHub
morrySnow merged PR #21820: URL: https://github.com/apache/doris/pull/21820 -- 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] morrySnow closed pull request #21660: [fix](Nereids) build internal table in FeService

2023-07-18 Thread via GitHub
morrySnow closed pull request #21660: [fix](Nereids) build internal table in FeService URL: https://github.com/apache/doris/pull/21660 -- 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

[GitHub] [doris] sksksksy commented on issue #21586: [Feature] doris 提供完整的antlr4 语法文件?

2023-07-18 Thread via GitHub
sksksksy commented on issue #21586: URL: https://github.com/apache/doris/issues/21586#issuecomment-1641458399 是的,查了下,doris使用jflex,cup,antlr4三种方式来生成sql解析部分代码的 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[doris] branch master updated (d8272b16e9 -> f668b3965e)

2023-07-18 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d8272b16e9 [fix](fe) fd leak of ssl #19645 add f668b3965e [Enhancement](Nereids)enable nereids DML by default.

[GitHub] [doris] github-actions[bot] commented on pull request #21925: test

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

  1   2   3   4   5   6   7   >