Commit Graph

14 Commits

Author SHA1 Message Date
Raghunandan 3793aa170a [maven-release-plugin] prepare for next development iteration 2021-10-01 13:13:30 +05:30
maxiaoqi2020 6fac91b10d add group file provider to support ranger user access control 2021-09-13 10:18:56 +08:00
Raghunandan ed881ae4f2 [maven-release-plugin] prepare for next development iteration 2021-06-30 11:28:55 +05:30
Raghunandan 34b34313b3 [maven-release-plugin] prepare for next development iteration 2021-03-31 11:15:11 +05:30
Peikun Chen 611effe684 Add impersonation 2021-02-27 14:18:50 +08:00
Peikun Chen 6846049177 Add support for row filtering and column masking
Provide Type to getColumnMasks. Some implementations, especially of SystemAccessControl, might need
to know the type of a column to produce an appropriate masking expression.
For example, a typed null, by producing CAST(null AS <type>).

Remove deprecated method applyColumnMasking and applyRowFilters
2021-01-30 18:06:46 +08:00
Raghunandan 592b5cbc9d [maven-release-plugin] prepare for next development iteration 2020-12-30 19:16:54 +05:30
Han Weng 56cca3c088 Fix heuristic index access control issues 2020-12-11 16:56:47 -05:00
jiahao fdb58d2b57 add global file based access control on index 2020-12-04 11:20:51 -08:00
tushengxia 1adfd96a45 Support hindex creation and management through operators
- remove presto-cli's direct dependency on hindex
- add new CreateIndexOperator
    - when a CREATE INDEX statement is received, rewrite the query as a TableScan and use the data from TableScan to create index
    - hindex no longer has a direct dependency on hive packages, it now uses the hive connector
- support index creation at different levels, e.g. file level or partition level
- remove BitmapIndex support, the previous version had issues; a new version will be added later
- add metadata to Pages, currently only enabled for hindex usecase
2020-11-12 16:03:23 -05:00
Raghunandan a9ca254fb6 Change OpenLooKeng version number to have snapshot
Change OpenLooKeng version numbers to have correct convention and dependency
2020-09-23 09:15:10 +05:30
lizheng920625 733b8b7f72 authorization for update node info API 2020-09-15 10:33:26 +08:00
zhangjingfang f5ee87cb87 Dynamic catalog support file access control. 2020-09-10 13:56:57 +08:00
fbird2020 4769cbf5c6 openLooKeng first commit 2020-06-29 21:49:10 +08:00