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

2022-12-16 Thread ShaoFeng Shi
Hi all, I have created a build for Apache Kylin 4.0.3, release candidate 1. Changes highlights: - [KYLIN-5181] - Support postgresql to store kylin metadata - [KYLIN-5246] - Long running job's log staying in mem, may cause job server oom - [KYLIN-5250] - Add a switch for no hack aggregation group

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

2022-12-16 Thread Li Yang
+1 `mvn clean package` passed on commit 322ab6e5ee9738c5a07165af398c1faeeeacb079 OpenJDK Runtime Environment (build 1.8.0_342-8u342-b07-0ubuntu1~20.04-b07) OpenJDK 64-Bit Server VM (build 25.342-b07, mixed mode) On Fri, Dec 16, 2022 at 7:33 PM ShaoFeng Shi wrote: > Hi all, > > I have created a

Re: Row level security

2022-12-16 Thread Li Yang
Good question... there is enterprise version of apache kylin (try google) with row-level-security implemented, that works with Hive / Ranger out-of-box. If want to work on your own implementation, I think the entry point must be OLAPContext.IAccessController, where the check method is invoked befo