Commit Graph

1644 Commits

Author SHA1 Message Date
Debasatwa Dutta 6086ea367c This commit fixes issues of simultaneous drop cube or table and create cube and right literal exclusion for not equal operator
fix the issue if any query fails in between

fix for not equal operator

code clean up

code clean up

code clean up
2021-08-18 17:29:56 -04:00
i-robot 3b76c590f8 !1057 rename aggregation to HashAggregation
Merge pull request !1057 from sandeep/bugfix-renameAggregationToHashAggregation
2021-08-13 16:01:15 +00:00
i-robot 3d07b1b37a !1050 [I438B1] : Fix ArrayIndexOutOfBoundException during Bloomfilter based filtering in blocks
Merge pull request !1050 from VinayakumarB/bugs/I438B1_bloomfilters
2021-08-13 15:11:10 +00:00
i-robot 04f0318718 !1065 Fix the startree issue for direct execution of query
Merge pull request !1065 from Debasatwa/startree-fix-branch-v6
2021-08-13 14:17:11 +00:00
Debasatwa Dutta 9a32c353eb fix for directly execute the query with --execute parameter and varchar datatype with comparison operator
removed un-intended change

Fix for multiple queries in --execute parameter and cli direct execute through --execute

code clean up

Checkstyle fixes

Fix for varchar datatype with comparison operator
2021-08-12 05:07:33 -04:00
i-robot 1bca8e140d !1064 Heuristic Index fixes and disable some memory connector UTs
Merge pull request !1064 from AyushGupta3/fix-ut
2021-08-11 23:25:11 +00:00
Ayush Gupta e74dae24d1 Heuristic index fixes and disable some memory connector UTs 2021-08-11 18:18:08 -04:00
sandeep ebd479bf74 [I44IY2] rename aggregation to HashAggregation 2021-08-11 18:04:50 +05:30
i-robot a659ac7bda !1028 Table create by carbondata should not get deleted in hive
Merge pull request !1028 from sandeep/bugfix-carbonTableDropFromHive
2021-08-10 03:51:38 +00:00
i-robot 6a74f9e1b5 !1053 Drop Indices when original table is dropped
Merge pull request !1053 from AyushGupta3/drop-indices-with-table
2021-08-08 00:09:20 +00:00
i-robot a55cff0d08 !1054 Automatically load new index to cache
Merge pull request !1054 from peiwangdb/hindex-autoload
2021-08-06 17:23:21 +00:00
Ayush Gupta 25d63d41c9 Drop Indices when original table is dropped 2021-08-06 12:50:49 -04:00
peiwangdb efe9e4da20 Heuristic Indexer: automatically refresh index cache up-to-date 2021-08-06 08:29:56 -07:00
i-robot e9cee8ec6f !1029 Memory Connector: Workers use Hetu Metastore to update tables based on a schedule
Merge pull request !1029 from arjunkrishna/worker-table-refresh-schedule
2021-08-06 01:31:23 +00:00
arjunkrishna ad0a5d0841 add scheduled refresh of tables 2021-08-05 13:56:06 -04:00
sandeep f731f3551f [I1VNAJ] carbon table should not get drop from hive 2021-08-05 13:50:03 +05:30
i-robot dd3d979b31 !1052 Modify memory connector UT to use local metastore
Merge pull request !1052 from AyushGupta3/queryrunner-branch
2021-08-04 00:13:21 +00:00
Ayush Gupta 81e38543f5 Modify memory connector UT to use local metastore 2021-08-03 17:24:23 -04:00
i-robot 75735aeaa3 !1041 Add support for UPDATE INDEX
Merge pull request !1041 from AyushGupta3/update-index-changes
2021-08-03 16:57:19 +00:00
i-robot 3ba2ddb256 !1042 Fixes the int data type issue in star tree
Merge pull request !1042 from Debasatwa/startree-fix-branch-v4
2021-08-03 15:55:21 +00:00
i-robot 6e00cb448d !1044 Knowledge transfer by Han - Improve document on memory connector and heuristic index
Merge pull request !1044 from Han_Weng/han-code-doc
2021-08-03 14:31:21 +00:00
i-robot ff7522019e !1022 [I40OS9] Fix for concurrent insert issue failing to rename partition directory atomically
Merge pull request !1022 from Surya Sumanth/ConcurrentInsertIssueFix
2021-08-02 13:01:20 +00:00
i-robot 46c652642e !1032 [I41YNI] remove querying validation params when disabled in configs
Merge pull request !1032 from Nitin-Kashyap/metastore-cache-fixes
2021-08-02 12:31:23 +00:00
i-robot 48dc64cce2 !1037 Fix for Cached Plan Table Validation on Partitions in Hive
Merge pull request !1037 from Surya Sumanth/FixCachedPlanTableValidation
2021-08-02 12:01:22 +00:00
i-robot 7f0429a74c !1046 bug: fix UT testConnectionPool run failed occationally
Merge pull request !1046 from chenpingzeng/fix_ut_testConnectionPool
2021-08-02 07:57:20 +00:00
i-robot e50864941b !1025 [I40VY7] Fix for Sample Partition Cache key to compare for all table parameters
Merge pull request !1025 from Surya Sumanth/FixSamplePartitionCache
2021-08-02 05:33:25 +00:00
i-robot dcd272b816 !1049 Remove unused code from DistributedResourceGroupUtl
Merge pull request !1049 from jackguo/refactor-distributed-resource-group-util
2021-08-02 00:39:22 +00:00
Vinayakumar B f1f5638806
[I438B1] Fix ArrayIndexOutOfBoundException during Bloomfilter based filtering in blocks 2021-08-01 00:36:44 +05:30
i-robot 721d613179 !1038 multi-split config not take effective in some case
Merge pull request !1038 from chenpingzeng/mis-judged-multi-split
2021-07-31 03:35:26 +00:00
Debasatwa Dutta e7164fc0a2 These commits fixes two issues related to star tree cube.
Fixes the issue with int type

Resolved the data mismatch issue, due to improperly inserted rows

Fix cube insert overwrite issue

simplified the code
2021-07-30 21:41:13 -04:00
i-robot aa3d96192a !1047 Fix memory connector UT after changing split logic
Merge pull request !1047 from Han_Weng/fix-memory-ut
2021-07-30 22:09:29 +00:00
Ayush Gupta 2679b8a7cc Add support for UPDATE INDEX 2021-07-30 16:44:21 -04:00
Han Weng ce974fad5c Improve document on memory connector and heuristic index 2021-07-30 15:38:24 -04:00
i-robot 0048c45ab7 !1030 Update memory connector docs
Merge pull request !1030 from peiwangdb/update-memory-connector-doc
2021-07-30 18:43:25 +00:00
peiwangdb 4bffbd5349 Memory Connector: update doc to the improved design 2021-07-30 08:32:43 -07:00
Han Weng 8a62368246 Fix memory connector UT after changing split logic 2021-07-29 18:53:36 -04:00
i-robot 0085bde869 !1045 fix the description of hetu-hive-functions
Merge pull request !1045 from liaodenghong/fix_the_doc_issue
2021-07-29 06:39:03 +00:00
gravitys169 8a43a23689 fix the description of hetu-hive-functions 2021-07-29 14:14:51 +08:00
chenpingzeng dc7d8a752a fix ut TestconnectionPool fail occcationally in presto-base-jdbc
Signed-off-by: chenpingzeng <chenpingzeng@huawei.com>
2021-07-29 10:46:51 +08:00
i-robot f5ffe76908 !1035 [I421JD] Fix Consolidated Files
Merge pull request !1035 from David Fang/I421JD-fix-consolidated-files
2021-07-28 19:47:32 +00:00
i-robot ce489c2790 !1043 Improve Filesystem and hindex UT stability
Merge pull request !1043 from Han_Weng/fix-ut-issues-0727
2021-07-28 04:28:07 +00:00
i-robot 436bc53669 !1039 Memory Connector: Add default configuration files
Merge pull request !1039 from peiwangdb/add-default-configs
2021-07-27 19:19:56 +00:00
Jack Guo 578b28d088 refactor DistirubtedResourceGroupUtils 2021-07-27 15:17:33 -04:00
i-robot 0930c26e14 !1027 Memory Connector: optimize split and logicalPart allocation strategy
Merge pull request !1027 from peiwangdb/optimize-split-allocation
2021-07-27 16:42:50 +00:00
Han Weng 3af84655da Improve Filesystem and hindex UT stability 2021-07-27 11:17:16 -04:00
i-robot 3ffef83b77 !1036 hazelcast-timeout-issue
Merge pull request !1036 from jackguo/hazelcast-timeout-issue
2021-07-27 14:07:14 +00:00
i-robot 61617339f2 !1016 Fix Oracle Query join problem
Merge pull request !1016 from Maxiaoqi/oracle_support
2021-07-27 09:27:17 +00:00
i-robot ad4e6a818b !1031 Change module loading order in PrestoServer
Merge pull request !1031 from Han_Weng/fix-server-start-loading-order
2021-07-26 22:19:21 +00:00
Jack Guo 06aea87fea 1. Make hazelcast timeout configurable
2. Add try catch to dynamic filter
2021-07-26 12:28:52 -04:00
peiwangdb 428156cc50 Memory Connector: add default configs 2021-07-26 08:37:50 -07:00