[GitHub] [doris] github-actions[bot] commented on pull request #22883: [Enhancement] submit Baidu test cases

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #22883: URL: https://github.com/apache/doris/pull/22883#issuecomment-1700474249 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/6034077823";) output. shellcheck err

[GitHub] [doris] morrySnow commented on pull request #23632: [opt](Nereids) let keywords list same with legacy planner

2023-08-31 Thread via GitHub
morrySnow commented on PR #23632: URL: https://github.com/apache/doris/pull/23632#issuecomment-1700476031 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] zhangy5 commented on a diff in pull request #22883: [Enhancement] submit Baidu test cases

2023-08-31 Thread via GitHub
zhangy5 commented on code in PR #22883: URL: https://github.com/apache/doris/pull/22883#discussion_r1311182940 ## pytest/run_case.sh: ## @@ -0,0 +1,325 @@ +#!/usr/bin/env bash +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements

[GitHub] [doris] Kikyou1997 commented on pull request #23622: [enhancement](nereids) Split period from auto collector

2023-08-31 Thread via GitHub
Kikyou1997 commented on PR #23622: URL: https://github.com/apache/doris/pull/23622#issuecomment-1700486005 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] sohardforaname commented on pull request #23121: [Feature](Nereids)support insert into values for Nereids

2023-08-31 Thread via GitHub
sohardforaname commented on PR #23121: URL: https://github.com/apache/doris/pull/23121#issuecomment-1700486266 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] sohardforaname commented on pull request #23384: [Feature](Nereids)support cte for update and delete statements of Nereids

2023-08-31 Thread via GitHub
sohardforaname commented on PR #23384: URL: https://github.com/apache/doris/pull/23384#issuecomment-1700487816 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 #23582: [Improvement](pipeline) Cancel outdated query if original fe restarts

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23582: URL: https://github.com/apache/doris/pull/23582#issuecomment-1700496253 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.48 seconds stream load tsv: 533 seconds loaded 74807831229 Bytes

[GitHub] [doris] starocean999 opened a new pull request, #23700: [fix](nereids)NormalizeAggregate may push redundant expr to child project node

2023-08-31 Thread via GitHub
starocean999 opened a new pull request, #23700: URL: https://github.com/apache/doris/pull/23700 NormalizeAggregate may push exprs to child project node. We need make sure there is no redundant expr in the pushed down expr list. This pr use 'Set' to make sure of that. ## Proposed chan

[GitHub] [doris] starocean999 commented on pull request #23700: [fix](nereids)NormalizeAggregate may push redundant expr to child project node

2023-08-31 Thread via GitHub
starocean999 commented on PR #23700: URL: https://github.com/apache/doris/pull/23700#issuecomment-1700499444 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] github-actions[bot] commented on pull request #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700514197 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] xiaokang opened a new pull request, #23701: [improvement][config] add a specific be config for segment_cache_capacity

2023-08-31 Thread via GitHub
xiaokang opened a new pull request, #23701: URL: https://github.com/apache/doris/pull/23701 ## Proposed changes Issue Number: close #xxx Currently, segment cache capacity is caculated by `fd limit * 2/5`. It's not flexible to change it since changing fd limit affects others.

[GitHub] [doris] bobhan1 opened a new pull request, #23702: [Feature](config) allow update multiple be configs in one request

2023-08-31 Thread via GitHub
bobhan1 opened a new pull request, #23702: URL: https://github.com/apache/doris/pull/23702 ## Proposed changes currently, doris only support updating one config in a request. This PR allows updating multiple configs in one request. The updates are performed **one by one** and it's gu

[GitHub] [doris] bobhan1 commented on pull request #23702: [Feature](config) allow update multiple be configs in one request

2023-08-31 Thread via GitHub
bobhan1 commented on PR #23702: URL: https://github.com/apache/doris/pull/23702#issuecomment-1700518558 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] github-actions[bot] commented on pull request #23701: [improvement][config] add a specific be config for segment_cache_capacity

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23701: URL: https://github.com/apache/doris/pull/23701#issuecomment-1700524158 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] zy-kkk commented on issue #23367: jdbc catalog postresql bit(1) types with bool type ,but query error

