[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #4317: Forbidden no grouping mv on aggregation table

2020-08-10 Thread GitBox
EmmyMiao87 commented on a change in pull request #4317: URL: https://github.com/apache/incubator-doris/pull/4317#discussion_r468364142 ## File path: fe/fe-core/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java ## @@ -432,6 +432,9 @@ private RollupJobV2 createMa

[GitHub] [incubator-doris] hffariel commented on issue #4308: [Proposal][UI][HttpServer] FE frontend and backend separation

2020-08-10 Thread GitBox
hffariel commented on issue #4308: URL: https://github.com/apache/incubator-doris/issues/4308#issuecomment-671760831 Nice Job! Just have had a quick tour of the code, and some tips here could be of help: - Precompiled css frameworks like `sass` `stylus` `less` might be better

[GitHub] [incubator-doris] ZhangYu0123 opened a new pull request #4321: Add LargeIntVal cast to date and datatime, add timezone to stale_version_path_json_doc

2020-08-10 Thread GitBox
ZhangYu0123 opened a new pull request #4321: URL: https://github.com/apache/incubator-doris/pull/4321 ## Proposed changes (1) Add LargeInt cast to date and datatime, see #3864 LargeInt can cast to date and datatime. Fix this error: Unable to find _ZN5doris13CastFunctions16

[GitHub] [incubator-doris] wuyunfeng commented on pull request #4300: [Doris On ES][Bug-Fix] Resolve NullPointerException when multi fields with `text` type

2020-08-10 Thread GitBox
wuyunfeng commented on pull request #4300: URL: https://github.com/apache/incubator-doris/pull/4300#issuecomment-671750420 Thanks @hexian55 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] vagetablechicken edited a comment on issue #2472: 日期时间函数from_unixtime导致BE奔溃

2020-08-10 Thread GitBox
vagetablechicken edited a comment on issue #2472: URL: https://github.com/apache/incubator-doris/issues/2472#issuecomment-671718635 The root cause is `time_from_string()` parsing a invalid year, will throw exception `Year is out of valid range: 1400..1`. v0.11.25 didn't catch it, so i

[GitHub] [incubator-doris] vagetablechicken commented on issue #2472: 日期时间函数from_unixtime导致BE奔溃

2020-08-10 Thread GitBox
vagetablechicken commented on issue #2472: URL: https://github.com/apache/incubator-doris/issues/2472#issuecomment-671718635 The root cause is `time_from_string()` parsing a invalid year, will throw exception `Year is out of valid range: 1400..1`. v0.11.25 didn't catch it, so it cored

[GitHub] [incubator-doris] wuyunfeng merged pull request #4300: [Doris On ES][Bug-Fix] Resolve NullPointerException when multi fields with `text` type

2020-08-10 Thread GitBox
wuyunfeng merged pull request #4300: URL: https://github.com/apache/incubator-doris/pull/4300 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

[incubator-doris] branch master updated: [Doris On ES][Bug-Fix] Resolve NullPointerException when multi fields with `text` type (#4300)

2020-08-10 Thread wyf
This is an automated email from the ASF dual-hosted git repository. wyf 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 48f3ba3 [Doris On ES][Bug-Fix] Resolve Nu

[incubator-doris] branch master updated (9125472 -> 493c88c)

2020-08-10 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 9125472 [UnitTest] Refactor BE unit test script (#4266) add 493c88c [BUG] Fix NPE when distinct in p

[GitHub] [incubator-doris] yangzhg merged pull request #4294: [BUG] Fix NPE when distinct in predicate push down

2020-08-10 Thread GitBox
yangzhg merged pull request #4294: URL: https://github.com/apache/incubator-doris/pull/4294 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 t

[GitHub] [incubator-doris] yangzhg closed issue #4263: StmtExecutor.analyze():492] Analyze failed because java.lang.NullPointerException: null

2020-08-10 Thread GitBox
yangzhg closed issue #4263: URL: https://github.com/apache/incubator-doris/issues/4263 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] [incubator-doris] HangyuanLiu commented on a change in pull request #4247: Unified the grammer style of create/drop bitmap and bloomfilter index

2020-08-10 Thread GitBox
HangyuanLiu commented on a change in pull request #4247: URL: https://github.com/apache/incubator-doris/pull/4247#discussion_r468294969 ## File path: fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java ## @@ -1160,6 +1160,326 @@ private void createJob(long

[GitHub] [incubator-doris] liutang123 closed issue #4241: Outer join a union view with null column throw Exception

2020-08-10 Thread GitBox
liutang123 closed issue #4241: URL: https://github.com/apache/incubator-doris/issues/4241 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

[incubator-doris] branch master updated (a480dec -> 9125472)

2020-08-10 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/incubator-doris.git. from a480dec Do not wrap NULL type tuple (#4245) add 9125472 [UnitTest] Refactor BE unit test script (

[GitHub] [incubator-doris] morningman merged pull request #4266: [UnitTest] Refactor BE unit test script

2020-08-10 Thread GitBox
morningman merged pull request #4266: URL: https://github.com/apache/incubator-doris/pull/4266 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] morningman closed issue #4265: [UnitTest] Refactor the BE unit test script

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

[incubator-doris] branch doris-ui updated (fba3880 -> 975d01c)

2020-08-10 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch doris-ui in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. discard fba3880 [NewFeature][UI] Implement New Doris UI (#4264) add 421828d [Doc] Fix format in doris_s

[GitHub] [incubator-doris] imay closed issue #4302: storage_format使用v2版本,导致backend crash

2020-08-10 Thread GitBox
imay closed issue #4302: URL: https://github.com/apache/incubator-doris/issues/4302 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] imay merged pull request #4245: Do not wrap NULL type expr to IF(TupleIsNull(tids), NULL, expr)

2020-08-10 Thread GitBox
imay merged pull request #4245: URL: https://github.com/apache/incubator-doris/pull/4245 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 g

[incubator-doris] branch master updated: Do not wrap NULL type tuple (#4245)

2020-08-10 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc 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 a480dec Do not wrap NULL type tuple (#4

[incubator-doris] branch master updated: Fix duplicate table export fail (#4293)

2020-08-10 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc 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 6abb374 Fix duplicate table export fail

[GitHub] [incubator-doris] imay merged pull request #4296: build: replace deprecated orc source in 0.12

2020-08-10 Thread GitBox
imay merged pull request #4296: URL: https://github.com/apache/incubator-doris/pull/4296 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 g

[incubator-doris] branch branch-0.12 updated: [BUILD] Replace deprecated orc source in 0.12 (#4296)

2020-08-10 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a commit to branch branch-0.12 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/branch-0.12 by this push: new c532dd7 [BUILD] Replace depre

[GitHub] [incubator-doris] imay closed issue #4292: [BUG] Duplicate table export to hdfs fail

2020-08-10 Thread GitBox
imay closed issue #4292: URL: https://github.com/apache/incubator-doris/issues/4292 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] imay merged pull request #4293: Fix duplicate table export fail

2020-08-10 Thread GitBox
imay merged pull request #4293: URL: https://github.com/apache/incubator-doris/pull/4293 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 g

[GitHub] [incubator-doris] acelyc111 commented on a change in pull request #4312: Manually trigger compaction restapi interface

2020-08-10 Thread GitBox
acelyc111 commented on a change in pull request #4312: URL: https://github.com/apache/incubator-doris/pull/4312#discussion_r468275887 ## File path: be/src/http/action/compaction_action.cpp ## @@ -30,33 +31,52 @@ #include "gutil/strings/substitute.h" #include "olap/olap_define

[GitHub] [incubator-doris] WingsGo commented on pull request #4307: udf: parse an url to get host, path, query, port, protocol

2020-08-10 Thread GitBox
WingsGo commented on pull request #4307: URL: https://github.com/apache/incubator-doris/pull/4307#issuecomment-671672297 > > Hi, @xinghuayu007 Can you create an issue to explain why you add the udf parse url?Thx~~ > > add issue #4320 I think If you want add a udf to Doris, you

[GitHub] [incubator-doris] xinghuayu007 commented on pull request #4307: udf: parse an url to get host, path, query, port, protocol

2020-08-10 Thread GitBox
xinghuayu007 commented on pull request #4307: URL: https://github.com/apache/incubator-doris/pull/4307#issuecomment-671664447 > Hi, @xinghuayu007 Can you create an issue to explain why you add the udf parse url?Thx~~ add issue #4320

[GitHub] [incubator-doris] xinghuayu007 commented on a change in pull request #4307: udf: parse an url to get host, path, query, port, protocol

2020-08-10 Thread GitBox
xinghuayu007 commented on a change in pull request #4307: URL: https://github.com/apache/incubator-doris/pull/4307#discussion_r468267343 ## File path: contrib/udf/src/udf_samples/parse_url.cpp ## @@ -0,0 +1,67 @@ +// Licensed to the Apache Software Foundation (ASF) under one +/

[GitHub] [incubator-doris] xinghuayu007 opened a new issue #4320: parse an url to get host, path, query, port, protocol

2020-08-10 Thread GitBox
xinghuayu007 opened a new issue #4320: URL: https://github.com/apache/incubator-doris/issues/4320 **Is your feature request related to a problem? Please describe.** It is usual to store url data in Doris. Sometimes, an url is needed to be parsed to get host, path, query, port, protocol f

[GitHub] [incubator-doris] kongqiu commented on issue #4302: storage_format使用v2版本,导致backend crash

2020-08-10 Thread GitBox
kongqiu commented on issue #4302: URL: https://github.com/apache/incubator-doris/issues/4302#issuecomment-671480474 @chaoyli 确实是这个croaring bitmap的问题,按照 #3791 这个说明重新编译了libroaring.a 这个库文件,问题解决。 感谢! This is an automated messa

[GitHub] [incubator-doris] ZhangYu0123 commented on a change in pull request #4312: Manually trigger compaction restapi interface

2020-08-10 Thread GitBox
ZhangYu0123 commented on a change in pull request #4312: URL: https://github.com/apache/incubator-doris/pull/4312#discussion_r468024804 ## File path: be/src/http/action/compaction_action.h ## @@ -41,8 +52,25 @@ class CompactionAction : public HttpHandler { private: Status

[GitHub] [incubator-doris] acelyc111 commented on a change in pull request #4312: Manually trigger compaction restapi interface

2020-08-10 Thread GitBox
acelyc111 commented on a change in pull request #4312: URL: https://github.com/apache/incubator-doris/pull/4312#discussion_r467994310 ## File path: be/src/http/action/compaction_action.h ## @@ -41,8 +52,25 @@ class CompactionAction : public HttpHandler { private: Status _

[GitHub] [incubator-doris] morningman edited a comment on pull request #4266: [UnitTest] Refactor BE unit test script

2020-08-10 Thread GitBox
morningman edited a comment on pull request #4266: URL: https://github.com/apache/incubator-doris/pull/4266#issuecomment-671381975 > I suggest the default operation of run-be-ut.sh is build and run all test instead of only build I'm not sure changing the default behavior is ok. This

[GitHub] [incubator-doris] morningman commented on pull request #4266: [UnitTest] Refactor BE unit test script

2020-08-10 Thread GitBox
morningman commented on pull request #4266: URL: https://github.com/apache/incubator-doris/pull/4266#issuecomment-671381975 > est instead of only build I'm not sure changing the default behavior is ok. This script has same behavior like `run-fe-ut.sh` -

[GitHub] [incubator-doris] morningman commented on a change in pull request #4317: Forbidden no grouping mv on aggregation table

2020-08-10 Thread GitBox
morningman commented on a change in pull request #4317: URL: https://github.com/apache/incubator-doris/pull/4317#discussion_r467932365 ## File path: fe/fe-core/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java ## @@ -432,6 +432,9 @@ private RollupJobV2 createMa

[GitHub] [incubator-doris] morningman commented on a change in pull request #4312: Manually trigger compaction restapi interface

2020-08-10 Thread GitBox
morningman commented on a change in pull request #4312: URL: https://github.com/apache/incubator-doris/pull/4312#discussion_r467914921 ## File path: be/src/common/config.h ## @@ -256,6 +256,9 @@ namespace config { CONF_Bool(disable_storage_page_cache, "false"); // b

[incubator-doris] branch master updated: [BUG] Fix TabletSinkTest unit test (#4318)

2020-08-10 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong 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 0f30e03 [BUG] Fix TabletSinkTest u

[GitHub] [incubator-doris] chaoyli closed issue #4319: TabletSinkTest unit test failed

2020-08-10 Thread GitBox
chaoyli closed issue #4319: URL: https://github.com/apache/incubator-doris/issues/4319 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] [incubator-doris] chaoyli merged pull request #4318: [BUG] Fix TabletSinkTest unit test

2020-08-10 Thread GitBox
chaoyli merged pull request #4318: URL: https://github.com/apache/incubator-doris/pull/4318 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 t

[GitHub] [incubator-doris] chaoyli opened a new issue #4319: TabletSinkTest unit test failed

2020-08-10 Thread GitBox
chaoyli opened a new issue #4319: URL: https://github.com/apache/incubator-doris/issues/4319 Now TabletSinkTest failed This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] chaoyli opened a new pull request #4318: [BUG] Fix TabletSinkTest unit test

2020-08-10 Thread GitBox
chaoyli opened a new pull request #4318: URL: https://github.com/apache/incubator-doris/pull/4318 ## 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 reque

[GitHub] [incubator-doris] chaoyli closed issue #4162: Doris on es left join 谓词下推bug

2020-08-10 Thread GitBox
chaoyli closed issue #4162: URL: https://github.com/apache/incubator-doris/issues/4162 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] [incubator-doris] EmmyMiao87 opened a new pull request #4317: Forbidden no grouping mv on aggregation table

2020-08-10 Thread GitBox
EmmyMiao87 opened a new pull request #4317: URL: https://github.com/apache/incubator-doris/pull/4317 ## Proposed changes If user wants to create a no grouping mv on aggregation table, the doris will thrown exception. The correct approach is that explicit declare the grouping column.

[GitHub] [incubator-doris] chaoyli closed issue #4281: [BUG] BE crashed when pass an undefined function cast from Decimal to date

2020-08-10 Thread GitBox
chaoyli closed issue #4281: URL: https://github.com/apache/incubator-doris/issues/4281 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] [incubator-doris] EmmyMiao87 opened a new issue #4316: Create no grouping materialized view on agg table

2020-08-10 Thread GitBox
EmmyMiao87 opened a new issue #4316: URL: https://github.com/apache/incubator-doris/issues/4316 **Describe the bug** When user create no grouping materialized view on agg table, the job will be executed successfully and the mv keys type is incorrect. **To Reproduce** 1. create

[GitHub] [incubator-doris] yangzhg closed pull request #4315: [BUG] Fix distinct in subquery may casue NPE

2020-08-10 Thread GitBox
yangzhg closed pull request #4315: URL: https://github.com/apache/incubator-doris/pull/4315 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 t

[GitHub] [incubator-doris] yangzhg closed issue #4313: [BUG] Predicate push down where sub query has distinct may throw NPE

2020-08-10 Thread GitBox
yangzhg closed issue #4313: URL: https://github.com/apache/incubator-doris/issues/4313 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] [incubator-doris] yangzhg opened a new pull request #4315: [BUG] Fix distinct in subquery may casue NPE

2020-08-10 Thread GitBox
yangzhg opened a new pull request #4315: URL: https://github.com/apache/incubator-doris/pull/4315 ## Proposed changes Fixes #4313 DISTINCT will generate grouping exprs in agginfo, but if this clause does not have a group by clause, will cause NPE ## Types of changes

[GitHub] [incubator-doris] yangzhg opened a new issue #4314: [BUG] distinct in subquery may casue NPE

2020-08-10 Thread GitBox
yangzhg opened a new issue #4314: URL: https://github.com/apache/incubator-doris/issues/4314 **Describe the bug** Predicate push down where sub query has distinct may throw NPE **To Reproduce** Steps to reproduce the behavior: 1. create table like ``` +--+

[GitHub] [incubator-doris] yangzhg closed issue #4314: [BUG] distinct in subquery may casue NPE

2020-08-10 Thread GitBox
yangzhg closed issue #4314: URL: https://github.com/apache/incubator-doris/issues/4314 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] [incubator-doris] HangyuanLiu commented on issue #4313: [BUG] Predicate push down where sub query has distinct may throw NPE

2020-08-10 Thread GitBox
HangyuanLiu commented on issue #4313: URL: https://github.com/apache/incubator-doris/issues/4313#issuecomment-671292882 The bug is same as #4263 , I have fix it at #4294 This is an automated message from the Apache Git Serv

[GitHub] [incubator-doris] yangzhg opened a new issue #4313: [BUG] Predicate push down where sub query has distinct may throw NPE

2020-08-10 Thread GitBox
yangzhg opened a new issue #4313: URL: https://github.com/apache/incubator-doris/issues/4313 **Describe the bug** Predicate push down where sub query has distinct may throw NPE **To Reproduce** Steps to reproduce the behavior: 1. create table like ``` +--+

[GitHub] [incubator-doris] sduzh commented on a change in pull request #4310: Support batch delete [part 1]

2020-08-10 Thread GitBox
sduzh commented on a change in pull request #4310: URL: https://github.com/apache/incubator-doris/pull/4310#discussion_r467791212 ## File path: be/src/olap/schema.h ## @@ -53,19 +53,21 @@ class Schema { } columns.push_back(column); } - +

[GitHub] [incubator-doris] ZhangYu0123 opened a new pull request #4312: Manually trigger compaction restapi interface

2020-08-10 Thread GitBox
ZhangYu0123 opened a new pull request #4312: URL: https://github.com/apache/incubator-doris/pull/4312 ## Proposed changes Add restapi to be which do compaction task by manual trigger. The detail desgin in #4311 . ## Types of changes What types of changes does your cod

[GitHub] [incubator-doris] ZhangYu0123 opened a new issue #4311: [Proposal] Manually trigger compaction restapi interface

2020-08-10 Thread GitBox
ZhangYu0123 opened a new issue #4311: URL: https://github.com/apache/incubator-doris/issues/4311 **problem** Compaction policy is always triggered automatically. So we can not control the compaction task when we want to compact rowsets of a tablet. **Solution** Add restapi to b

[GitHub] [incubator-doris] sduzh commented on a change in pull request #4310: Support batch delete [part 1]

2020-08-10 Thread GitBox
sduzh commented on a change in pull request #4310: URL: https://github.com/apache/incubator-doris/pull/4310#discussion_r467789499 ## File path: be/src/olap/field.h ## @@ -55,6 +55,7 @@ class Field { inline int32_t length() const { return _length; } inline size_t field

[GitHub] [incubator-doris] Youngwb commented on a change in pull request #4256: Support sequence column for UNIQUE_KEYS Table

2020-08-10 Thread GitBox
Youngwb commented on a change in pull request #4256: URL: https://github.com/apache/incubator-doris/pull/4256#discussion_r467789336 ## File path: be/src/olap/tablet_schema.h ## @@ -111,6 +111,8 @@ class TabletSchema { inline double bloom_filter_fpp() const { return _bf_fpp

[GitHub] [incubator-doris] Youngwb commented on a change in pull request #4256: Support sequence column for UNIQUE_KEYS Table

2020-08-10 Thread GitBox
Youngwb commented on a change in pull request #4256: URL: https://github.com/apache/incubator-doris/pull/4256#discussion_r467788869 ## File path: fe/fe-core/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java ## @@ -537,6 +538,13 @@ private RollupJobV2 createMate

[GitHub] [incubator-doris] sduzh commented on a change in pull request #4310: Support batch delete [part 1]

2020-08-10 Thread GitBox
sduzh commented on a change in pull request #4310: URL: https://github.com/apache/incubator-doris/pull/4310#discussion_r467788222 ## File path: be/src/olap/field.h ## @@ -261,6 +262,7 @@ class Field { const KeyCoder* _key_coder; uint16_t _index_size; bool _is_nul

[GitHub] [incubator-doris] Youngwb commented on a change in pull request #4256: Support sequence column for UNIQUE_KEYS Table

2020-08-10 Thread GitBox
Youngwb commented on a change in pull request #4256: URL: https://github.com/apache/incubator-doris/pull/4256#discussion_r467787309 ## File path: fe/fe-core/src/main/java/org/apache/doris/common/FeMetaVersion.java ## @@ -190,6 +190,8 @@ // force drop db, force drop table,

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #4256: Support sequence column for UNIQUE_KEYS Table

2020-08-10 Thread GitBox
yangzhg commented on a change in pull request #4256: URL: https://github.com/apache/incubator-doris/pull/4256#discussion_r467766872 ## File path: fe/fe-core/src/main/java/org/apache/doris/common/FeMetaVersion.java ## @@ -190,6 +190,8 @@ // force drop db, force drop table,

[incubator-doris] branch master updated (411ced5 -> 4ad943e)

2020-08-10 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 411ced5 Secure singleton mode (#4257) add 4ad943e [Feature][Cache] Cache proxy and coordinator #2

[GitHub] [incubator-doris] kangkaisen merged pull request #4248: [Feature][Cache] Cache proxy and coordinator #2581

2020-08-10 Thread GitBox
kangkaisen merged pull request #4248: URL: https://github.com/apache/incubator-doris/pull/4248 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] wuyunfeng commented on issue #4295: [Doris On ES][Bug] When multi fields with `text` type, query ES table would fails

2020-08-10 Thread GitBox
wuyunfeng commented on issue #4295: URL: https://github.com/apache/incubator-doris/issues/4295#issuecomment-671221185 resolved by https://github.com/apache/incubator-doris/pull/4300 This is an automated message from the Apac

[GitHub] [incubator-doris] wuyunfeng closed issue #4295: [Doris On ES][Bug] When multi fields with `text` type, query ES table would fails

2020-08-10 Thread GitBox
wuyunfeng closed issue #4295: URL: https://github.com/apache/incubator-doris/issues/4295 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 g