Commit Graph

907 Commits

Author SHA1 Message Date
i-robot 9052298dfc !605 fix orc cache unit test
Merge pull request !605 from Jiahao/fix-orc-cache-ut
2021-02-17 03:55:04 +08:00
jiahao 2bc298d750 merge methods of all column types into one single method 2021-02-12 08:40:29 -08:00
i-robot 081b97064a !556 [I2RMCL] Fix doc issues
Merge pull request !556 from wangshuai/fix_doc_issue
2021-02-10 17:25:01 +08:00
i-robot 2293646ddd !577 Heuristic Index Splits Automated Tests
Merge pull request !577 from Daniel Zhang/hindex-splits-test
2021-02-10 01:47:00 +08:00
Daniel Zhang 06d5f1f698 Heuristic Index Automated Test 2021-02-09 07:35:05 -05:00
i-robot 85bcd4c5a6 !592 Disable a hindex concurrency UT
Merge pull request !592 from Han_Weng/hindex-disable-ut
2021-02-09 06:58:21 +08:00
Han Weng edbf08e282 Disable hindex multi-manager concurrency test 2021-02-08 15:49:02 -05:00
i-robot c9fd61edb1 !557 fixed Web Connector for Tableau chinese doc url error
Merge pull request !557 from bryanwong/fixed-doc
2021-02-07 10:33:55 +08:00
i-robot 5b94a33a6d !564 Update the installation docs
Merge pull request !564 from hellomisu/master
2021-02-05 09:19:28 +08:00
i-robot 8988de9d7f !552 Update the dynamic filter docs
Merge pull request !552 from lifengzi/update_df_docs
2021-02-05 05:17:20 +08:00
i-robot bd1d5dc8ff !554 State Store Documentation Correction
Merge pull request !554 from jackguo/state-store-documentation-correction
2021-02-05 00:40:09 +08:00
i-robot 8664ab7e11 !579 Add query rewrite for CreateIndex
Merge pull request !579 from Han_Weng/fix-hindex-rewrite
2021-02-04 23:00:10 +08:00
Han Weng 47e1f0464f Add query rewrite for CreateIndex 2021-02-03 16:52:28 -05:00
i-robot 06d52c34d8 !575 Asynchronous load and refresh for metadata tree
Merge pull request !575 from Peikun Chen/feature/metadataTree
2021-02-03 16:16:52 +08:00
i-robot 357b804761 !562 Fix index creation failure due to index column name capitalization match
Merge pull request !562 from Daniel Zhang/indexColCapitalFix
2021-02-02 23:10:52 +08:00
i-robot 3e166ca27b !573 improve hbase performance: support client side mode and update docs
Merge pull request !573 from tushengxia/hbase-performance-improve
2021-02-01 18:53:00 +08:00
shuaiwang999 5cb52b4579 fix the doc issue of hive connector 2021-02-01 14:23:39 +08:00
Peikun Chen 7879643015 Asynchronous load and refresh for metadata tree 2021-02-01 09:27:29 +08:00
i-robot bebf69791e !539 Add support for row filtering and column masking
Merge pull request !539 from Peikun Chen/feature/maskAndFilter
2021-02-01 08:45:01 +08:00
i-robot ccf1156d08 !540 Fix text display overflow of live plan page
Merge pull request !540 from Peikun Chen/feature/textDisplay
2021-01-30 18:44:08 +08:00
tushengxia 94f2e0c0e2 1.improve hbase performance: support client side mode.
2.update docs of hbase and heuristic index
3.add limit on cache statement
4.fix some problems according to reviewer
2021-01-30 18:29:16 +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
i-robot bab5d47224 !563 update vdm docs
Merge pull request !563 from zengdeyong/update_vdm_docs
2021-01-30 16:34:11 +08:00
i-robot a1b236d935 !535 Add support for webui kerberos authentication
Merge pull request !535 from Peikun Chen/feature/kerberosLogin
2021-01-30 14:55:29 +08:00
hellomisu b19e9717b6 update the installation docs 2021-01-30 14:23:16 +08:00
i-robot 35400ef6f5 !521 Add auto catalog configuration for webui dynamic catalog adding
Merge pull request !521 from Peikun Chen/feature/webui
2021-01-30 11:02:14 +08:00
lizheng920625 2a95ae2cea update the doc for dynamic filters 2021-01-29 09:21:28 +08:00
Daniel Zhang 68e6f6957f Fix for bug of index creation failure due to index column name capitalization not matched. 2021-01-28 19:31:04 -05:00
i-robot f2e7d3667c !560 Fix semi join at deletion for hbase
Merge pull request !560 from Zhan Lu/fix-semi-join-at-deletion
2021-01-29 04:05:59 +08:00
zengdeyong aa50c1c42b update vdm docs 2021-01-29 00:48:08 +08:00
ZhanLu00 82d002d700 add 'forDelete' property for TableScanNode 2021-01-28 11:36:32 -05:00
i-robot 4be7e109a4 !549 [I2EBCB] Add cache for metadata
Merge pull request !549 from wangshuai/caching_meta_store
2021-01-28 20:10:25 +08:00
shuaiwang999 2be43a3402 add cache for metastore 2021-01-28 17:14:01 +08:00
bryanwongsz 8ad046121f fixed Web Connector for Tableau chinese doc url error 2021-01-28 15:20:34 +08:00
i-robot 1b1a2f1a95 !523 enable reuse exchange q2, q4, q74,q75 showing null rows
Merge pull request !523 from sandeep/bugfix-reuseExchangeEmptyRows
2021-01-25 23:28:50 +08:00
Jack Guo 00028d95c4 state store documentation correction 2021-01-23 02:30:53 -05:00
sandeep d632f24992 !523 [I2C4G4] fix: reuse Exchange null rows tbcds q2, q4, q74,q75 2021-01-22 17:44:36 +05:30
Peikun Chen 68e87e0491 Support auto connector config for webui 2021-01-22 15:30:23 +08:00
i-robot e34ad2e721 !538 resolve doc bug
Merge pull request !538 from qiaominna/master
2021-01-22 15:25:56 +08:00
i-robot ac854a82d4 !544 [I2E4X7] fixed nulls handling in predicate pushdown flow
Merge pull request !544 from Nitin-Kashyap/defect.fix.NullsInPUshdown
2021-01-21 18:40:37 +08:00
nitin.kashyap 446621c51a [I2E4X7] fixed nulls handling in predicate pushdown flow 2021-01-21 12:56:18 +05:30
i-robot 2ba9bdd21b !532 [I2CVRD] fix hana connector doc
Merge pull request !532 from Yize_Li/fix-hana-doc
2021-01-20 10:47:32 +08:00
Peikun Chen fbd2d461ba Fix text display overflow of live plan page 2021-01-18 17:27:31 +08:00
Peikun Chen 5adebfdcd1 Add support for webui kerberos authentication 2021-01-18 11:38:46 +08:00
qiaominna 493eabb8fe update 2021-01-15 15:54:13 +08:00
qiaominna 96d947c8f3 update 2021-01-15 15:49:47 +08:00
qiaominna 2bc69b230c updatte 2021-01-15 11:11:57 +08:00
qiaominna 8428fb6369 Merge branch 'master' of https://gitee.com/qiaominna/hetu-core 2021-01-15 09:49:43 +08:00
qiaominna c43f7c83fc !534 update releasenotes and add doc links
* update
* update release notes
* 在发行说明里增加已发布版本的文档链接
2021-01-14 22:10:24 +08:00
qiaominna f776e800f5 update 2021-01-13 15:45:37 +08:00