You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core-cube/src/main/java/org/apache/kylin/cube/model/CubeDesc.java
+9-2
Original file line number
Diff line number
Diff line change
@@ -479,8 +479,15 @@ public boolean checkSignature() {
479
479
returntrue;
480
480
}
481
481
482
-
if (KylinVersion.getCurrentVersion().isCompatibleWith(newKylinVersion(getVersion())) && !KylinVersion.getCurrentVersion().isSignatureCompatibleWith(newKylinVersion(getVersion()))) {
483
-
logger.info("checkSignature on {} is skipped as the its version is {} (not signature compatible but compatible) ", getName(), getVersion());
0 commit comments