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
when we list files, sometime the child is given.
file = new ACassandraFile("/", "test", IOContext.READ, true, keyspace, columnFamily, blockSize);
file = new ACassandraFile("/foo", "test", IOContext.READ, true, keyspace, columnFamily, blockSize);
so when we list, we list beneath /test and not just parent /
so when we list, we list beneath /foo/test and not just parent /foo
The text was updated successfully, but these errors were encountered:
git show c69dce5
when we list files, sometime the child is given.
file = new ACassandraFile("/", "test", IOContext.READ, true, keyspace, columnFamily, blockSize);
file = new ACassandraFile("/foo", "test", IOContext.READ, true, keyspace, columnFamily, blockSize);
so when we list, we list beneath /test and not just parent /
so when we list, we list beneath /foo/test and not just parent /foo
The text was updated successfully, but these errors were encountered: