[GitHub] [incubator-doris] morningman opened a new pull request #1426: Fix bug that publish task missing dbId parameter

2019-07-03 Thread GitBox
morningman opened a new pull request #1426: Fix bug that publish task missing dbId parameter URL: https://github.com/apache/incubator-doris/pull/1426 Without dbId parameter, the backend report version can not be updated when publish task report to FE, which may cause incorrect order o

[GitHub] [incubator-doris] morningman merged pull request #1425: Revert "Cast the type of constant value in binary predicate to column type. (#1422)"

2019-07-03 Thread GitBox
morningman merged pull request #1425: Revert "Cast the type of constant value in binary predicate to column type. (#1422)" URL: https://github.com/apache/incubator-doris/pull/1425 This is an automated message from the Apache

Re: New Committer: Kaisen Kang

2019-07-03 Thread Xiaoxiang Yu
Congratulations! - - Best wishes to you ! From :Xiaoxiang Yu 在 2019-07-04 09:38:09,"Li,Chaoyong" 写道: >Congratulations! > >在 2019/7/4 上午8:44,“陈明雨” 写入: > >Welcome KaiSeng! > > >-- >此致!Best Regards >陈明雨 Mingyu Chen > >Email: >

[GitHub] [incubator-doris] morningman opened a new pull request #1425: Revert "Cast the type of constant value in binary predicate to column type. (#1422)"

2019-07-03 Thread GitBox
morningman opened a new pull request #1425: Revert "Cast the type of constant value in binary predicate to column type. (#1422)" URL: https://github.com/apache/incubator-doris/pull/1425 This reverts commit 687f5a10868ce62d2d25d028152f84f3385b73f4, which may cause incorrect query results.

Re: New Committer: Kaisen Kang

2019-07-03 Thread Li,Chaoyong
Congratulations! 在 2019/7/4 上午8:44,“陈明雨” 写入: Welcome KaiSeng! -- 此致!Best Regards 陈明雨 Mingyu Chen Email: chenmin...@apache.org At 2019-07-03 21:13:57, "Zhao Chun" wrote: >Hi All, > >The Podling Project Management Committee (PP

Re:New Committer: Kaisen Kang

2019-07-03 Thread 陈明雨
Welcome KaiSeng! -- 此致!Best Regards 陈明雨 Mingyu Chen Email: chenmin...@apache.org At 2019-07-03 21:13:57, "Zhao Chun" wrote: >Hi All, > >The Podling Project Management Committee (PPMC) for Apache Doris >has invited Kaisen Kang to become a committer and we are pleased >to announce that he has

[GitHub] [incubator-doris] chenhao7253886 commented on a change in pull request #1418: Set stmt support Expr

2019-07-03 Thread GitBox
chenhao7253886 commented on a change in pull request #1418: Set stmt support Expr URL: https://github.com/apache/incubator-doris/pull/1418#discussion_r300166835 ## File path: fe/src/main/java/org/apache/doris/analysis/ExpressionFunctions.java ## @@ -162,13 +160,52 @@ publi

[GitHub] [incubator-doris] chenhao7253886 commented on a change in pull request #1418: Set stmt support Expr

2019-07-03 Thread GitBox
chenhao7253886 commented on a change in pull request #1418: Set stmt support Expr URL: https://github.com/apache/incubator-doris/pull/1418#discussion_r300166455 ## File path: fe/src/main/java/org/apache/doris/analysis/ExpressionFunctions.java ## @@ -162,13 +160,52 @@ publi

Re: New Committer: Kaisen Kang

2019-07-03 Thread Willem Jiang
Welcome Kaisen Kang! Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Jul 3, 2019 at 9:14 PM Zhao Chun wrote: > > Hi All, > > The Podling Project Management Committee (PPMC) for Apache Doris > has invited Kaisen Kang to become a committer and we are pleased > to announce that he has ac

Re: New Committer: Kaisen Kang

2019-07-03 Thread ShaoFeng Shi
Congratulations to Kaisen! Best regards, Shaofeng Shi 史少锋 Apache Kylin PMC Email: shaofeng...@apache.org Apache Kylin FAQ: https://kylin.apache.org/docs/gettingstarted/faq.html Join Kylin user mail group: user-subscr...@kylin.apache.org Join Kylin dev mail group: dev-subscr...@kylin.apache.org

[GitHub] [incubator-doris] imay merged pull request #1422: Cast the type of constant value in binary predicate to column type.

2019-07-03 Thread GitBox
imay merged pull request #1422: Cast the type of constant value in binary predicate to column type. URL: https://github.com/apache/incubator-doris/pull/1422 This is an automated message from the Apache Git Service. To respon

New Committer: Kaisen Kang

2019-07-03 Thread Zhao Chun
Hi All, The Podling Project Management Committee (PPMC) for Apache Doris has invited Kaisen Kang to become a committer and we are pleased to announce that he has accepted. Welcome and congratulations, Kaisen! Thanks, ZHAO Chun

[GitHub] [incubator-doris] kangpinghuang edited a comment on issue #1390: Support zone map for column

2019-07-03 Thread GitBox
kangpinghuang edited a comment on issue #1390: Support zone map for column URL: https://github.com/apache/incubator-doris/issues/1390#issuecomment-508015441 here is my design: 1. define ZoneMap with serialize and deserialize class ZoneMap { public: serialize(); deserializ

[GitHub] [incubator-doris] kangpinghuang edited a comment on issue #1390: Support zone map for column

2019-07-03 Thread GitBox
kangpinghuang edited a comment on issue #1390: Support zone map for column URL: https://github.com/apache/incubator-doris/issues/1390#issuecomment-508015441 here is my design: 1. define ZoneMap with serialize and deserialize class ZoneMap { public: serialize(); deserializ

[GitHub] [incubator-doris] kangpinghuang commented on issue #1390: Support zone map for column

2019-07-03 Thread GitBox
kangpinghuang commented on issue #1390: Support zone map for column URL: https://github.com/apache/incubator-doris/issues/1390#issuecomment-508015441 here is my design: 1. define ZoneMap with serialize and deserialize class ZoneMap { public: serialize(); deserialize();

[GitHub] [incubator-doris] chaoyli merged pull request #1424: Fix tablet null pointer and wrong number of rows

2019-07-03 Thread GitBox
chaoyli merged pull request #1424: Fix tablet null pointer and wrong number of rows URL: https://github.com/apache/incubator-doris/pull/1424 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-doris] chaoyli opened a new pull request #1424: Fix tablet null pointer and wrong number of rows

2019-07-03 Thread GitBox
chaoyli opened a new pull request #1424: Fix tablet null pointer and wrong number of rows URL: https://github.com/apache/incubator-doris/pull/1424 This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-doris] chaoyli merged pull request #1423: Fix tablet null pointer and wrong number of rows

2019-07-03 Thread GitBox
chaoyli merged pull request #1423: Fix tablet null pointer and wrong number of rows URL: https://github.com/apache/incubator-doris/pull/1423 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-doris] chaoyli opened a new pull request #1423: Fix tablet null pointer and wrong number of rows

2019-07-03 Thread GitBox
chaoyli opened a new pull request #1423: Fix tablet null pointer and wrong number of rows URL: https://github.com/apache/incubator-doris/pull/1423 This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-doris] chaoyli merged pull request #1417: Check if there exist a rowset contains the added rowset

2019-07-03 Thread GitBox
chaoyli merged pull request #1417: Check if there exist a rowset contains the added rowset URL: https://github.com/apache/incubator-doris/pull/1417 This is an automated message from the Apache Git Service. To respond to the