2023-08-31 Thread via GitHub
zy-kkk commented on issue #23367: URL: https://github.com/apache/doris/issues/23367#issuecomment-1700524740 > select k1, k2 from cat_postgresql1.doris_test.test1 where cast (k1 as int) = 1. also error ][INTERNAL_ERROR]UdfRuntimeException: JDBC executor sql has error: CAUSED BY: PSQLExceptio

[GitHub] [doris] github-actions[bot] commented on pull request #23702: [Feature](config) allow update multiple be configs in one request

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23702: URL: https://github.com/apache/doris/pull/23702#issuecomment-1700525281 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 #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700525974 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] Jibing-Li opened a new pull request, #23703: [Improvement](statistics)Show column stats even when error accured.

2023-08-31 Thread via GitHub
Jibing-Li opened a new pull request, #23703: URL: https://github.com/apache/doris/pull/23703 Before, show column stats will ignore column with error. In this pr, when min or max value failed to deserialize, show column stats will use N/A as value of min or max, and still show the rest sta

[GitHub] [doris] dutyu commented on pull request #23391: [Feature](multi-catalog) Support sql cache for hms catalog

2023-08-31 Thread via GitHub
dutyu commented on PR #23391: URL: https://github.com/apache/doris/pull/23391#issuecomment-1700529340 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] morrySnow commented on a diff in pull request #23613: [Fix](Planner) fix create table as select failed

2023-08-31 Thread via GitHub
morrySnow commented on code in PR #23613: URL: https://github.com/apache/doris/pull/23613#discussion_r1311227406 ## fe/fe-core/src/main/java/org/apache/doris/analysis/CreateTableAsSelectStmt.java: ## @@ -82,6 +84,10 @@ public void analyze(Analyzer analyzer) throws UserException

[GitHub] [doris] xiaokang commented on pull request #23701: [improvement](config) add a specific be config for segment_cache_capacity

2023-08-31 Thread via GitHub
xiaokang commented on PR #23701: URL: https://github.com/apache/doris/pull/23701#issuecomment-1700531101 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] yiguolei merged pull request #23691: [1.2](pick) Fix decimal type

2023-08-31 Thread via GitHub
yiguolei merged PR #23691: URL: https://github.com/apache/doris/pull/23691 -- 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 branch-1.2-lts updated: [1.2](pick) Fix decimal type (#23691)

2023-08-31 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 6f1216516f [1.2](pick) Fix deci

[GitHub] [doris] morrySnow commented on a diff in pull request #23692: [Fix](Nereids) fix infer predicate lost cast of source expression

2023-08-31 Thread via GitHub
morrySnow commented on code in PR #23692: URL: https://github.com/apache/doris/pull/23692#discussion_r1311229754 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/PredicatePropagation.java: ## @@ -102,8 +102,14 @@ private Expression replaceSlot(Expression expr,

[GitHub] [doris] zhangstar333 commented on pull request #23539: [FE](fucntion) add date_floor/ceil in FE function

2023-08-31 Thread via GitHub
zhangstar333 commented on PR #23539: URL: https://github.com/apache/doris/pull/23539#issuecomment-1700533765 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] morrySnow commented on pull request #23657: [Fix](Nereids) fix test leading random failed

2023-08-31 Thread via GitHub
morrySnow commented on PR #23657: URL: https://github.com/apache/doris/pull/23657#issuecomment-1700536107 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 unsubscr

[GitHub] [doris] github-actions[bot] commented on pull request #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700537680 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 merged pull request #23271: [feature](nereids)support subquery in select list

2023-08-31 Thread via GitHub
morrySnow merged PR #23271: URL: https://github.com/apache/doris/pull/23271 -- 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: [feature](nereids) support subquery in select list (#23271)

2023-08-31 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 7379cdc995 [feature](nereids) support subquery

[GitHub] [doris] zhannngchen merged pull request #23666: [Fix](meta lock) Should not acquire wlock twice

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

[doris] branch master updated (7379cdc995 -> cb2515b7c8)

