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
Maybe sourceType should have a method like supportsSchemaCompare. That way we have the logic in one place, it won't be messy if we add more source types, and we could avoid the nested ifs with just having if (left.sourceType.supportsSchemaCompare() && right.sourceType.supportsSchemaCompare()
The text was updated successfully, but these errors were encountered:
Maybe sourceType should have a method like supportsSchemaCompare. That way we have the logic in one place, it won't be messy if we add more source types, and we could avoid the nested ifs with just having if (left.sourceType.supportsSchemaCompare() && right.sourceType.supportsSchemaCompare()
The text was updated successfully, but these errors were encountered: