Commit Graph

431 Commits

Author SHA1 Message Date
Sundar Annamalai 158b6fc355 Fail INSERT OVERWRITE on partitioned cubes. 2021-12-22 13:38:09 -05:00
wyy566 f9910f25c1 add the Chinese configurations of the HTTP Client 2021-12-21 22:05:29 +08:00
Nitin Kashyap ee8aa48c27
[258] Enable httpClient timeout configs for Exchange,Scheduler,MemoryManager client 2021-12-20 12:55:26 +05:30
i-robot ee0853f716 !1243 Make Memory Connector support statistic features
Merge pull request !1243 from peiwangdb/mem-stats
2021-12-02 14:24:11 +00:00
peiwangdb ecaa6b4075 Memory Connector: inject stats features 2021-12-01 13:31:29 -05:00
SURYA SUMANTH N b26b7b1d9f Spill Prefetch and Prioritize Larger Splits 2021-11-30 19:50:59 +05:30
i-robot cadaf36c32 !1218 [129] [I4BK7C] [I3WK54] Fix Alter Table Rename Column Bug
Merge pull request !1218 from i-robot/pull130
2021-11-23 07:12:10 +00:00
i-robot 85738c416c !1227 'ALTER TABLE' on StarTree Cube should fail and doc changes
Merge pull request !1227 from mahtabahmed/debug_alter_doc
2021-11-22 15:06:06 +00:00
mahtabahmed dbceb4c808 fixed the alter command bugs, added testAlterTableOnCube() and updated the website document 2021-11-19 15:38:52 -05:00
SURYA SUMANTH N fdae299b64 Fix Alter Table Rename Column Bug 2021-11-19 14:30:47 +05:30
peiwangdb ccdbb48add fix issue I4I83S 2021-11-17 14:48:50 -05:00
i-robot 4266feeb37 !1241 spacing correction in deployment-ha.md, cache-table.md
Merge pull request !1241 from i-robot/pull152
2021-11-17 08:11:40 +00:00
Sailahari_Gorli 929b11b5e6 spacing correction in deployment-ha.md, cache-table.md 2021-11-16 21:00:41 +05:30
i-robot c928647355 !1237 [147] document correction in select.md
Merge pull request !1237 from i-robot/pull148
2021-11-15 13:16:05 +00:00
Lokesh Pantam 73e8ce0170 grammar correction in create-view.md, insert-overwrite.md 2021-11-14 21:50:44 +05:30
Sweta Kota 7099386e76 document correction in select.md 2021-11-13 12:51:47 +05:30
i-robot f6976233f7 !1232 update release notes for 1.4.1
Merge pull request !1232 from tushengxia/check-java-version
2021-11-12 03:54:57 +00:00
tushengxia 38ea3c4cfd update release notes for 1.4.1 2021-11-12 11:18:50 +08:00
i-robot 82cd2a33f7 !1229 Spelling corrections in new-index.md and odbc.md
Merge pull request !1229 from i-robot/pull146
2021-11-11 11:42:56 +00:00
i-robot 22d9c329e4 !1228 Spelling & grammar corrections in deployment-auto.md
Merge pull request !1228 from i-robot/pull144
2021-11-11 11:40:55 +00:00
jiaotongZou 48485a7d91 Add docs for omnidata connector 2021-11-11 19:31:38 +08:00
Sneha 47737bc467 Spelling corrections in new-index.md and odbc.md 2021-11-11 14:36:09 +05:30
Advith 8c5da51f58 Spelling & grammar corrections in deployment-auto.md 2021-11-11 14:16:32 +05:30
i-robot 18238c2aae !1224 window.md document file correction
Merge pull request !1224 from i-robot/pull140
2021-11-10 17:12:55 +00:00
i-robot 0e74f5a079 !1223 Spelling correction in lambda.md
Merge pull request !1223 from i-robot/pull138
2021-11-10 17:10:54 +00:00
i-robot 4e4aa884a0 !1225 Language correction geospatial.md
Merge pull request !1225 from i-robot/pull142
2021-11-10 17:06:55 +00:00
i-robot 0529643a7b !1222 alignment changes in conversion
Merge pull request !1222 from i-robot/pull136
2021-11-10 17:02:55 +00:00
VeenaCutie 0496a3fa92 Language correction geospatial.md 2021-11-10 22:20:20 +05:30
Pranav Bharadwaj 91e71b5f92 Correct language in memory.md 2021-11-10 22:10:03 +05:30
MurliSK 86b7a21195 window.md document file correction 2021-11-10 22:01:39 +05:30
RashmiLaxmeshwar 19f72fc6cd Spelling correction in lambda.md 2021-11-10 21:07:02 +05:30
Manoj Kulkarni 721a00fc02 alignment changes in conversion 2021-11-10 19:52:00 +05:30
i-robot d615426513 !1214 check java version for arm, unlimit java 11
Merge pull request !1214 from tushengxia/check-java-version
2021-11-02 06:14:38 +00:00
tushengxia 0d91be94f0 check java version for arm, unlimit java 11 2021-11-02 11:00:59 +08:00
Daniel Zhang 2362faf364 Heuristic Index: Index creation for multi-column partition tables document change 2021-11-01 17:00:47 -04:00
i-robot 9105c7da73 !1205 Optimize Star Tree Performance
Merge pull request !1205 from Debasatwa/optimization-startree-performance-branch-v26
2021-11-01 14:24:40 +00:00
Debasatwa Dutta 81163123f6 commit for optimizing the star tree index
fix the isseue with grouping match

added average aggregation column

changes to support avg for group by columns match

added the changes for average

removed the avg changes

average table scan optimization

fix UTs

fix UTs

add UTs

added UTs

fix UTs

added UT

added UTs

changed the UTs

edited UTs

edited UTs

added the session startree false in UTs

changes for group by match prior to cube scan node

avg aggregator source symbol changes

segregated the unit tests

checkstyle fixes

changes for Unit Tests, lineitem table replace the nation table

UTs are divided into smaller methods

added documentation comments for test method

changed the UT tests

changes for group match

updated hetu-docs

edits the create cubes of the UTs

fixes for avg aggregation

fix uts
2021-10-29 21:45:15 -04:00
i-robot 4f7e37834f !1191 Memory connector: add partition functionality
Merge pull request !1191 from peiwangdb/lp-add-part
2021-10-29 22:11:21 +00:00
peiwangdb a29d6001cf memory-connector: add partition layer 2021-10-29 08:38:26 -07:00
i-robot c4d2858d33 !1204 Memory Connector: Memory and Disk Byte Usage Info Viewable Using JMX
Merge pull request !1204 from Daniel Zhang/jmx-memory-info
2021-10-26 18:36:56 +00:00
Daniel Zhang 764df6d9e5 Memory Connector: Memory and Disk Byte Usage Info Viewable Using JMX 2021-10-26 12:48:46 -04:00
peiwangdb 43d817d07d hindex: fix typos in zh-doc 2021-10-21 18:48:23 -07:00
i-robot 98eb9f55f8 !1201 fix I4EHMI
Merge pull request !1201 from peiwangdb/fix-I4EHMI-new
2021-10-21 15:45:03 +00:00
i-robot 70155a5d7b !1200 Spelling correction in externalfunction-registration-pushdown.md
Merge pull request !1200 from i-robot/pull122
2021-10-20 04:28:48 +00:00
peiwangdb c714a79558 hindex: align zh and en doc, fix I4EHMI 2021-10-19 20:22:22 -07:00
Sanjeet Nishad 2805f710de Spelling correction in externalfunction-registration-pushdown.md 2021-10-19 20:29:46 +04:00
Tirumala Sai Prasad 3eb763557a spell fix in types.md 2021-10-19 14:05:01 +05:30
i-robot 17029ea49a !1192 Spelling Correction in doc elasticsearch.md
Merge pull request !1192 from i-robot/pull110
2021-10-18 15:26:50 +00:00
rakheetest ada54ac887 Spelling Correction in doc elasticsearch.md 2021-10-18 20:00:42 +05:30
Jiwen 90adb65bc2 remove the redundant symbol in the url of StarTree 2021-10-16 06:08:51 +00:00