2023-08-31 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 7379cdc995 [feature](nereids) support subquery in select list (#23271) add cb2515b7c8 [Fix](meta lock) Should n

[GitHub] [doris] zhiqiang-hhhh opened a new issue, #23704: [Enhancement] A mechanism to cancel query when one of involved node (FE/BE) restarted or dead

2023-08-31 Thread via GitHub
zhiqiang- opened a new issue, #23704: URL: https://github.com/apache/doris/issues/23704 ### 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 ### Problem ba

[GitHub] [doris] starocean999 commented on pull request #23700: [fix](nereids)NormalizeAggregate may push redundant expr to child project node

2023-08-31 Thread via GitHub
starocean999 commented on PR #23700: URL: https://github.com/apache/doris/pull/23700#issuecomment-1700548566 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] github-actions[bot] commented on pull request #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700562981 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] hello-stephen commented on pull request #23632: [opt](Nereids) let keywords list same with legacy planner

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23632: URL: https://github.com/apache/doris/pull/23632#issuecomment-1700565910 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.46 seconds stream load tsv: 546 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23580: [Bug](materialized-view) fix mv not match because cast and alias name

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23580: URL: https://github.com/apache/doris/pull/23580#issuecomment-1700566087 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.92 seconds stream load tsv: 545 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23384: [Feature](Nereids)support cte for update and delete statements of Nereids

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23384: URL: https://github.com/apache/doris/pull/23384#issuecomment-1700566193 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.58 seconds stream load tsv: 550 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23580: [Bug](materialized-view) fix mv not match because cast and alias name

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23580: URL: https://github.com/apache/doris/pull/23580#issuecomment-1700566241 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.51 seconds stream load tsv: 548 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23622: [enhancement](nereids) Split period from auto collector

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23622: URL: https://github.com/apache/doris/pull/23622#issuecomment-1700566014 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.39 seconds stream load tsv: 546 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23121: [Feature](Nereids)support insert into values for Nereids

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23121: URL: https://github.com/apache/doris/pull/23121#issuecomment-1700566253 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.06 seconds stream load tsv: 546 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23700: [fix](nereids)NormalizeAggregate may push redundant expr to child project node

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23700: URL: https://github.com/apache/doris/pull/23700#issuecomment-1700566825 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.87 seconds stream load tsv: 546 seconds loaded 74807831229 Bytes

[GitHub] [doris] bobhan1 opened a new pull request, #23705: [Docs](alter partition) Fix the docs of adding default partition

2023-08-31 Thread via GitHub
bobhan1 opened a new pull request, #23705: URL: https://github.com/apache/doris/pull/23705 ## Proposed changes according to https://github.com/apache/doris/pull/15509, add a default list partition don't need the keyword `DEFULT` ## Further comments If this is a relativel

[GitHub] [doris] bobhan1 commented on pull request #23705: [Docs](alter partition) Fix the docs of adding default partition

2023-08-31 Thread via GitHub
bobhan1 commented on PR #23705: URL: https://github.com/apache/doris/pull/23705#issuecomment-1700567971 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] github-actions[bot] commented on pull request #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700570888 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 a diff in pull request #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute

2023-08-31 Thread via GitHub
github-actions[bot] commented on code in PR #23631: URL: https://github.com/apache/doris/pull/23631#discussion_r1311264415 ## be/test/util/date_func_test.cpp: ## @@ -22,13 +22,29 @@ #include "gtest/gtest_pred_impl.h" #include "olap/uint24.h" +#include "vec/runtime/vdatetime_

[GitHub] [doris] shuke987 commented on pull request #23590: [regression](fix) enable fixed unstable cases

2023-08-31 Thread via GitHub
shuke987 commented on PR #23590: URL: https://github.com/apache/doris/pull/23590#issuecomment-1700571809 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-flink-connector] JNSimba commented on a diff in pull request #187: [Improve]Added direct access to BE through the intranet

2023-08-31 Thread via GitHub
JNSimba commented on code in PR #187: URL: https://github.com/apache/doris-flink-connector/pull/187#discussion_r1311267839 ## flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisOptions.java: ## @@ -109,9 +125,12 @@ public Builder setJdbcUrl(String jdbcUrl) {

[GitHub] [doris] hello-stephen commented on pull request #22687: [Feature](inverted index) push count on index down to scan node

2023-08-31 Thread via GitHub
hello-stephen commented on PR #22687: URL: https://github.com/apache/doris/pull/22687#issuecomment-1700578322 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.53 seconds stream load tsv: 535 seconds loaded 74807831229 Bytes

[GitHub] [doris-flink-connector] JNSimba commented on pull request #187: [Improve]Added direct access to BE through the intranet

2023-08-31 Thread via GitHub
JNSimba commented on PR #187: URL: https://github.com/apache/doris-flink-connector/pull/187#issuecomment-1700579187 > By the way, add the options of flink table, thanks and also add options in databasesync , thanks -- This is an automated message from the Apache Git Service. To res

[GitHub] [doris] github-actions[bot] commented on pull request #23590: [regression](fix) enable fixed unstable cases

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23590: URL: https://github.com/apache/doris/pull/23590#issuecomment-1700583594 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] zhannngchen merged pull request #23661: [fix](regression) try fix regression test no_await

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

[GitHub] [doris] ixzc commented on issue #23013: [Bug] DEFAULT CURRENT_TIMESTAMP(3)有问题

2023-08-31 Thread via GitHub
ixzc commented on issue #23013: URL: https://github.com/apache/doris/issues/23013#issuecomment-1700583035 You can solve this problem by creating a table with the DateTimeV2 data type. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [doris] github-actions[bot] commented on pull request #23661: [fix](regression) try fix regression test no_await

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23661: URL: https://github.com/apache/doris/pull/23661#issuecomment-1700584554 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 (cb2515b7c8 -> f214485733)

2023-08-31 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from cb2515b7c8 [Fix](meta lock) Should not acquire wlock twice (#23666) add f214485733 [fix](regression) try fix re

[GitHub] [doris] hello-stephen commented on pull request #23702: [Feature](config) allow update multiple be configs in one request

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23702: URL: https://github.com/apache/doris/pull/23702#issuecomment-1700586268 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.29 seconds stream load tsv: 548 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700589201 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] yujun777 opened a new pull request, #23706: [feature](replica version) Add admin set replica version statement

2023-08-31 Thread via GitHub
yujun777 opened a new pull request, #23706: URL: https://github.com/apache/doris/pull/23706 ## Proposed changes Sometimes the replica's failed version was set > 0 by mistakes. It may cause the tablet couldn't read or write again. So we provide a sql comamnd to modify the replica's

[GitHub] [doris] yujun777 commented on pull request #23706: [feature](replica version) Add admin set replica version statement

2023-08-31 Thread via GitHub
yujun777 commented on PR #23706: URL: https://github.com/apache/doris/pull/23706#issuecomment-1700590232 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] hello-stephen commented on pull request #23391: [Feature](multi-catalog) Support sql cache for hms catalog

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23391: URL: https://github.com/apache/doris/pull/23391#issuecomment-1700596156 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.8 seconds stream load tsv: 538 seconds loaded 74807831229 Bytes,

[GitHub] [doris] hello-stephen commented on pull request #23539: [FE](fucntion) add date_floor/ceil in FE function

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23539: URL: https://github.com/apache/doris/pull/23539#issuecomment-1700598277 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.89 seconds stream load tsv: 540 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700598910 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] ByteYue commented on pull request #23665: [enhance](policy) Support to change table's storage policy if the two policy has same resource

2023-08-31 Thread via GitHub
ByteYue commented on PR #23665: URL: https://github.com/apache/doris/pull/23665#issuecomment-1700610520 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] Jibing-Li commented on pull request #23574: [Fix](statistics)Fix external table auto analyze bugs.

2023-08-31 Thread via GitHub
Jibing-Li commented on PR #23574: URL: https://github.com/apache/doris/pull/23574#issuecomment-1700611581 > Need test case Added test case for recursive load schema. Cases for auto analyze will be added in later PR. -- This is an automated message from the Apache Git Service. To re

[GitHub] [doris] github-actions[bot] commented on pull request #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700614225 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] hello-stephen commented on pull request #23700: [fix](nereids)NormalizeAggregate may push redundant expr to child project node

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23700: URL: https://github.com/apache/doris/pull/23700#issuecomment-1700616732 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.01 seconds stream load tsv: 536 seconds loaded 74807831229 Bytes

[GitHub] [doris] Jibing-Li commented on pull request #23703: [Improvement](statistics)Show column stats even when error accured.

2023-08-31 Thread via GitHub
Jibing-Li commented on PR #23703: URL: https://github.com/apache/doris/pull/23703#issuecomment-1700623634 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] github-actions[bot] commented on pull request #19312: [feature](nereids)prune runtime filter by ndv

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #19312: URL: https://github.com/apache/doris/pull/19312#issuecomment-1700627543 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] BePPPower commented on pull request #23635: [fix](Export) Concatenation the outfile sql for Export

2023-08-31 Thread via GitHub
BePPPower commented on PR #23635: URL: https://github.com/apache/doris/pull/23635#issuecomment-1700629487 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] hello-stephen commented on pull request #23706: [feature](replica version) Add admin set replica version statement

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23706: URL: https://github.com/apache/doris/pull/23706#issuecomment-1700636280 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.74 seconds stream load tsv: 538 seconds loaded 74807831229 Bytes

[GitHub] [doris] LiBinfeng-01 commented on a diff in pull request #23613: [Fix](Planner) fix create table as select failed

2023-08-31 Thread via GitHub
LiBinfeng-01 commented on code in PR #23613: URL: https://github.com/apache/doris/pull/23613#discussion_r1311316205 ## fe/fe-core/src/main/java/org/apache/doris/analysis/CreateTableAsSelectStmt.java: ## @@ -82,6 +84,10 @@ public void analyze(Analyzer analyzer) throws UserExcepti

[GitHub] [doris] LiBinfeng-01 commented on pull request #23613: [Fix](Planner) fix create table as select failed

2023-08-31 Thread via GitHub
LiBinfeng-01 commented on PR #23613: URL: https://github.com/apache/doris/pull/23613#issuecomment-1700636493 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] Jibing-Li commented on pull request #23574: [Fix](statistics)Fix external table auto analyze bugs.

2023-08-31 Thread via GitHub
Jibing-Li commented on PR #23574: URL: https://github.com/apache/doris/pull/23574#issuecomment-1700637477 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] morningman commented on a diff in pull request #23665: [enhance](policy) Support to change table's storage policy if the two policy has same resource

2023-08-31 Thread via GitHub
morningman commented on code in PR #23665: URL: https://github.com/apache/doris/pull/23665#discussion_r1311322251 ## fe/fe-core/src/main/java/org/apache/doris/alter/Alter.java: ## @@ -189,7 +189,13 @@ private boolean processAlterOlapTable(AlterTableStmt stmt, OlapTable olapTabl

[GitHub] [doris] github-actions[bot] commented on pull request #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700645029 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 #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700648517 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] jyf111 commented on issue #23688: [Bug] The use of process substitution (<(...)) in the newly added code within env.sh causes sh build.sh to fail

2023-08-31 Thread via GitHub
jyf111 commented on issue #23688: URL: https://github.com/apache/doris/issues/23688#issuecomment-1700649359 Yes, but the docs state `sh build.sh`, and I think we should keep `sh build.sh` run successfully. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [doris] adonis0147 commented on issue #23688: [Bug] The use of process substitution (<(...)) in the newly added code within env.sh causes sh build.sh to fail

2023-08-31 Thread via GitHub
adonis0147 commented on issue #23688: URL: https://github.com/apache/doris/issues/23688#issuecomment-1700653054 > Yes, but the docs state `sh build.sh`, and I think we should keep `sh build.sh` run successfully. I think we should correct the typos in the documents. -- This is an au

[GitHub] [doris] morrySnow opened a new pull request, #23708: [opt](fe-ui) support read hardware info from aarch64 MacOS

2023-08-31 Thread via GitHub
morrySnow opened a new pull request, #23708: URL: https://github.com/apache/doris/pull/23708 ## Proposed changes Issue Number: close #xxx update the version of oshi and jna to support read hardware info from aarch64 MacOS ## Further comments If this is a r

[GitHub] [doris] morrySnow commented on pull request #23708: [opt](fe-ui) support read hardware info from aarch64 MacOS

2023-08-31 Thread via GitHub
morrySnow commented on PR #23708: URL: https://github.com/apache/doris/pull/23708#issuecomment-1700653936 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] github-actions[bot] commented on pull request #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700656552 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 #23708: [opt](fe-ui) support read hardware info from aarch64 MacOS

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23708: URL: https://github.com/apache/doris/pull/23708#issuecomment-1700660445 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 #23708: [opt](fe-ui) support read hardware info from aarch64 MacOS

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23708: URL: https://github.com/apache/doris/pull/23708#issuecomment-1700660516 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 #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700660738 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] hello-stephen commented on pull request #23665: [enhance](policy) Support to change table's storage policy if the two policy has same resource

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23665: URL: https://github.com/apache/doris/pull/23665#issuecomment-1700662441 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.46 seconds stream load tsv: 536 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700664722 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] jyf111 commented on issue #23688: [Bug] The use of process substitution (<(...)) in the newly added code within env.sh causes sh build.sh to fail

2023-08-31 Thread via GitHub
jyf111 commented on issue #23688: URL: https://github.com/apache/doris/issues/23688#issuecomment-1700664893 OK, but there are many `sh build.sh` in the docs, you fix it, or I submit a PR later? -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [doris] morningman commented on pull request #23638: [fix](parquet) fix potential heap-use-after-free issue and cache issue

2023-08-31 Thread via GitHub
morningman commented on PR #23638: URL: https://github.com/apache/doris/pull/23638#issuecomment-1700665320 run clickbench -- 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 #23701: [improvement](config) add a specific be config for segment_cache_capacity

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23701: URL: https://github.com/apache/doris/pull/23701#issuecomment-170077 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.92 seconds stream load tsv: 534 seconds loaded 74807831229 Bytes

[GitHub] [doris] BiteTheDDDDt commented on pull request #23580: [Bug](materialized-view) fix mv not match because cast and alias name

2023-08-31 Thread via GitHub
BiteThet commented on PR #23580: URL: https://github.com/apache/doris/pull/23580#issuecomment-1700667969 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] HHoflittlefish777 commented on pull request #23694: [Improvement](Slice) support mobile constructor and operator for Slice

2023-08-31 Thread via GitHub
HHoflittlefish777 commented on PR #23694: URL: https://github.com/apache/doris/pull/23694#issuecomment-1700669946 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

[GitHub] [doris] adonis0147 commented on issue #23688: [Bug] The use of process substitution (<(...)) in the newly added code within env.sh causes sh build.sh to fail

2023-08-31 Thread via GitHub
adonis0147 commented on issue #23688: URL: https://github.com/apache/doris/issues/23688#issuecomment-1700669993 > OK, but there are many `sh build.sh` in the docs, you fix it, or I submit a PR later? I'm looking forward to your PRs. Thanks for your contributions! -- This is an auto

[GitHub] [doris] hello-stephen commented on pull request #23590: [regression](fix) enable fixed unstable cases

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23590: URL: https://github.com/apache/doris/pull/23590#issuecomment-1700670793 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.5 seconds stream load tsv: 543 seconds loaded 74807831229 Bytes,

[GitHub] [doris] github-actions[bot] commented on pull request #23580: [Bug](materialized-view) fix mv not match because cast and alias name

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23580: URL: https://github.com/apache/doris/pull/23580#issuecomment-1700676354 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

svn commit: r63710 - in /dev/doris/1.2.7-rc03: ./ apache-doris-1.2.7-src.tar.gz apache-doris-1.2.7-src.tar.gz.asc apache-doris-1.2.7-src.tar.gz.sha512

2023-08-31 Thread morningman
Author: morningman Date: Thu Aug 31 09:23:17 2023 New Revision: 63710 Log: add doris 1.2.7-rc03 Added: dev/doris/1.2.7-rc03/ dev/doris/1.2.7-rc03/apache-doris-1.2.7-src.tar.gz (with props) dev/doris/1.2.7-rc03/apache-doris-1.2.7-src.tar.gz.asc (with props) dev/doris/1.2.7-rc0

[GitHub] [doris] github-actions[bot] commented on pull request #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700679664 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 pull request #23657: [Fix](Nereids) fix test leading random failed

2023-08-31 Thread via GitHub
morrySnow commented on PR #23657: URL: https://github.com/apache/doris/pull/23657#issuecomment-1700680378 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 unsubscr

[GitHub] [doris] hello-stephen commented on pull request #23703: [Improvement](statistics)Show column stats even when error accured.

2023-08-31 Thread via GitHub
hello-stephen commented on PR #23703: URL: https://github.com/apache/doris/pull/23703#issuecomment-1700683560 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.14 seconds stream load tsv: 537 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23701: [improvement](config) add a specific be config for segment_cache_capacity

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23701: URL: https://github.com/apache/doris/pull/23701#issuecomment-1700683569 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 #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700688232 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 #23631: [refactor](type system) remove special logic for datev2 and datetimev2 since they are same type in storage and compute layer

2023-08-31 Thread via GitHub
github-actions[bot] commented on PR #23631: URL: https://github.com/apache/doris/pull/23631#issuecomment-1700692353 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   >