[jira] [Created] (KYLIN-3705) Segment Pruner mis-functions when the source data has Chinese characters

2018-11-27 Thread jiezouSH (JIRA)
jiezouSH created KYLIN-3705:
---

 Summary: Segment Pruner mis-functions when the source data has 
Chinese characters
 Key: KYLIN-3705
 URL: https://issues.apache.org/jira/browse/KYLIN-3705
 Project: Kylin
  Issue Type: Bug
Affects Versions: v2.5.1
Reporter: jiezouSH


Source Data:

"合肥市",“西安市”,“北京市”

 

sql:

select * from ZYZ.TEST_ZYZ_3 where name='合肥市'

 

Actual Result:

empty result.

 

Root Cause:

Dimension range is computed In factDistinctColumnsReducer,  but unfortunately 
the dimension range is not written in UTF-character. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: [VOTE] Release apache-kylin-2.5.2 (RC1)

2018-11-27 Thread JiaTao Tao
+1

Yichen Zhou  于2018年11月27日周二 上午11:48写道:

> mvn  test passed
> +1
>
> -Yichen
>
> Chao Long  于2018年11月27日周二 下午6:37写道:
>
> > +1
> > mvn test pass
> >
> >
> > --
> > -
> > Chao Long
> >
> >
> >
> >
> >
> >
> >
> > -- 原始邮件 --
> > 发件人: "ShaoFeng Shi";
> > 发送时间: 2018年11月27日(星期二) 晚上6:32
> > 收件人: "dev";
> >
> > 主题: [VOTE] Release apache-kylin-2.5.2 (RC1)
> >
> >
> >
> > Hi all,
> >
> > I have created a build for Apache Kylin 2.5.2, release candidate 1.
> >
> > Changes:
> > [KYLIN-3636] - Wrong "storage_type" in CubeDesc causing cube building
> error
> > [KYLIN-3666] - Mege cube step 2: Update dictionary throws
> > IllegalStateException
> > [KYLIN-3672] - Performance is poor when multiple queries occur in a short
> > period
> > [KYLIN-3676] - Update to custom calcite and remove the "atopcalcite"
> > [KYLIN-3678] - CacheStateChecker may remove a cache file that under a
> > building
> > [KYLIN-3683] - Package org.apache.commons.lang3 not exists
> > [KYLIN-3689] - When the startTime is equal to the endTime in build
> request,
> > the segment will build all data.
> > [KYLIN-3693] - TopN, Count distinct incorrect in Spark engine
> >
> > Thanks to everyone who has contributed to this release.
> >
> > Here are release notes:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316121=12344466
> >
> > The commit to being voted upon:
> >
> >
> >
> https://github.com/apache/kylin/commit/481933a35fffb44f3e7c529ad24754afadae3f47
> >
> > Its hash is 481933a35fffb44f3e7c529ad24754afadae3f47.
> >
> > The artifacts to be voted on are located here:
> > https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc1/
> >
> > The hashe of the artifact is as follows:
> > apache-kylin-2.5.2-source-release.zip.sha256
> > 7577b3353a1663b51ba3d927e3fe6762a8752825e675e7aba1a28ac861e90007
> >
> > A staged Maven repository is available for review at:
> > https://repository.apache.org/content/repositories/orgapachekylin-1057/
> >
> > Release artifacts are signed with the following key:
> > https://people.apache.org/keys/committer/shaofengshi.asc
> >
> > Please vote on releasing this package as Apache Kylin 2.5.2.
> >
> > The vote is open for the next 72 hours and passes if a majority of
> > at least three +1 PPMC votes are cast.
> >
> > [ ] +1 Release this package as Apache Kylin 2.5.2
> > [ ]  0 I don't feel strongly about it, but I'm okay with the release
> > [ ] -1 Do not release this package because...
> >
> >
> > Here is my vote:
> >
> > +1 (binding)
> >
> > Best regards,
> >
> > Shaofeng Shi 史少锋
> > Apache Kylin PMC
> > Work email: shaofeng@kyligence.io
> > Kyligence Inc: https://kyligence.io/
> >
> > 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
>


-- 


Regards!

Aron Tao


Re: [VOTE] Release apache-kylin-2.5.2 (RC1)

2018-11-27 Thread Yichen Zhou
mvn  test passed
+1

-Yichen

Chao Long  于2018年11月27日周二 下午6:37写道:

