Commit Graph

597 Commits

Author SHA1 Message Date
Sandy Gao 1c929ef6cc Various improvements
- Recognize more errors that are resumable
- Handle error when trying to save query snapshot result
- Update snapshot documentation to remove "spill-to-disk" limitation
- Remove "memory" catalog from default docker image
2021-06-14 17:55:04 -04:00
i-robot 357ade90ec !927 [I3VFJ1] CTE Optimizer scheduling issue fix. CTE Consumer to schedule on same nodes as feeder
Merge pull request !927 from RajeevRastogi/schedule.cte.fix
2021-06-15 01:39:20 +08:00
i-robot 96a9fa3188 !921 Fix for data inconsistency with CTE reuse
Merge pull request !921 from NeerajUnnikrishnan/cte_fix
2021-06-15 00:47:37 +08:00
rajeevrastogi 412d70c7f0 [I3VFJ1] CTE Optimizer scheduling issue fix. CTE Consumer to schedule on same nodes as feeder 2021-06-14 22:07:39 +05:30
sandygao 14b0c4769f Remove unnecessary logs from Driver 2021-06-14 23:00:13 +08:00
NeerajUnnikrishnan 76854861ea Fix for data consistency with CTE reuse 2021-06-14 10:16:11 -04:00
i-robot 3217f27178 !914 Introduce new memory connector improvements
Merge pull request !914 from farhan3/memory-connector
2021-06-12 00:19:42 +08:00
i-robot 9956c96a8c !917 [I2BYIZ] Change generation location of instanceId
Merge pull request !917 from David Fang/I2BYIZ-use-instanceid
2021-06-11 22:11:46 +08:00
Han Weng 073bb9e19a Fix UT issues 2021-06-11 01:30:15 -04:00
arjunkrishna c2380c0ab3 fix UT failure due to memory connector changes 2021-06-10 14:30:26 -04:00
David Fang 8047e27d56 Resolve I2BYIZ (instance id) 2021-06-10 13:18:17 -04:00
sandeep f5f40b3f95 [I3UQM6] Sort aggregation review fix 2021-06-10 22:12:11 +05:30
i-robot 1a36022043 !908 Avoid stats calculation incase not needed for query optimization
Merge pull request !908 from RajeevRastogi/plan.stats.optimization
2021-06-10 23:11:48 +08:00
rajeevrastogi b863698795 [#I3UVBN] Avoid stats calculation in below cases.
1. Just to attach stats with plan for non-EXPLAIN queries.
2. No join, so need to get stats to check if dynamic filter to keep or remove.
2021-06-10 20:03:25 +05:30
maxiaoqi2020 ea375bde43 fix QA-730, QA-783, QA-798 2021-06-10 15:32:56 +08:00
maxiaoqi2020 7fac5236a8 fix QA-277 that varbinay data type cannot be correctly displayed 2021-06-10 10:35:14 +08:00
i-robot d5218d2a7d !915 check environment before start server, suggest user use jdk11 on arm server
Merge pull request !915 from tushengxia/fix-for-630
2021-06-10 01:55:12 +08:00
i-robot 84a0d93b4d !907 Star tree cube support for filtering source data when creating cube
Merge pull request !907 from sundarannamalai/count_distinct_bug
2021-06-10 00:23:21 +08:00
i-robot e36dbd1970 !889 Support spill-to-disk to snapshot
Merge pull request !889 from jackguo/snapshot-spill-to-disk
2021-06-09 23:05:38 +08:00
i-robot b6fd7d14ec !885 [I3PQOU] Remove origin from page
Merge pull request !885 from David Fang/I3PQOU-move-origin
2021-06-09 21:07:38 +08:00
tushengxia 646e1ecc29 check environment when start server, suggest user use jdk 11 when running openlookeng on arm 2021-06-09 15:12:09 +08:00
Han Weng 1035ca68cc Memory Connector: Add spill-to-disk support 2021-06-08 17:59:19 -04:00
Haochen Ding 33cfb24262 Disable reserved pool by default 2021-06-08 15:17:23 -04:00
David Fang 7f1b7e5412 Resolve I3PQOU 2021-06-08 11:18:07 -04:00
Jack Guo 0b4eec3afa Support spill-to-disk feature for snapshot 2021-06-08 10:00:10 -04:00
Sundar Annamalai d8a35a09f4 Add support for filtering source data when creating cube. 2021-06-08 00:20:09 -04:00
Nitin-Kashyap 0b4045dbf9 !905 [I3UPNO] Configuration name convention fixed for sort based aggregator
* [I3UPNO] doc-SortBased Aggregation
2021-06-08 08:11:50 +08:00
i-robot ac420c28dc !902 Fix the star tree internal error issue
Merge pull request !902 from Debasatwa/startree-bug-fix-internal-error
2021-06-08 03:56:37 +08:00
NeerajUnnikrishnan 1d6207faba Fix for timestamp semantics 2021-06-07 11:21:38 -04:00
i-robot 4078ad7033 !891 [I3TFOJ] Remove timezone US/Pacific-New
Merge pull request !891 from sandygao/remove-old-timezone
2021-06-07 09:23:45 +08:00
sandeep b86843774e [I3T90] sort aggregation 2021-06-06 22:39:25 +05:30
Debasatwa Dutta 5f4b13928d star tree internal error bug fix and unit tests added 2021-06-04 14:36:47 -04:00
i-robot 295384bba3 !896 fix the problem of likePredicate
Merge pull request !896 from wyy566/fix_likePredicate
2021-06-03 16:38:28 +08:00
wyy566 84b7aad113 fix LikePredicate 2021-06-02 12:12:14 +08:00
Sandy Gao 0ad6ae024c Remove old timezone US/Pacific-New 2021-06-01 11:10:25 -04:00
maxiaoqi2020 47f4e478ba load google fonts locally; add third-party software notice 2021-06-01 14:36:11 +08:00
i-robot ec3f390671 !887 fix cleanExpireState
Merge pull request !887 from i-robot/pull32
2021-05-31 23:01:15 +08:00
i-robot 8d8bd63e36 !882 [#I3SFMD] Concurrent Query Optimization
Merge pull request !882 from RajeevRastogi/physical.plan.schedule.opt
2021-05-26 23:52:29 +08:00
i-robot ebbc6b18d3 !875 [I3PII7] Remove taskCount from MarkerPage and MarkerSplit
Merge pull request !875 from Richard Hua/I3PII7-remove-taskCount-from-MarkerPage-MarkerSplit
2021-05-26 23:06:39 +08:00
rajeevrastogi a8b2e85340 [#I3SFMD] Concurrent query optimization 2021-05-26 20:25:45 +05:30
i-robot b9b092a65a !874 [I3FHGK] Improve snapshot stability
Merge pull request !874 from sandygao/improve-snapshot-stability
2021-05-26 21:32:29 +08:00
NeerajUnnikrishnan 01b224af0c Predicate pushdown for CTE 2021-05-25 03:24:40 -04:00
SURYA SUMANTH N d379529ac3 Query Concurrency Code Optimizations 2021-05-23 23:28:45 +05:30
Sandy Gao 0e4683dc60 Improve snapshot stability
- Remove hive files from old tasks
- Recover from unexpected results from tasks
- Handle "create table if not exists" statements
- Improve mechanism to verify query rerun completeness
- Handle case where table-scan task finishes after resume is done
2021-05-20 16:05:19 -04:00
richardhua_fa1a e77ce972e1 Removes taskCount 2021-05-19 15:17:19 -05:00
yinsuna 4d98b654b1 fix cleanExpireState
refactor

refactor
2021-05-18 20:45:18 +08:00
i-robot f86dd04869 !867 Support merging star tree cube range predicates
Merge pull request !867 from sundarannamalai/range-issue-fix
2021-05-13 02:42:00 +08:00
sandygao 3700d92db0 Update condition to verify child stage completeness 2021-05-12 07:44:22 +08:00
Sundar Annamalai 34b7306699 Star Tree Cubing - Support for merging range predicates. 2021-05-11 16:35:37 -04:00
i-robot fc981cce05 !863 [I3FHGK] Improve snapshot stability
Merge pull request !863 from sandygao/improve-snapshot-stability
2021-05-11 09:28:19 +08:00