apache / accumulo-proxy

Apache Accumulo Proxy
https://accumulo.apache.org
Apache License 2.0
9 stars 19 forks source link

Missing TableOperations method implementations #73

Closed DomGarguilo closed 1 year ago

DomGarguilo commented 1 year ago

I was checking to see if there were any methods in TableOperations that were not present in the proxy and found a few. I assume that most if not all of these are purposefully not implemented but wanted to double check.

ctubbsii commented 1 year ago

I don't think they were omitted purposefully... more likely they not added because there was no demand/interest to add them. Somebody has to think "I want that" first, and then somebody has to say "I'll do that" second. As far as I can tell, that first step simply never happened for these, and that's fine. We could certainly add more if they are of interest to somebody. However, I do not think it's necessary to add everything. And we definitely shouldn't add the deprecated ones.

DomGarguilo commented 1 year ago

I don't think they were omitted purposefully... more likely they not added because there was no demand/interest to add them. Somebody has to think "I want that" first, and then somebody has to say "I'll do that" second. As far as I can tell, that first step simply never happened for these, and that's fine. We could certainly add more if they are of interest to somebody. However, I do not think it's necessary to add everything. And we definitely shouldn't add the deprecated ones.

Makes sense, I'll close this for now. Other tickets can be opened if there are requests for any of these to be implemented.