Commit Graph

1403 Commits

Author SHA1 Message Date
Haochen Ding eba25fc770 Move finished or failed queries to finished query states and not fetching these query states when submitting new queries 2021-03-27 22:33:13 -04:00
i-robot a7798ab3a6 !783 [I3DSA6] Fix RemoteTaskMismatch error upon killing and restarting a worker
Merge pull request !783 from RaymondXu/fix-mismatch-upon-worker-restart
2021-03-28 09:01:07 +08:00
i-robot a6de34019d !787 Fixed NPE issue with StatementAnazlyer
Merge pull request !787 from sundarannamalai/tpcds-issue-fixes
2021-03-28 07:44:57 +08:00
Sandy Gao 809864577d Don't close scheduler and split sources before rescheduling
- Otherwise split sources become unusable after rescheduling
- Detect issue in snapshot configuration
- Update log when resume fails to be more accurate
2021-03-27 19:00:52 -04:00
Sundar Annamalai 86d476e74c Fix NPE in analyzeCubes in StatementAnalyzer 2021-03-27 18:15:02 -04:00
i-robot 54c0524864 !785 [WIP] Optimize AA workflow to reduce the time consumption during submit the query
Merge pull request !785 from lifengzi/optimize-AA
2021-03-28 00:20:57 +08:00
maxiaoqi2020 8a47e218e5 Fix UI display issue due to the large network latency 2021-03-27 19:25:31 +08:00
lizheng920625 d5e1dff27c optimize AA to remove query in statestore and reduce the size of json info 2021-03-27 17:34:44 +08:00
i-robot f413d70aa0 !778 when cache is enabled reuse exchange is supported
Merge pull request !778 from sandeep/bugfix-reuseExchangeSupportWithCache
2021-03-27 12:18:59 +08:00
i-robot d8f284ca56 !777 Support to register function with variable parameters
Merge pull request !777 from Yize_Li/support-literalparas-for-external-function
2021-03-27 10:45:00 +08:00
i-robot ec1a44660c !781 Improve TempFolder cleanup logic
Merge pull request !781 from Han_Weng/temp-folder-improve
2021-03-27 07:14:56 +08:00
RaymondXu cb886d9fa3 fix RemoteTaskMismatch upon restarting worker after it's killed 2021-03-26 18:53:49 -04:00
i-robot fc5093396a !782 TestIndexCache additional try to get actualSplitsIndex for correct assertion
Merge pull request !782 from Daniel Zhang/hindex-splits-test
2021-03-27 06:34:57 +08:00
Daniel Zhang c9dbed474f TestIndexCache additional try to get actualSplitsIndex for correct assertion 2021-03-26 17:01:26 -04:00
i-robot cf39d83fab !780 Restrict insert into cube predicate columns
Merge pull request !780 from AyushGupta3/master
2021-03-27 04:53:09 +08:00
Ayush Gupta cc92eceeac Restrict insert into cube where clause/ fix tuple domain bug 2021-03-26 16:30:23 -04:00
Han Weng 36d37562d4 Improve TempFolder cleanup logic 2021-03-26 16:01:52 -04:00
sandeep 24a7b08cea !778 [I3DP4M] reuse exchange support with cache 2021-03-26 22:18:20 +05:30
Yize Li 9f17be4e31 support parameter type for external function 2021-03-26 19:12:08 +08:00
i-robot dec5f8da6c !772 Add plan tree checker to prevent compiling external function
Merge pull request !772 from Yize_Li/add-checker-for-external-function
2021-03-26 10:15:01 +08:00
i-robot 6c99dd9374 !774 Invalidate tableCache after createTable() API is invoked.
Merge pull request !774 from sundarannamalai/hetu-store-bug-fix
2021-03-25 21:51:06 +08:00
i-robot 79930ae302 !775 Fix WebUI cluster node status issue 进行中
Merge pull request !775 from Maxiaoqi/ui-enhancement
2021-03-25 19:21:45 +08:00
i-robot 2435e3124b !764 Update SQL migration tool as SHOW FUNCTIONS supports like pattern now
Merge pull request !764 from chenpingzeng/show-function-with-like
2021-03-25 17:49:58 +08:00
maxiaoqi2020 2fb15981f8 fix bugs for cluster nodes status display issue 2021-03-25 17:09:33 +08:00
maxiaoqi2020 59739c156d fix bug for Query history Page select menu 2021-03-25 17:09:33 +08:00
chenpingzeng ef2097af94 update sql migration tool to support like pattern for SHOW FUNCTIONS
statment

Signed-off-by: chenpingzeng <chenpingzeng@huawei.com>
2021-03-25 15:48:28 +08:00
i-robot 506ce2df0b !773 [I3D4U4] Revert filesystem close changes (PR 763)
Merge pull request !773 from sandygao/revert-filesystem-close-changes
2021-03-25 14:25:47 +08:00
Yize Li 2c4e41abad add external function push down checker to set up a fence 2021-03-25 11:56:37 +08:00
Sandy Gao fff4183888 Revert "fix resource leak problems"
- This reverts commit a997fdfe
- Added fix for potential NPE when rolling back hive writes
- Fix MarkerSplitSource's sentFinalMarker for resume marker
- Avoid failing query if only 1 worker is left
2021-03-24 23:46:01 -04:00
Sundar Annamalai ea7139c556 Invalidate tableCache after createTable() API is invoked. 2021-03-24 14:39:42 -04:00
i-robot 1e95752a4a !771 Show meaningful message for CreateCube syntax errors
Merge pull request !771 from sundarannamalai/cube-syntax-fix
2021-03-25 01:26:10 +08:00
Sundar Annamalai a22f77bdcc Print user friendly message for CreateCube syntax errors. 2021-03-24 12:11:27 -04:00
i-robot f3c233812a !769 [I3CRBJ] Keep track of if MarkerSplitSource has sent last marker
Merge pull request !769 from sandygao/I3CRBJ-track-last-marker
2021-03-24 22:41:54 +08:00
i-robot 7328ff48cf !768 [I3CR2R] Fix compatibility issue with hindex and distributed snapshot
Merge pull request !768 from RaymondXu/fix-snapshot-hindex-compatibility
2021-03-24 21:55:57 +08:00
i-robot e25f0753c6 !759 [I3CQPC] Fix issue where PassthroughExchanger will block LocalMergeSourceOperator
Merge pull request !759 from RaymondXu/fix-passthrough-exchanger-not-finishing
2021-03-24 15:11:42 +08:00
i-robot c484ae101a !763 fix problems of resource leak
Merge pull request !763 from tushengxia/eagleye_fix
2021-03-24 12:25:25 +08:00
tushengxia a997fdfe3d fix resource leak problems
add docs for hbase insert

fix conflicts
2021-03-24 11:34:36 +08:00
Sandy Gao c305d5a348 Keep track of if last marker is sent, and use it to answer isFinished 2021-03-23 23:00:26 -04:00
i-robot 0c9e4553a4 !762 Fix tablescan node can not be reused when query hive
Merge pull request !762 from Yize_Li/fix-signature-operator-unmangle
2021-03-24 10:01:53 +08:00
i-robot 5ca806af47 !767 Improve BTree so it can still filter splits in "and" expression when one of clause throws exception
Merge pull request !767 from Han_Weng/btree-improve
2021-03-24 08:40:07 +08:00
RaymondXu 141083986e Fixed issue where query fails when snapshot and hindex are both enabled 2021-03-23 20:17:30 -04:00
i-robot 8138e6aee4 !758 Improve index record lookup performance
Merge pull request !758 from Han_Weng/fix-index-metastore-jdbc
2021-03-24 07:57:49 +08:00
Han Weng e28b04015c Improve btree lookup logic 2021-03-23 19:06:52 -04:00
Han Weng 543a7e6de8 Improve index lookup performance and optimize temp folder usage 2021-03-23 18:01:14 -04:00
i-robot 658cb5669b !766 Fix internal error when using star tree with execution plan cache
Merge pull request !766 from AyushGupta3/star-tree-exec-cache-bug
2021-03-24 05:37:52 +08:00
Ayush Gupta 92e9e9affb Fix execution plan cache with star tree error 2021-03-23 15:52:25 -04:00
i-robot b5f3222690 !745 Add last modified time as part of orc cache key
Merge pull request !745 from Jiahao/QA-693
2021-03-24 03:17:50 +08:00
i-robot 57da358b7f !757 [I2D63H] [I2D63N] Detect unsupported snapshot scenarios and English docs
Merge pull request !757 from sandygao/I2D63H-reject-unsupported-queries
2021-03-24 02:47:51 +08:00
i-robot da387abe3c !755 Hindex UT Descriptive Edits
Merge pull request !755 from Daniel Zhang/hindex-splits-test
2021-03-24 02:05:50 +08:00
i-robot 96d1d8e678 !765 [I3C8S4] Fix duplicate json properties and remove redundant try catch block
Merge pull request !765 from Arven/fix-ha-worker-count
2021-03-24 00:48:06 +08:00