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

Bug - TableSize function not implemented for the DB catalog #149

Open
nick-rv opened this issue Dec 14, 2022 · 0 comments
Open

Bug - TableSize function not implemented for the DB catalog #149

nick-rv opened this issue Dec 14, 2022 · 0 comments
Assignees
Labels
bug Something isn't working DB
Milestone

Comments

@nick-rv
Copy link
Collaborator

nick-rv commented Dec 14, 2022

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 ?

@nick-rv nick-rv added bug Something isn't working DB labels Dec 14, 2022
@nick-rv nick-rv added this to the XP_FLUX milestone Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working DB
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants