Merge branch 'main' into grant_parameter_propagation

grant_parameter_propagation
Gürkan İndibay 2024-03-05 12:36:18 +03:00 committed by GitHub
commit c4c7194ff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2946,7 +2946,7 @@ MajorVersionsCompatibleColumnar(char *leftVersion, char *rightVersion)
}
else
{
rightComparisionLimit = strlen(leftVersion);
rightComparisionLimit = strlen(rightVersion);
}
/* we can error out early if hypens are not in the same position */