> +1
> mvn test pass
>
>
> --
> -
> Chao Long
>
>
>
>
>
>
>
> -- 原始邮件 --
> 发件人: "ShaoFeng Shi";
> 发送时间: 2018年11月27日(星期二) 晚上6:32
> 收件人: "dev";
>
> 主题: [VOTE] Release apache-kylin-2.5.2 (RC1)
>
>
>
> Hi all,
>
> I have created a build for Apache Kylin 2.5.2, release candidate 1.
>
> Changes:
> [KYLIN-3636] - Wrong "storage_type" in CubeDesc causing cube building error
> [KYLIN-3666] - Mege cube step 2: Update dictionary throws
> IllegalStateException
> [KYLIN-3672] - Performance is poor when multiple queries occur in a short
> period
> [KYLIN-3676] - Update to custom calcite and remove the "atopcalcite"
> [KYLIN-3678] - CacheStateChecker may remove a cache file that under a
> building
> [KYLIN-3683] - Package org.apache.commons.lang3 not exists
> [KYLIN-3689] - When the startTime is equal to the endTime in build request,
> the segment will build all data.
> [KYLIN-3693] - TopN, Count distinct incorrect in Spark engine
>
> Thanks to everyone who has contributed to this release.
>
> Here are release notes:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316121=12344466
>
> The commit to being voted upon:
>
>
> https://github.com/apache/kylin/commit/481933a35fffb44f3e7c529ad24754afadae3f47
>
> Its hash is 481933a35fffb44f3e7c529ad24754afadae3f47.
>
> The artifacts to be voted on are located here:
> https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc1/
>
> The hashe of the artifact is as follows:
> apache-kylin-2.5.2-source-release.zip.sha256
> 7577b3353a1663b51ba3d927e3fe6762a8752825e675e7aba1a28ac861e90007
>
> A staged Maven repository is available for review at:
> https://repository.apache.org/content/repositories/orgapachekylin-1057/
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/shaofengshi.asc
>
> Please vote on releasing this package as Apache Kylin 2.5.2.
>
> The vote is open for the next 72 hours and passes if a majority of
> at least three +1 PPMC votes are cast.
>
> [ ] +1 Release this package as Apache Kylin 2.5.2
> [ ]  0 I don't feel strongly about it, but I'm okay with the release
> [ ] -1 Do not release this package because...
>
>
> Here is my vote:
>
> +1 (binding)
>
> Best regards,
>
> Shaofeng Shi 史少锋
> Apache Kylin PMC
> Work email: shaofeng@kyligence.io
> Kyligence Inc: https://kyligence.io/
>
> 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


Re: [Announce] Welcome new Apache Kylin committer: ChunEn Ni (倪春恩)

2018-11-27 Thread Yichen Zhou
Congratulations!!!

Regards,
Yichen

JiaTao Tao  于2018年11月27日周二 下午6:27写道:

> Congratulations!
>
> ShaoFeng Shi  于2018年11月27日周二 上午7:59写道:
>
> > The Project Management Committee (PMC) for Apache Kylin
> > has invited ChunEn Ni(倪春恩) to become a committer and we are pleased
> > to announce that he has accepted.
> >
> > Congratulations and welcome, ChunEn!
> >
> > Shaofeng Shi
> >
> > On behalf of the Apache Kylin PMC
> >
>
>
> --
>
>
> Regards!
>
> Aron Tao
>


??????[VOTE] Release apache-kylin-2.5.2 (RC1)

2018-11-27 Thread Chao Long
+1
mvn test pass


--
-
Chao Long


 




--  --
??: "ShaoFeng Shi";
: 2018??11??27??(??) 6:32
??: "dev";

: [VOTE] Release apache-kylin-2.5.2 (RC1)



Hi all,

I have created a build for Apache Kylin 2.5.2, release candidate 1.

Changes:
[KYLIN-3636] - Wrong "storage_type" in CubeDesc causing cube building error
[KYLIN-3666] - Mege cube step 2: Update dictionary throws
IllegalStateException
[KYLIN-3672] - Performance is poor when multiple queries occur in a short
period
[KYLIN-3676] - Update to custom calcite and remove the "atopcalcite"
[KYLIN-3678] - CacheStateChecker may remove a cache file that under a
building
[KYLIN-3683] - Package org.apache.commons.lang3 not exists
[KYLIN-3689] - When the startTime is equal to the endTime in build request,
the segment will build all data.
[KYLIN-3693] - TopN, Count distinct incorrect in Spark engine

Thanks to everyone who has contributed to this release.

Here are release notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316121=12344466

The commit to being voted upon:

https://github.com/apache/kylin/commit/481933a35fffb44f3e7c529ad24754afadae3f47

Its hash is 481933a35fffb44f3e7c529ad24754afadae3f47.

The artifacts to be voted on are located here:
https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc1/

