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
The following function is currently used inside mocked tests, but this does not seem to make part of the common catalog.go interface : func (cat *CatalogMock) TableSize(tableName string) int64
It seems that it would be better to implement it in the interface and to complete the tests on DB, don't you think ?
The text was updated successfully, but these errors were encountered:
The following function is currently used inside mocked tests, but this does not seem to make part of the common catalog.go interface :
func (cat *CatalogMock) TableSize(tableName string) int64
It seems that it would be better to implement it in the interface and to complete the tests on DB, don't you think ?
The text was updated successfully, but these errors were encountered: