Commit Graph

23 Commits

Author SHA1 Message Date
lizheng920625 0ec44314ad Init commits for materialized view 2021-03-29 09:21:25 +08:00
Raghunandan c2b572e88f [maven-release-plugin] prepare for next development iteration 2020-12-30 19:29:09 +05:30
Raghunandan 35aeedf3d5 [maven-release-plugin] prepare release 1.1.0 2020-12-30 19:29:08 +05:30
tushengxia 67e58bc731 add copyright for index 2020-12-21 16:15:22 +08:00
SiddharthJaiswal 7c10653d26 !462 [I29O3L] Adding Copyright information to self developed java files
* Added copyright information to self developed java files.
2020-12-17 13:00:30 +08:00
i-robot 820d715113 !453 Fix hindex access control issues
Merge pull request !453 from Han_Weng/fix-index-access-control
2020-12-14 22:31:35 +08:00
Han Weng 56cca3c088 Fix heuristic index access control issues 2020-12-11 16:56:47 -05:00
rajeevrastogi da4041e0e5 Reuse exchange Feature (Optimizer rule, Execution etc) 2020-12-11 10:50:55 +05:30
Han Weng dfedbb0526 Allow dropping hindex by partition 2020-11-30 17:00:51 -05:00
karmvs 93661ce35e Adding btree index to Hindex 2020-11-29 21:54:33 -05: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
Siddharth D Jaiswal 2c45ff5983 [I1OQXH] Added support for Table Pushdown when query has a subquery. Prioritize table stats over user hint for pre condition evaluation. Also added documentation. 2020-10-05 19:08:22 +05:30
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
tushengxia e4f2331c17 update docs and third party copyright 2020-09-22 20:25:44 +08:00
Ayush Gupta e9d4b75cf7 support index commands 2020-09-22 15:20:47 +08:00
Yize Li 7b6a65d647 fix illegal handle for external input 2020-09-04 18:46:00 +08:00
shuaiwang999 0f95e11da8 Add support for using complex predicates in "cache table" sql 2020-08-25 07:28:03 -07:00
i-robot fef8b3117a !79 [I1OL12 ] Add unsupported hive sql statements for sql migration tool
Merge pull request !79 from wangshuai/feature-add_unsupported_hive_statements
2020-08-13 16:36:04 +08:00
i-robot 91c1d83295 !102 [I1MNHT]there are some problems when run openlk-cli on arm platform
Merge pull request !102 from cmwenxin/fixed_cli_arm
2020-08-13 05:02:05 +08:00
wangshuai ee2a81a54b Add unsupported hive statement and Add implicit conversion for between 2020-08-12 15:12:39 +08:00
cmwenxin ee4d65e5ac fixed cli can't run on arm 2020-07-25 18:01:41 +08:00
giteezhangjingfang da28e42453 fix fossbot scan issues 2020-07-16 10:27:51 +08:00
fbird2020 4769cbf5c6 openLooKeng first commit 2020-06-29 21:49:10 +08:00