[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #7044: [Feature] make BinaryPredicate do not cast date to datetime/varchar

2021-11-08 Thread GitBox
BiteThet opened a new issue #7044: URL: https://github.com/apache/incubator-doris/issues/7044 ### 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

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request #7045: [Feature] make BinaryPredicate do not cast date to datetime/varchar

2021-11-08 Thread GitBox
BiteThet opened a new pull request #7045: URL: https://github.com/apache/incubator-doris/pull/7045 ## Proposed changes #7044 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_ - [ ] Bugfix

[GitHub] [incubator-doris] dhpyyy820 commented on issue #5929: Doris有支持多表 物化视图 的计划吗?

2021-11-08 Thread GitBox
dhpyyy820 commented on issue #5929: URL: https://github.com/apache/incubator-doris/issues/5929#issuecomment-962939030 同问 -- 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. T

[GitHub] [incubator-doris] hf200012 opened a new pull request #7046: Connector build

2021-11-08 Thread GitBox
hf200012 opened a new pull request #7046: URL: https://github.com/apache/incubator-doris/pull/7046 ## Proposed changes The jar file compiled by Flink and Spark Connector, with the corresponding Flink, Spark version and Scala version at compile time, so that users can know whether th

[GitHub] [incubator-doris] hf200012 closed pull request #7046: Compile and output the jar file, add Spark, Flink version and Scala version

2021-11-08 Thread GitBox
hf200012 closed pull request #7046: URL: https://github.com/apache/incubator-doris/pull/7046 -- 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: commi

[GitHub] [incubator-doris] wayofeng opened a new pull request #7047: Wyf

2021-11-08 Thread GitBox
wayofeng opened a new pull request #7047: URL: https://github.com/apache/incubator-doris/pull/7047 ## Proposed changes Add the sharing blog function to the document site, including the blog list and detail page. At the same time, a guide on how to share blogs has been added to the devel

[GitHub] [incubator-doris] chovy-3012 opened a new pull request #7048: [Compile] Fix spark-connector compile problem

2021-11-08 Thread GitBox
chovy-3012 opened a new pull request #7048: URL: https://github.com/apache/incubator-doris/pull/7048 ## Proposed changes Creating soft link under `/usr/bin` for `thrift` to solve spark connector compile failed. #5933 ## Types of changes What types of changes does your

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7047: [Website][Doc] Add the sharing blog function to the document site

2021-11-08 Thread GitBox
github-actions[bot] commented on pull request #7047: URL: https://github.com/apache/incubator-doris/pull/7047#issuecomment-962966992 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[GitHub] [incubator-doris] morningman commented on a change in pull request #7048: [Compile] Fix spark-connector compile problem

2021-11-08 Thread GitBox
morningman commented on a change in pull request #7048: URL: https://github.com/apache/incubator-doris/pull/7048#discussion_r744543775 ## File path: thirdparty/build-thirdparty.sh ## @@ -256,6 +256,8 @@ build_thrift() { fi make -j $PARALLEL && make install +# Cr

[GitHub] [incubator-doris] pengxiangyu opened a new issue #7049: [Feature] Add errno for hdfs writer. when no dir, hdfs writer open failed, the dir need to be created.

2021-11-08 Thread GitBox
pengxiangyu opened a new issue #7049: URL: https://github.com/apache/incubator-doris/issues/7049 ### 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

[GitHub] [incubator-doris] pengxiangyu opened a new pull request #7050: Add errno for hdfs writer. when no dir, hdfs writer open failed, the dir need to be created.

2021-11-08 Thread GitBox
pengxiangyu opened a new pull request #7050: URL: https://github.com/apache/incubator-doris/pull/7050 ## Proposed changes Add errno message for hdfs writer failed. When call openWrite for hdfs, when dir doesn't exist, hdfs writer open failed, the dir need to be created first.

[GitHub] [incubator-doris] chovy-3012 commented on a change in pull request #7048: [Compile] Fix spark-connector compile problem

2021-11-08 Thread GitBox
chovy-3012 commented on a change in pull request #7048: URL: https://github.com/apache/incubator-doris/pull/7048#discussion_r744556447 ## File path: thirdparty/build-thirdparty.sh ## @@ -256,6 +256,8 @@ build_thrift() { fi make -j $PARALLEL && make install +# Cr

[GitHub] [incubator-doris] chovy-3012 commented on a change in pull request #7048: [Compile] Fix spark-connector compile problem

2021-11-08 Thread GitBox
chovy-3012 commented on a change in pull request #7048: URL: https://github.com/apache/incubator-doris/pull/7048#discussion_r744556447 ## File path: thirdparty/build-thirdparty.sh ## @@ -256,6 +256,8 @@ build_thrift() { fi make -j $PARALLEL && make install +# Cr

[GitHub] [incubator-doris] chovy-3012 commented on a change in pull request #7048: [Compile] Fix spark-connector compile problem

2021-11-08 Thread GitBox
chovy-3012 commented on a change in pull request #7048: URL: https://github.com/apache/incubator-doris/pull/7048#discussion_r744556447 ## File path: thirdparty/build-thirdparty.sh ## @@ -256,6 +256,8 @@ build_thrift() { fi make -j $PARALLEL && make install +# Cr

[GitHub] [incubator-doris] hf200012 opened a new pull request #7051: Compile and output the jar file, add Spark, Flink version and Scala version

2021-11-08 Thread GitBox
hf200012 opened a new pull request #7051: URL: https://github.com/apache/incubator-doris/pull/7051 The jar file compiled by Flink and Spark Connector, with the corresponding Flink, Spark version and Scala version at compile time, so that users can know whether the version number matche

[GitHub] [incubator-doris] morningman commented on a change in pull request #7048: [Compile] Fix spark-connector compile problem

2021-11-08 Thread GitBox
morningman commented on a change in pull request #7048: URL: https://github.com/apache/incubator-doris/pull/7048#discussion_r744600432 ## File path: extension/spark-doris-connector/build.sh ## @@ -30,6 +30,7 @@ ROOT=`cd "$ROOT"; pwd` export DORIS_HOME=${ROOT}/../../ +expor

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #7052: [Docs] Add hdfs outfile example

2021-11-08 Thread GitBox
EmmyMiao87 opened a new pull request #7052: URL: https://github.com/apache/incubator-doris/pull/7052 ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature re

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7051: [Build]Compile and output the jar file, add Spark, Flink version and Scala version

2021-11-08 Thread GitBox
github-actions[bot] commented on pull request #7051: URL: https://github.com/apache/incubator-doris/pull/7051#issuecomment-963055662 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #7053: [Feature] Refactor predicate function creator

2021-11-08 Thread GitBox
BiteThet opened a new issue #7053: URL: https://github.com/apache/incubator-doris/issues/7053 ### 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

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #7045: [Feature] make BinaryPredicate do not cast date to datetime/varchar

2021-11-08 Thread GitBox
EmmyMiao87 commented on a change in pull request #7045: URL: https://github.com/apache/incubator-doris/pull/7045#discussion_r744635142 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/BinaryPredicate.java ## @@ -294,29 +291,39 @@ private Type getCmpType() throw

[GitHub] [incubator-doris] BiteTheDDDDt commented on a change in pull request #7045: [Feature] make BinaryPredicate do not cast date to datetime/varchar

2021-11-08 Thread GitBox
BiteThet commented on a change in pull request #7045: URL: https://github.com/apache/incubator-doris/pull/7045#discussion_r744638152 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/BinaryPredicate.java ## @@ -294,29 +291,39 @@ private Type getCmpType() thr

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request #7054: [Feature] Refactor predicate function creator

2021-11-08 Thread GitBox
BiteThet opened a new pull request #7054: URL: https://github.com/apache/incubator-doris/pull/7054 ## Proposed changes #7053 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_ - [ ] Bugfix (non-

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7022: [Bug] Change DateTimeValue Memmory Layout To Old

2021-11-08 Thread GitBox
github-actions[bot] commented on pull request #7022: URL: https://github.com/apache/incubator-doris/pull/7022#issuecomment-963172305 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, plea

[GitHub] [incubator-doris] morningman merged pull request #7022: [Bug] Change DateTimeValue Memmory Layout To Old

2021-11-08 Thread GitBox
morningman merged pull request #7022: URL: https://github.com/apache/incubator-doris/pull/7022 -- 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: com

[GitHub] [incubator-doris] morningman closed issue #7021: [Bug] Change DateTimeValue memmory layout cause problem of compatibility

2021-11-08 Thread GitBox
morningman closed issue #7021: URL: https://github.com/apache/incubator-doris/issues/7021 -- 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-

[incubator-doris] branch master updated: [Bug] Change DateTimeValue Memmory Layout To Old (#7022)

2021-11-08 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 8ba2d79 [Bug] Change DateTimeValue

[incubator-doris] branch branch-0.15 updated (4719771 -> c9d3010)

2021-11-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 4719771 [Enhance][Load] Reduce the number of segments when loading a large volume data in one bat

[incubator-doris] 08/11: [refactor] set `forward_to_master` true by default (#7017)

2021-11-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 0a551e4dd039879c7089f07284900254170ce495 Author: Zhengguo Yang AuthorDate: Sat Nov 6 13:27:26 2021 +08

[incubator-doris] 03/11: [BUG][Schedule] Fix getMixLoadScore error. (#6975)

2021-11-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 5266ba9f4d68251c78cc44cd6fb30a10bb033a4d Author: Lijia Liu AuthorDate: Tue Nov 2 16:36:05 2021 +0800

[incubator-doris] 10/11: [Bug] Fix bug that memtracker in delta writer will be visited before initializd. (#7013)

2021-11-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 987ca1fbcf43a5bd05c08180688214dc579a3f38 Author: Mingyu Chen AuthorDate: Sat Nov 6 13:29:49 2021 +0800

[incubator-doris] 07/11: fix issue for JournalEntity (#7005)

2021-11-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 02694afad063a4d99b1182eb044029a43ea6914e Author: GoGoWen <82132356+gogo...@users.noreply.github.com> Au

[incubator-doris] 11/11: [Bug] Change DateTimeValue Memmory Layout To Old (#7022)

2021-11-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit c9d30107a01aa60c019b9ed22a76675dafa967fb Author: HappenLee AuthorDate: Mon Nov 8 21:56:14 2021 +0800

[incubator-doris] 06/11: Fix hadoop load failed when enable batch delete in unique table (#6996)

2021-11-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 8bfc0a05f4f3732e6d1f1179f3f858509f825838 Author: Zhengguo Yang AuthorDate: Fri Nov 5 09:43:28 2021 +08

[incubator-doris] 09/11: Union stmt support 'OutFileClause' (#7026)

2021-11-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 1d4116233458d29913ea148b27061379f2141ccd Author: EmmyMiao87 <522274...@qq.com> AuthorDate: Sat Nov 6 13

[incubator-doris] 04/11: [Build] Generate compile_command.json (#6976)

2021-11-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 0faff631a12a3c24a2151e851a403ed7b214b47c Author: flynn AuthorDate: Tue Nov 2 16:36:35 2021 +0800

[incubator-doris] 02/11: [Thirdparty] Fix flatbuffers download url error (#6968)

2021-11-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit e1d8078c4fb22a6034c0e72233bd3d5573687e18 Author: xuliuzhe <369187...@qq.com> AuthorDate: Tue Nov 2 16:3

[incubator-doris] 05/11: Fix the SQL execution error caused by tablet not being found due to Colocate join (#7002)

2021-11-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit cc6a6be4786072d03608e23f38f7e6bcb011869a Author: weajun AuthorDate: Thu Nov 4 09:21:52 2021 +0800

[incubator-doris] 01/11: [BUG] fix Calc capacityCoefficient mistake #6898 (#6899)

2021-11-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 0465b5cbd698a7c0c6a55cbaf55ebf8518326f64 Author: tarepanda1024 AuthorDate: Tue Nov 2 16:32:44 2021 +08

[incubator-doris] annotated tag 0.15.0-rc02 updated (b9dd569 -> f2f2899)

2021-11-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 0.15.0-rc02 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. *** WARNING: tag 0.15.0-rc02 was modified! *** from b9dd569 (commit) to f2f2899 (tag) t

[GitHub] [incubator-doris] morningman commented on a change in pull request #7050: Add errno for hdfs writer. when no dir, hdfs writer open failed, the dir need to be created.

2021-11-08 Thread GitBox
morningman commented on a change in pull request #7050: URL: https://github.com/apache/incubator-doris/pull/7050#discussion_r744755540 ## File path: be/src/exec/hdfs_file_reader.cpp ## @@ -80,7 +80,7 @@ Status HdfsFileReader::open() { _hdfs_file = hdfsOpenFile(_hdfs_fs, _p

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #6569: [Feature] Support query hive table

2021-11-08 Thread GitBox
EmmyMiao87 commented on a change in pull request #6569: URL: https://github.com/apache/incubator-doris/pull/6569#discussion_r744764553 ## File path: fe/fe-core/pom.xml ## @@ -650,6 +650,25 @@ under the License. io.grpc grpc-stub + + +

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7052: [Docs] Add hdfs outfile example

2021-11-08 Thread GitBox
github-actions[bot] commented on pull request #7052: URL: https://github.com/apache/incubator-doris/pull/7052#issuecomment-963247944 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[GitHub] [incubator-doris] morningman commented on pull request #7010: [HTTP][API] add backend by rest api

2021-11-08 Thread GitBox
morningman commented on pull request #7010: URL: https://github.com/apache/incubator-doris/pull/7010#issuecomment-963248797 > > > > > Because there is no be, there is no way to add be through the jdbc connection > > > > > > > > > > > > I think this should be resolved by this PR #

[GitHub] [incubator-doris] morningman commented on pull request #6974: [Bug] fix bool type bug in es scan node

2021-11-08 Thread GitBox
morningman commented on pull request #6974: URL: https://github.com/apache/incubator-doris/pull/6974#issuecomment-963249553 cc @qidaye @wuyunfeng -- 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

[GitHub] [incubator-doris] morningman merged pull request #7043: [Bug] fix Tags empty reference core dump

2021-11-08 Thread GitBox
morningman merged pull request #7043: URL: https://github.com/apache/incubator-doris/pull/7043 -- 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: com

[GitHub] [incubator-doris] morningman closed issue #7042: [Bug] core dump at TAG log

2021-11-08 Thread GitBox
morningman closed issue #7042: URL: https://github.com/apache/incubator-doris/issues/7042 -- 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-

[incubator-doris] branch master updated: [Bug] fix Log tags empty reference core dump (#7043)

2021-11-08 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new fc62090 [Bug] fix Log tags empty r

[GitHub] [incubator-doris] morningman merged pull request #7047: [Website][Doc] Add the sharing blog function to the document site

2021-11-08 Thread GitBox
morningman merged pull request #7047: URL: https://github.com/apache/incubator-doris/pull/7047 -- 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: com

[incubator-doris] branch master updated: [Website][Doc] Add the sharing blog function to the document site (#7047)

2021-11-08 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 3463758 [Website][Doc] Add the sha

[GitHub] [incubator-doris] morningman merged pull request #7051: [Build]Compile and output the jar file, add Spark, Flink version and Scala version

2021-11-08 Thread GitBox
morningman merged pull request #7051: URL: https://github.com/apache/incubator-doris/pull/7051 -- 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: com

[incubator-doris] branch master updated: [Docs] Add hdfs outfile example (#7052)

2021-11-08 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 5d946cc [Docs] Add hdfs outfile ex

[GitHub] [incubator-doris] morningman merged pull request #7052: [Docs] Add hdfs outfile example

2021-11-08 Thread GitBox
morningman merged pull request #7052: URL: https://github.com/apache/incubator-doris/pull/7052 -- 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: com

[incubator-doris] branch master updated: [Build]Compile and output the jar file, add Spark, Flink version and Scala version (#7051)

2021-11-08 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new b54a12e [Build]Compile and output

[GitHub] [incubator-doris] JNSimba commented on pull request #7010: [HTTP][API] add backend by rest api

2021-11-08 Thread GitBox
JNSimba commented on pull request #7010: URL: https://github.com/apache/incubator-doris/pull/7010#issuecomment-963754144 > > > > > > Because there is no be, there is no way to add be through the jdbc connection > > > > > > > > > > > > > > > I think this should be resolved by this

[GitHub] [incubator-doris] JNSimba closed pull request #7010: [HTTP][API] add backend by rest api

2021-11-08 Thread GitBox
JNSimba closed pull request #7010: URL: https://github.com/apache/incubator-doris/pull/7010 -- 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: commit

[GitHub] [incubator-doris] tinkerrrr removed a comment on issue #6806: Release note 0.15.0 (WIP)

2021-11-08 Thread GitBox
tinke removed a comment on issue #6806: URL: https://github.com/apache/incubator-doris/issues/6806#issuecomment-962788714 > > 请问大概什么时候 Release?比较期待这个功能:Spark-Doris-Connector 支持数据写入Doris!😁 > > You can download the trunk code and compile the `spark-doris-connector` in `extensions/

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7050: Add errno for hdfs writer. when no dir, hdfs writer open failed, the dir need to be created.

2021-11-08 Thread GitBox
github-actions[bot] commented on pull request #7050: URL: https://github.com/apache/incubator-doris/pull/7050#issuecomment-963763906 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[GitHub] [incubator-doris] wuyunfeng commented on a change in pull request #6966: [Feature]Support decimal for es scan

2021-11-08 Thread GitBox
wuyunfeng commented on a change in pull request #6966: URL: https://github.com/apache/incubator-doris/pull/6966#discussion_r745253852 ## File path: be/src/exec/es/es_scroll_parser.cpp ## @@ -416,6 +416,33 @@ Status ScrollParser::fill_tuple(const TupleDescriptor* tuple_desc, Tu

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6958: Chinese annotation modification

2021-11-08 Thread GitBox
github-actions[bot] commented on pull request #6958: URL: https://github.com/apache/incubator-doris/pull/6958#issuecomment-963772097 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[GitHub] [incubator-doris] Gabriel39 commented on a change in pull request #6966: [Feature]Support decimal for es scan

2021-11-08 Thread GitBox
Gabriel39 commented on a change in pull request #6966: URL: https://github.com/apache/incubator-doris/pull/6966#discussion_r745258233 ## File path: be/src/exec/es/es_scroll_parser.cpp ## @@ -416,6 +416,33 @@ Status ScrollParser::fill_tuple(const TupleDescriptor* tuple_desc, Tu

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7054: [Feature] Refactor predicate function creator

2021-11-08 Thread GitBox
github-actions[bot] commented on pull request #7054: URL: https://github.com/apache/incubator-doris/pull/7054#issuecomment-963794351 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 Git

[GitHub] [incubator-doris] wuyunfeng commented on a change in pull request #6966: [Feature]Support decimal for es scan

2021-11-08 Thread GitBox
wuyunfeng commented on a change in pull request #6966: URL: https://github.com/apache/incubator-doris/pull/6966#discussion_r745280264 ## File path: be/src/exec/es/es_scroll_parser.cpp ## @@ -416,6 +416,33 @@ Status ScrollParser::fill_tuple(const TupleDescriptor* tuple_desc, Tu

[GitHub] [incubator-doris] HappenLee opened a new pull request #7055: [Bug] Compatible with the upgrade patch of incorrect Datetime memory format

2021-11-08 Thread GitBox
HappenLee opened a new pull request #7055: URL: https://github.com/apache/incubator-doris/pull/7055 ## Proposed changes 1. Add DateTimeValue2 to compatible the new memory layout version 2. Add config to decide which version to use ## Types of changes What types of cha

[GitHub] [incubator-doris] wayofeng opened a new pull request #7056: [Bug] Fix docs website home page last news icon loading failure

2021-11-08 Thread GitBox
wayofeng opened a new pull request #7056: URL: https://github.com/apache/incubator-doris/pull/7056 ## Proposed changes Fix docs website home page last news icon loading failure ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in

[GitHub] [incubator-doris] wayofeng closed pull request #7056: [Bug] Fix docs website home page last news icon loading failure

2021-11-08 Thread GitBox
wayofeng closed pull request #7056: URL: https://github.com/apache/incubator-doris/pull/7056 -- 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: commi

[GitHub] [incubator-doris] wayofeng opened a new pull request #7057: [Bug] Fix docs website home page last news icon loading failure

2021-11-08 Thread GitBox
wayofeng opened a new pull request #7057: URL: https://github.com/apache/incubator-doris/pull/7057 ## Proposed changes Fix docs website home page last news icon loading failure ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in

[incubator-doris] branch branch-0.15 updated: [Cherry-pick] Add /backends HTTP api for spark/flink connector

2021-11-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/branch-0.15 by this push: new 4309efe [Cherry-pick] Ad

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7057: [Bug] Fix docs website home page last news icon loading failure

2021-11-08 Thread GitBox
github-actions[bot] commented on pull request #7057: URL: https://github.com/apache/incubator-doris/pull/7057#issuecomment-963881193 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[GitHub] [incubator-doris] morningman commented on a change in pull request #7020: [Colocate] Fix bug that colocate group can not be redistributed after dropping a backend

2021-11-08 Thread GitBox
morningman commented on a change in pull request #7020: URL: https://github.com/apache/incubator-doris/pull/7020#discussion_r745349807 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/ColocateTableIndex.java ## @@ -206,13 +207,14 @@ public void addBackendsPerBuc

[GitHub] [incubator-doris] morningman commented on a change in pull request #7032: [Heartbeat] Support cancel outdated query after FE restart

2021-11-08 Thread GitBox
morningman commented on a change in pull request #7032: URL: https://github.com/apache/incubator-doris/pull/7032#discussion_r745358245 ## File path: gensrc/thrift/HeartbeatService.thrift ## @@ -46,5 +53,5 @@ struct THeartbeatResult { } service HeartbeatService { -THeart