[GitHub] [doris] yiguolei commented on a diff in pull request #13487: [Feature](remote)Add schema change for remote storage file

2022-10-26 Thread GitBox
yiguolei commented on code in PR #13487: URL: https://github.com/apache/doris/pull/13487#discussion_r1006471418 ## be/test/olap/rowset/segment_v2/bitmap_index_test.cpp: ## @@ -35,6 +35,9 @@ #include "util/file_utils.h" namespace doris { + +using FileSystemPtr = std::shared_p

[GitHub] [doris] yiguolei commented on a diff in pull request #13487: [Feature](remote)Add schema change for remote storage file

2022-10-26 Thread GitBox
yiguolei commented on code in PR #13487: URL: https://github.com/apache/doris/pull/13487#discussion_r1006470133 ## be/src/olap/tablet.cpp: ## @@ -1661,6 +1661,17 @@ Status Tablet::create_rowset_writer(const Version& version, const RowsetStatePB&

[doris] branch branch-1.1-lts updated: [fix](DynamicPartition) Not check max_dynamic_partition_num when disable DynamicPartition (#13267) (#13701)

2022-10-26 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new f3d012d888 [fix](DynamicParti

[GitHub] [doris] morningman merged pull request #13701: [fix](DynamicPartition) Not check max_dynamic_partition_num when disable DynamicPartition (#13267)

2022-10-26 Thread GitBox
morningman merged PR #13701: URL: https://github.com/apache/doris/pull/13701 -- 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] zhouaoe commented on a diff in pull request #4690: [Feature]Broker oss support

2022-10-26 Thread GitBox
zhouaoe commented on code in PR #4690: URL: https://github.com/apache/doris/pull/4690#discussion_r1006468270 ## fs_brokers/apache_hdfs_broker/build.sh: ## @@ -42,6 +42,12 @@ rm -rf ${BROKER_OUTPUT} install -d ${BROKER_OUTPUT}/bin ${BROKER_OUTPUT}/conf \ ${BROKER_OUT

[GitHub] [doris] yiguolei commented on a diff in pull request #13487: [Feature](remote)Add schema change for remote storage file

2022-10-26 Thread GitBox
yiguolei commented on code in PR #13487: URL: https://github.com/apache/doris/pull/13487#discussion_r1006467366 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -67,8 +67,13 @@ BetaRowsetWriter::~BetaRowsetWriter() { Status BetaRowsetWriter::init(const RowsetWriterContext&

[GitHub] [doris] zhouaoe commented on pull request #4690: [Feature]Broker oss support

2022-10-26 Thread GitBox
zhouaoe commented on PR #4690: URL: https://github.com/apache/doris/pull/4690#issuecomment-1293073669 @gengjun-git Do you will reopen it again? I am making the same feature,if you have done, it would be better that use your code. -- This is an automated message from the Apache Git Se

[GitHub] [doris] github-actions[bot] commented on pull request #13693: [bugfix](concat) be crash caused by function concat(ifnull)

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13693: URL: https://github.com/apache/doris/pull/13693#issuecomment-1293073672 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 #13693: [bugfix](concat) be crash caused by function concat(ifnull)

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13693: URL: https://github.com/apache/doris/pull/13693#issuecomment-1293073633 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] zhouaoe commented on pull request #4690: [Feature]Broker oss support

2022-10-26 Thread GitBox
zhouaoe commented on PR #4690: URL: https://github.com/apache/doris/pull/4690#issuecomment-1293071287 @gengjun-git why didn't submit this featur? Is there any problem? I am making the same feature,do you will to reopen it again? -- This is an automated message from the Apache Git Servi

[GitHub] [doris] yiguolei commented on a diff in pull request #13487: [Feature](remote)Add schema change for remote storage file

2022-10-26 Thread GitBox
yiguolei commented on code in PR #13487: URL: https://github.com/apache/doris/pull/13487#discussion_r1006462262 ## be/src/io/fs/s3_file_system.h: ## @@ -75,7 +75,8 @@ class S3FileSystem final : public RemoteFileSystem { // Guarded by external lock. void set_sk(std::str

[GitHub] [doris] TsubameKoyasu opened a new pull request, #13723: Fix the extension mysql_to_doris BUG

2022-10-26 Thread GitBox
TsubameKoyasu opened a new pull request, #13723: URL: https://github.com/apache/doris/pull/13723 e_mysql_to_doris.sh: command error,This error causes script execution errors. :ERROR 1103 (42000) at line 1: Incorrect table name ''. ` ` symbol position error. Issue Number: close #1

[GitHub] [doris] hello-stephen commented on pull request #13246: [Feature](runtime-filter) add runtime filter breaking change adapt

2022-10-26 Thread GitBox
hello-stephen commented on PR #13246: URL: https://github.com/apache/doris/pull/13246#issuecomment-1293064794 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.39 seconds load time: 573 seconds storage size: 17154644824 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13693: [bugfix](concat) be crash caused by function concat(ifnull)

2022-10-26 Thread GitBox
hello-stephen commented on PR #13693: URL: https://github.com/apache/doris/pull/13693#issuecomment-1293063100 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.8 seconds load time: 625 seconds storage size: 17154875751 Bytes https://doris-com

[GitHub] [doris] BiteTheDDDDt closed pull request #12763: [Enhancement](optimize) optimize for BinaryDictPageDecoder::read_by_rowids

2022-10-26 Thread GitBox
BiteThet closed pull request #12763: [Enhancement](optimize) optimize for BinaryDictPageDecoder::read_by_rowids URL: https://github.com/apache/doris/pull/12763 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [doris] BiteTheDDDDt closed pull request #13536: [Enhancement](runtime-filter) optimize for runtimefilter 64bit type hash function

2022-10-26 Thread GitBox
BiteThet closed pull request #13536: [Enhancement](runtime-filter) optimize for runtimefilter 64bit type hash function URL: https://github.com/apache/doris/pull/13536 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [doris] TsubameKoyasu opened a new issue, #13722: [Bug] extension mysql_to_doris: mysql:ERROR 1103 (42000) at line 1: Incorrect table name ''

2022-10-26 Thread GitBox
TsubameKoyasu opened a new issue, #13722: URL: https://github.com/apache/doris/issues/13722 ### 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] siriume closed issue #12705: [Bug] [nereids] Cann't parse insert into sql with where condiction from odbc.

2022-10-26 Thread GitBox
siriume closed issue #12705: [Bug] [nereids] Cann't parse insert into sql with where condiction from odbc. URL: https://github.com/apache/doris/issues/12705 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #13707: [function](date function) add new date function 'to_monday'

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13707: URL: https://github.com/apache/doris/pull/13707#issuecomment-1293044036 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 #13707: [function](date function) add new date function 'to_monday'

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13707: URL: https://github.com/apache/doris/pull/13707#issuecomment-1293044010 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] zhangstar333 commented on pull request #13246: [Feature](runtime-filter) add runtime filter breaking change adapt

2022-10-26 Thread GitBox
zhangstar333 commented on PR #13246: URL: https://github.com/apache/doris/pull/13246#issuecomment-1293035228 LGTM, and fixed tpcds_sf1_p1 q85 -- 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 s

[GitHub] [doris] hello-stephen commented on pull request #13691: [fix](planner) infer predicate could generate predicates in another scope

2022-10-26 Thread GitBox
hello-stephen commented on PR #13691: URL: https://github.com/apache/doris/pull/13691#issuecomment-1293034109 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 39.35 seconds load time: 624 seconds storage size: 17154810753 Bytes https://doris-co

[GitHub] [doris] MRYOG commented on issue #13703: [Bug] SQL : create table as select ,include decimal type throw SQLException

2022-10-26 Thread GitBox
MRYOG commented on issue #13703: URL: https://github.com/apache/doris/issues/13703#issuecomment-1293033590 I check my test environment version is 1.1.2-rc2 , upgrade 1.1.3-rc02 is ok -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [doris] MRYOG closed issue #13703: [Bug] SQL : create table as select ,include decimal type throw SQLException

2022-10-26 Thread GitBox
MRYOG closed issue #13703: [Bug] SQL : create table as select ,include decimal type throw SQLException URL: https://github.com/apache/doris/issues/13703 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [doris] github-actions[bot] commented on pull request #13720: [enhancement](explain) add cardinality to explain string and explain graph

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13720: URL: https://github.com/apache/doris/pull/13720#issuecomment-1293021718 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] hello-stephen commented on pull request #13720: [enhancement](explain) add cardinality to explain string and explain graph

2022-10-26 Thread GitBox
hello-stephen commented on PR #13720: URL: https://github.com/apache/doris/pull/13720#issuecomment-1293019706 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 41.81 seconds load time: 641 seconds storage size: 17154810798 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13718: improve error message for literal type overlength when insert

2022-10-26 Thread GitBox
hello-stephen commented on PR #13718: URL: https://github.com/apache/doris/pull/13718#issuecomment-1293006282 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.77 seconds load time: 627 seconds storage size: 17154810754 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #13660: [enhancement](java-udf) Support loading libjvm at runtime

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13660: URL: https://github.com/apache/doris/pull/13660#issuecomment-1293002563 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 #13660: [enhancement](java-udf) Support loading libjvm at runtime

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13660: URL: https://github.com/apache/doris/pull/13660#issuecomment-1293002580 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 #13716: [chore](build) Pass the compile flag -Wno-unused-but-set-variable on demand

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13716: URL: https://github.com/apache/doris/pull/13716#issuecomment-1293000504 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 #13716: [chore](build) Pass the compile flag -Wno-unused-but-set-variable on demand

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13716: URL: https://github.com/apache/doris/pull/13716#issuecomment-1293000487 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 #13533: [improvement](planner) support delete from partitioned table without partition specified

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13533: URL: https://github.com/apache/doris/pull/13533#issuecomment-1292996060 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 #13533: [improvement](planner) support delete from partitioned table without partition specified

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13533: URL: https://github.com/apache/doris/pull/13533#issuecomment-1292996034 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] hello-stephen commented on pull request #13716: [chore](build) Pass the compile flag -Wno-unused-but-set-variable on demand

2022-10-26 Thread GitBox
hello-stephen commented on PR #13716: URL: https://github.com/apache/doris/pull/13716#issuecomment-1292995412 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.42 seconds load time: 570 seconds storage size: 17154644056 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #13715: [feature](Nereids) implement Rollup and cube

2022-10-26 Thread GitBox
hello-stephen commented on PR #13715: URL: https://github.com/apache/doris/pull/13715#issuecomment-1292958293 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 39 seconds load time: 632 seconds storage size: 17154865164 Bytes https://doris-commu

[GitHub] [doris] morrySnow commented on pull request #13720: [enhancement](explain) add cardinality to explain string and explain graph

2022-10-26 Thread GitBox
morrySnow commented on PR #13720: URL: https://github.com/apache/doris/pull/13720#issuecomment-1292949294 @englefly PTAL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] morrySnow opened a new pull request, #13720: [enhancement](explain) add cardinality to explain string and explain graph

2022-10-26 Thread GitBox
morrySnow opened a new pull request, #13720: URL: https://github.com/apache/doris/pull/13720 # Proposed changes 1. set cardinality when translate Nereids plan to legacy planner's plan 2. print cardinality when use EXPLAIN GRAPH ## Problem summary Describe your changes.

[GitHub] [doris] hello-stephen commented on pull request #13246: [Feature](runtime-filter) add runtime filter breaking change adapt

2022-10-26 Thread GitBox
hello-stephen commented on PR #13246: URL: https://github.com/apache/doris/pull/13246#issuecomment-1292946621 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.73 seconds load time: 571 seconds storage size: 17154631732 Bytes https://doris-co

[GitHub] [doris] zy-kkk commented on issue #13702: [Bug] be crash

2022-10-26 Thread GitBox
zy-kkk commented on issue #13702: URL: https://github.com/apache/doris/issues/13702#issuecomment-1292943035 I briefly reproduced your scene, but there was no be crash. Could you please describe your usage in detail, such as providing scheme and query -- This is an automated message from t

[GitHub] [doris] hello-stephen commented on pull request #13690: [feature](compaction) support ordered data non-traverse compaction

2022-10-26 Thread GitBox
hello-stephen commented on PR #13690: URL: https://github.com/apache/doris/pull/13690#issuecomment-1292942145 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.71 seconds load time: 598 seconds storage size: 17154827763 Bytes https://doris-co

[GitHub] [doris] morningman commented on pull request #13067: [feature-wip](recover) new recover ddl and support show dropped

2022-10-26 Thread GitBox
morningman commented on PR #13067: URL: https://github.com/apache/doris/pull/13067#issuecomment-1292939906 Still has problem, do not merge ``` 2022-10-27 11:56:46,614 WARN (leaderCheckpointer|78) [EditLog.loadJournal():919] [INCONSISTENT META] replay failed opCode=10 org.apache.doris

[GitHub] [doris] hello-stephen commented on pull request #13714: [chore](macOS) Support Java UDF

2022-10-26 Thread GitBox
hello-stephen commented on PR #13714: URL: https://github.com/apache/doris/pull/13714#issuecomment-1292936103 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 37.84 seconds load time: 570 seconds storage size: 17154699341 Bytes https://doris-co

[doris] branch master updated: [bugfix](join) inner join return wrong result (#13608)

2022-10-26 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 738da0b139 [bugfix](join) inner join return wron

[GitHub] [doris] yangzhg merged pull request #13608: [bugfix](join) inner join return wrong result

2022-10-26 Thread GitBox
yangzhg merged PR #13608: URL: https://github.com/apache/doris/pull/13608 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apac

[GitHub] [doris] yangzhg closed issue #13606: [Bug] inner join with functions return wrong result

2022-10-26 Thread GitBox
yangzhg closed issue #13606: [Bug] inner join with functions return wrong result URL: https://github.com/apache/doris/issues/13606 -- 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] yangzhg opened a new pull request, #13719: [Bugfix](MV) Fixed load negative values into bitmap type materialized views successfully under non-vectorization

2022-10-26 Thread GitBox
yangzhg opened a new pull request, #13719: URL: https://github.com/apache/doris/pull/13719 # Proposed changes Issue Number: close #13502 ## Problem summary Fixed load negative values into bitmap type materialized views successfully under non-vectorization, this is becaus

[GitHub] [doris] Yulei-Yang commented on issue #13717: [Enhancement] improve error message for literal type overlength when insert

2022-10-26 Thread GitBox
Yulei-Yang commented on issue #13717: URL: https://github.com/apache/doris/issues/13717#issuecomment-1292932815 please review this pr: https://github.com/apache/doris/pull/13718 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [doris] Yulei-Yang opened a new pull request, #13718: improve error message for literal type overlength when insert

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

[GitHub] [doris] Yulei-Yang opened a new issue, #13717: [Enhancement] improve error message for literal type overlength when insert

2022-10-26 Thread GitBox
Yulei-Yang opened a new issue, #13717: URL: https://github.com/apache/doris/issues/13717 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description when in

[doris] branch master updated (0e70d681d9 -> ec86e9c9b2)

2022-10-26 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 0e70d681d9 [feature](Nereids): Construct join graph (#13679) add ec86e9c9b2 [feature-wip][MTMV] The schedule f

[GitHub] [doris] adonis0147 merged pull request #13147: [feature-wip][MTMV] The schedule framework for the MTMV

2022-10-26 Thread GitBox
adonis0147 merged PR #13147: URL: https://github.com/apache/doris/pull/13147 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[doris] branch master updated (d388de6c11 -> 0e70d681d9)

2022-10-26 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 d388de6c11 [Enhancement](threadpool) print thread pool name on error (#13706) add 0e70d681d9 [feature](Nereids):

[GitHub] [doris] jackwener closed issue #13713: [Feature] Construct a Hyper Graph for join ordering

2022-10-26 Thread GitBox
jackwener closed issue #13713: [Feature] Construct a Hyper Graph for join ordering URL: https://github.com/apache/doris/issues/13713 -- 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 comm

[GitHub] [doris] jackwener merged pull request #13679: [feature](Nereids): Construct join graph

2022-10-26 Thread GitBox
jackwener merged PR #13679: URL: https://github.com/apache/doris/pull/13679 -- 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] hello-stephen commented on pull request #13693: [bugfix](concat) be crash caused by function concat(ifnull)

2022-10-26 Thread GitBox
hello-stephen commented on PR #13693: URL: https://github.com/apache/doris/pull/13693#issuecomment-1292925368 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.61 seconds load time: 564 seconds storage size: 17154644858 Bytes https://doris-co

[GitHub] [doris] yixiutt commented on pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

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

[GitHub] [doris] hello-stephen commented on pull request #13086: [feature](information_schema) add `backends` information_schema table

2022-10-26 Thread GitBox
hello-stephen commented on PR #13086: URL: https://github.com/apache/doris/pull/13086#issuecomment-1292922700 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.98 seconds load time: 555 seconds storage size: 17154644885 Bytes https://doris-co

[GitHub] [doris] adonis0147 opened a new pull request, #13716: [chore](build) Pass the compile flag -Wno-unused-but-set-variable on demand

2022-10-26 Thread GitBox
adonis0147 opened a new pull request, #13716: URL: https://github.com/apache/doris/pull/13716 # Proposed changes ~~Issue Number: close #xxx~~ ## Problem summary There are some issues with the compile flag `-Wno-unused-but-set-variable` for clang. 1. `-Wno-unused-but-s

[GitHub] [doris] zhengshiJ opened a new pull request, #13715: [feature](Nereids) implement Rollup and cube

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

[GitHub] [doris] hello-stephen commented on pull request #13533: [improvement](planner) support delete from partitioned table without partition specified

2022-10-26 Thread GitBox
hello-stephen commented on PR #13533: URL: https://github.com/apache/doris/pull/13533#issuecomment-1292908811 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.47 seconds load time: 568 seconds storage size: 17154644735 Bytes https://doris-co

[GitHub] [doris] adonis0147 opened a new pull request, #13714: [chore](macOS) Support Java UDF

2022-10-26 Thread GitBox
adonis0147 opened a new pull request, #13714: URL: https://github.com/apache/doris/pull/13714 # Proposed changes ~~Issue Number: close #xxx~~ ## Problem summary Previously, there are some issues with BE (built with Java UDF support) on macOS and we disable it by default

[GitHub] [doris] github-actions[bot] commented on pull request #13679: [feature](Nereids): Construct join graph

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13679: URL: https://github.com/apache/doris/pull/13679#issuecomment-1292902118 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 #13679: [feature](Nereids): Construct join graph

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13679: URL: https://github.com/apache/doris/pull/13679#issuecomment-1292902098 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] XieJiann opened a new issue, #13713: [Feature] Construct a Hyper Graph for join ordering

2022-10-26 Thread GitBox
XieJiann opened a new issue, #13713: URL: https://github.com/apache/doris/issues/13713 ### 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 We want t

[GitHub] [doris] XieJiann commented on issue #13625: greedy join reorder in Nereids

2022-10-26 Thread GitBox
XieJiann commented on issue #13625: URL: https://github.com/apache/doris/issues/13625#issuecomment-1292897627 TODO list in the fist phase - [ ] Construct Hyper Graph - [ ] match the max sub-tree of continuous join operator - [ ] Simplify the Hyper Graph - [ ] Construct a plan from

[doris] branch master updated: [Enhancement](threadpool) print thread pool name on error (#13706)

2022-10-26 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 d388de6c11 [Enhancement](threadpool) print thre

[GitHub] [doris] yiguolei merged pull request #13706: [Enhancement](threadpool) print thread pool name on error

2022-10-26 Thread GitBox
yiguolei merged PR #13706: URL: https://github.com/apache/doris/pull/13706 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated (2697f72d77 -> c874931ac8)

2022-10-26 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 2697f72d77 [Improvement][SET-PROPERTY] Support for set query_timeout property (#13444) add c874931ac8 [fix](jo

[GitHub] [doris] yiguolei merged pull request #13655: [fix](join)output all value from no-null side of outer join

2022-10-26 Thread GitBox
yiguolei merged PR #13655: URL: https://github.com/apache/doris/pull/13655 -- 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 #13655: [fix](join)output all value from no-null side of outer join

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13655: URL: https://github.com/apache/doris/pull/13655#issuecomment-1292896486 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 #13655: [fix](join)output all value from no-null side of outer join

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13655: URL: https://github.com/apache/doris/pull/13655#issuecomment-1292896451 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] LemonLiTree commented on issue #13703: [Bug] SQL : create table as select ,include decimal type throw SQLException

2022-10-26 Thread GitBox
LemonLiTree commented on issue #13703: URL: https://github.com/apache/doris/issues/13703#issuecomment-1292895753 I tested OK! `mysql> CREATE TABLE test_20221027( -> `key2` BIGINT NULL COMMENT "key2", -> `value1` decimal(26,9) NULL COMMENT "value1" -> ) ENGINE = OL

[GitHub] [doris] wwek commented on issue #13666: [Feature] SUBSTRING_INDEX() 不支持且无替换方案

2022-10-26 Thread GitBox
wwek commented on issue #13666: URL: https://github.com/apache/doris/issues/13666#issuecomment-1292891847 SUBSTRING_INDEX() 是另外一个需求了,这个后面也可以支持下。 和MySQL中的等效实现,这样让用户平滑迁移 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [doris] hello-stephen commented on pull request #13688: [feature-wip](multi-catalog) reuse hdfsFS and decode values in batch without breaking up by null

2022-10-26 Thread GitBox
hello-stephen commented on PR #13688: URL: https://github.com/apache/doris/pull/13688#issuecomment-1292890284 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.56 seconds load time: 555 seconds storage size: 17154644123 Bytes https://doris-co

[GitHub] [doris] Cyb315966632 closed issue #13687: Execution scala-compile-first of goal net.alchim31.maven:scala-maven-plugin:3.2.1:compile failed: invalid versionNumber : major.minor

2022-10-26 Thread GitBox
Cyb315966632 closed issue #13687: Execution scala-compile-first of goal net.alchim31.maven:scala-maven-plugin:3.2.1:compile failed: invalid versionNumber : major.minor URL: https://github.com/apache/doris/issues/13687 -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [doris] wwek commented on issue #13666: [Feature] SUBSTRING_INDEX() 不支持且无替换方案

2022-10-26 Thread GitBox
wwek commented on issue #13666: URL: https://github.com/apache/doris/issues/13666#issuecomment-1292886841 > 也就是split_part支持倒取就满足需求了? split_part 如果支持了用负数就行倒取字段是可以满足我的需求的。相关issue已提 https://github.com/apache/doris/issues/13712 -- This is an automated message from the Apache Git Serv

[GitHub] [doris] wwek opened a new issue, #13712: [Feature] split_part函数支持用负数倒取字段

2022-10-26 Thread GitBox
wwek opened a new issue, #13712: URL: https://github.com/apache/doris/issues/13712 ### 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 VARCHAR s

[GitHub] [doris] LOVEGISER commented on issue #13666: [Feature] SUBSTRING_INDEX() 不支持且无替换方案

2022-10-26 Thread GitBox
LOVEGISER commented on issue #13666: URL: https://github.com/apache/doris/issues/13666#issuecomment-1292876742 也就是split_part支持倒取就满足需求了? -- 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 specifi

[GitHub] [doris] LOVEGISER commented on issue #13666: [Feature] SUBSTRING_INDEX() 不支持且无替换方案

2022-10-26 Thread GitBox
LOVEGISER commented on issue #13666: URL: https://github.com/apache/doris/issues/13666#issuecomment-1292876331 你的需求是不是返回一个数据就行,但是要支持正取和倒取? -- 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 spec

[GitHub] [doris] siriume opened a new pull request, #13711: Correct spelling mistakes.

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

[GitHub] [doris] wwek commented on issue #13666: [Feature] SUBSTRING_INDEX() 不支持且无替换方案

2022-10-26 Thread GitBox
wwek commented on issue #13666: URL: https://github.com/apache/doris/issues/13666#issuecomment-1292874686 > 这个只支持正取,不支持倒取 也就是MySQL中 SUBSTRING_INDEX() 除了支持用正数 正取, 还支持用负数 倒取 实现一个等效函数 -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [doris] LOVEGISER commented on issue #13666: [Feature] SUBSTRING_INDEX() 不支持且无替换方案

2022-10-26 Thread GitBox
LOVEGISER commented on issue #13666: URL: https://github.com/apache/doris/issues/13666#issuecomment-1292870444 1. use split("hello world", " "); return:["hello", "world"] 2.use array_slice(["hello", "world"], 1, 1) -- This is an automated message from the Apache Git Service. To respond

[GitHub] [doris] github-actions[bot] commented on pull request #13067: [feature-wip](recover) new recover ddl and support show dropped

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13067: URL: https://github.com/apache/doris/pull/13067#issuecomment-1292868534 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 #13067: [feature-wip](recover) new recover ddl and support show dropped

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13067: URL: https://github.com/apache/doris/pull/13067#issuecomment-1292868506 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: [Improvement][SET-PROPERTY] Support for set query_timeout property (#13444)

2022-10-26 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 2697f72d77 [Improvement][SET-PROPERTY] Suppor

[GitHub] [doris] morningman merged pull request #13444: [Improvement][SET-PROPERTY]Support for set query_timeout property

2022-10-26 Thread GitBox
morningman merged PR #13444: URL: https://github.com/apache/doris/pull/13444 -- 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] adonis0147 commented on pull request #13450: [Fix](chore): Fix the spelling mistake of BOOST_ROOT,Boost_ROOT will work

2022-10-26 Thread GitBox
adonis0147 commented on PR #13450: URL: https://github.com/apache/doris/pull/13450#issuecomment-1292859019 Hi @liyipingbest , thanks for your prompt reply. Here are some questions: 1. Did you use the `cmake` in `ldb_toolchain`? 2. How to reproduce this issue? -- This is an aut

[doris-website] branch asf-site updated: Automated deployment with doris branch @ 401d4f87f6d06f051bc89b57c0c26538f693108d

2022-10-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 6473395d4e0 Automated deployment

[doris] branch master updated (ffcb2f8525 -> 7557980d64)

2022-10-26 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from ffcb2f8525 [opt](exec) Replace get_utf8_byte_length function by array (#13664) add 7557980d64 [improvement](r

[GitHub] [doris] morningman merged pull request #13682: [improvement](regression-test) avoid query empty result after loading finished

2022-10-26 Thread GitBox
morningman merged PR #13682: URL: https://github.com/apache/doris/pull/13682 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[doris] branch master updated (5bd66243ee -> ffcb2f8525)

2022-10-26 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 5bd66243ee [minor](log) remove some unused logs (#13689) add ffcb2f8525 [opt](exec) Replace get_utf8_byte_lengt

[GitHub] [doris] HappenLee merged pull request #13664: [opt](exec) Replace get_utf8_byte_length function by array

2022-10-26 Thread GitBox
HappenLee merged PR #13664: URL: https://github.com/apache/doris/pull/13664 -- 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 #13682: [improvement](regression-test) avoid query empty result after loading finished

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13682: URL: https://github.com/apache/doris/pull/13682#issuecomment-1292857410 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] hello-stephen commented on pull request #13708: [fix](memtracker) Fix the usage of bthread mem tracker

2022-10-26 Thread GitBox
hello-stephen commented on PR #13708: URL: https://github.com/apache/doris/pull/13708#issuecomment-1292856961 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.68 seconds load time: 576 seconds storage size: 17154810731 Bytes https://doris-co

[GitHub] [doris] Cyb315966632 opened a new issue, #13710: Failed to get response from Doris

2022-10-26 Thread GitBox
Cyb315966632 opened a new issue, #13710: URL: https://github.com/apache/doris/issues/13710 After compiling the flink-doris-connector-1.14_2.11 , new error : java.io.IOException: Failed to get response from Doris -- This is an automated message from the Apache Git Service. To resp

[doris] branch master updated (3e8cd0c669 -> 5bd66243ee)

2022-10-26 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 3e8cd0c669 [typo](doc) Add the description of json HDFS broker load (#13683) add 5bd66243ee [minor](log) remo

[GitHub] [doris] morningman merged pull request #13689: [minor](log) remove some unused logs

2022-10-26 Thread GitBox
morningman merged PR #13689: URL: https://github.com/apache/doris/pull/13689 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[doris] branch master updated: [typo](doc) Add the description of json HDFS broker load (#13683)

2022-10-26 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 3e8cd0c669 [typo](doc) Add the description of

[GitHub] [doris] morningman merged pull request #13683: [typo](doc) Add the description of json HDFS broker load

2022-10-26 Thread GitBox
morningman merged PR #13683: URL: https://github.com/apache/doris/pull/13683 -- 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 #13706: [Enhancement](threadpool) print thread pool name on error

2022-10-26 Thread GitBox
github-actions[bot] commented on PR #13706: URL: https://github.com/apache/doris/pull/13706#issuecomment-1292846398 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

  1   2   3   >