The hashe of the artifact is as follows:
apache-kylin-2.5.2-source-release.zip.sha256
7577b3353a1663b51ba3d927e3fe6762a8752825e675e7aba1a28ac861e90007

A staged Maven repository is available for review at:
https://repository.apache.org/content/repositories/orgapachekylin-1057/

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/shaofengshi.asc

Please vote on releasing this package as Apache Kylin 2.5.2.

The vote is open for the next 72 hours and passes if a majority of
at least three +1 PPMC votes are cast.

[ ] +1 Release this package as Apache Kylin 2.5.2
[ ]  0 I don't feel strongly about it, but I'm okay with the release
[ ] -1 Do not release this package because...


Here is my vote:

+1 (binding)

Best regards,

Shaofeng Shi ??
Apache Kylin PMC
Work email: shaofeng@kyligence.io
Kyligence Inc: https://kyligence.io/

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

[VOTE] Release apache-kylin-2.5.2 (RC1)

2018-11-27 Thread ShaoFeng Shi
Hi all,

I have created a build for Apache Kylin 2.5.2, release candidate 1.

Changes:
[KYLIN-3636] - Wrong "storage_type" in CubeDesc causing cube building error
[KYLIN-3666] - Mege cube step 2: Update dictionary throws
IllegalStateException
[KYLIN-3672] - Performance is poor when multiple queries occur in a short
period
[KYLIN-3676] - Update to custom calcite and remove the "atopcalcite"
[KYLIN-3678] - CacheStateChecker may remove a cache file that under a
building
[KYLIN-3683] - Package org.apache.commons.lang3 not exists
[KYLIN-3689] - When the startTime is equal to the endTime in build request,
the segment will build all data.
[KYLIN-3693] - TopN, Count distinct incorrect in Spark engine

Thanks to everyone who has contributed to this release.

Here are release notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316121=12344466

The commit to being voted upon:

https://github.com/apache/kylin/commit/481933a35fffb44f3e7c529ad24754afadae3f47

Its hash is 481933a35fffb44f3e7c529ad24754afadae3f47.

The artifacts to be voted on are located here:
https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc1/

The hashe of the artifact is as follows:
apache-kylin-2.5.2-source-release.zip.sha256
7577b3353a1663b51ba3d927e3fe6762a8752825e675e7aba1a28ac861e90007

A staged Maven repository is available for review at:
https://repository.apache.org/content/repositories/orgapachekylin-1057/

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/shaofengshi.asc

Please vote on releasing this package as Apache Kylin 2.5.2.

The vote is open for the next 72 hours and passes if a majority of
at least three +1 PPMC votes are cast.

[ ] +1 Release this package as Apache Kylin 2.5.2
[ ]  0 I don't feel strongly about it, but I'm okay with the release
[ ] -1 Do not release this package because...


Here is my vote:

+1 (binding)

Best regards,

Shaofeng Shi 史少锋
Apache Kylin PMC
Work email: shaofeng@kyligence.io
Kyligence Inc: https://kyligence.io/

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


Re: [Announce] Welcome new Apache Kylin committer: ChunEn Ni (倪春恩)

2018-11-27 Thread JiaTao Tao
Congratulations!

ShaoFeng Shi  于2018年11月27日周二 上午7:59写道:

> The Project Management Committee (PMC) for Apache Kylin
> has invited ChunEn Ni(倪春恩) to become a committer and we are pleased
> to announce that he has accepted.
>
> Congratulations and welcome, ChunEn!
>
> Shaofeng Shi
>
> On behalf of the Apache Kylin PMC
>


-- 


Regards!

Aron Tao


Re: [Announce] Welcome new Apache Kylin committer: ChunEn Ni (倪春恩)

2018-11-27 Thread Billy Liu
Congrats, ChunEn.

With Warm regards

Billy Liu

ShaoFeng Shi  于2018年11月27日周二 下午3:59写道:
>
> The Project Management Committee (PMC) for Apache Kylin
> has invited ChunEn Ni(倪春恩) to become a committer and we are pleased
> to announce that he has accepted.
>
> Congratulations and welcome, ChunEn!
>
> Shaofeng Shi
>
> On behalf of the Apache Kylin PMC
>
>


[Announce] Welcome new Apache Kylin committer: ChunEn Ni (倪春恩)

2018-11-27 Thread ShaoFeng Shi
The Project Management Committee (PMC) for Apache Kylin
has invited ChunEn Ni(倪春恩) to become a committer and we are pleased
to announce that he has accepted.

Congratulations and welcome, ChunEn!

Shaofeng Shi

On behalf of the Apache Kylin PMC