Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KYLIN-4113 Remove the surplus allCubes field #780

Closed
wants to merge 2 commits into from
Closed

KYLIN-4113 Remove the surplus allCubes field #780

wants to merge 2 commits into from

Conversation

ClausClaus
Copy link

@ClausClaus ClausClaus commented Jul 30, 2019

The allCubes field is redundant, and the corresponding authentication interface already exists on the back end.
https://issues.apache.org/jira/browse/KYLIN-4113

@codecov-io
Copy link

Codecov Report

Merging #780 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #780      +/-   ##
============================================
- Coverage     25.76%   25.76%   -0.01%     
+ Complexity     6048     6047       -1     
============================================
  Files          1393     1393              
  Lines         82969    82969              
  Branches      11605    11605              
============================================
- Hits          21380    21379       -1     
- Misses        59536    59537       +1     
  Partials       2053     2053
Impacted Files Coverage Δ Complexity Δ
...he/kylin/dict/lookup/cache/RocksDBLookupTable.java 72.97% <0%> (-5.41%) 6% <0%> (-1%)
...core/storage/columnar/GeneralColumnDataReader.java 89.47% <0%> (-5.27%) 6% <0%> (-1%)
...rg/apache/kylin/cube/inmemcubing/MemDiskStore.java 69.3% <0%> (-0.31%) 7% <0%> (ø)
...a/org/apache/kylin/dict/Number2BytesConverter.java 82.53% <0%> (+0.79%) 18% <0%> (+1%) ⬆️
.../apache/kylin/cube/cuboid/TreeCuboidScheduler.java 66.15% <0%> (+2.3%) 0% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed20926...661fa6b. Read the comment docs.

@ClausClaus ClausClaus changed the title Remove the surplus allCubes field KYLIN-4113 Remove the surplus allCubes field Jul 30, 2019
Copy link

@luguosheng1314 luguosheng1314 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@clambertus There seems to be some conflicts, you'd better resolve them before resubmit your changes

@@ -260,7 +244,7 @@ KylinApp.controller('CubeSchemaCtrl', function ($scope, QueryService, UserServic

});

$scope.checkCubeForm = function(stepIndex){
$scope.checkCubeForm = async function(stepIndex){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"async" and "await" are the ES7 grammar,some lower version but is much popular browser such as ie10、chrome54 unsupported。

webapp/app/js/controllers/cubeSchema.js Outdated Show resolved Hide resolved
@nichunen
Copy link

nichunen commented Aug 2, 2019

@ClausClaus has submitted another pr to fix this, close this one.

@nichunen nichunen closed this Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants