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
@MartinquaXD raised some good (non-blocking) points of improvement for the already merged code in #12. Here I will try to summarize;
No need for Optional Block Number. This is only used for testing purposes and the tests could be adapted instead of the return type.
Throw error on invalid table name. I think the problem with this may be that our test tables write to a different directory (intentionally) so not to interfere with real data. I think we may want to keep this.... not sure.
@MartinquaXD raised some good (non-blocking) points of improvement for the already merged code in #12. Here I will try to summarize;
I think items 1 and 4 are the most straight forward to change first, still not sure yet about the other two.
The text was updated successfully, but these errors were encountered: