Commit Graph

13 Commits

Author SHA1 Message Date
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
Raghunandan 3793aa170a [maven-release-plugin] prepare for next development iteration 2021-10-01 13:13:30 +05:30
Lilian Yuan 61ee03600b Update copyright 2021-09-27 14:16:18 -07:00
Raghunandan ed881ae4f2 [maven-release-plugin] prepare for next development iteration 2021-06-30 11:28:55 +05:30
Sundar Annamalai d8a35a09f4 Add support for filtering source data when creating cube. 2021-06-08 00:20:09 -04:00
Han Weng 073a54f560 Implement hetu metastore parameter transactions for catalog and database 2021-04-20 18:08:28 -04:00
Raghunandan 34b34313b3 [maven-release-plugin] prepare for next development iteration 2021-03-31 11:15:11 +05:30
Raghunandan 1871f1f0eb [maven-release-plugin] prepare branch branch-1.2 2021-03-31 11:15:10 +05:30
Sundar Annamalai a22f77bdcc Print user friendly message for CreateCube syntax errors. 2021-03-24 12:11:27 -04:00
Sundar Annamalai 8ec9bdffdf Fix for star tree cube incorrect results
1. Block INSERT INTO CUBE if source table has been updated.
2. Block duplicate data insert into the cube
3. Insert entire data from source table into cube
4. Updated hetu docs
2021-03-19 12:03:37 -04:00
Han Weng fb5c197ec2 Improve Hetu Metastore for better hindex stability 2021-03-16 15:22:45 -04:00
shuaiwang999 5d47dce1ea add alterTableParameter for metastore 2021-03-15 16:57:52 +08:00
Sundar Annamalai f7c423cdc5 Add support for star tree cubing 2021-03-09 01:25:29 -05:00