Alec Grieser
Alec Grieser
Hmm, well, that link is sort of weird, but Artifactory seems to think that the artifacts should be available at: https://ossartifacts.jfrog.io/artifactory/fdb-record-layer/ However, whenever I search for the link, it takes...
I'm not sure I have too many opinions on the parts of this PR around the `equals` and `hashCode` implementations, and if we want to change those to be more...
Okay, this PR should now set enums up to be similar to records, in that they have a name field, but that is not used when constructing the enum unless...
Yeah, that's what I was thinking, regarding using function key expressions. Given that the planner currently doesn't support matching a function key expression, the way I was thinking of doing...
Ah, right, I guess I overlooked `QueryableKeyExpressions`. I think it should be possible to add support for those, too. I've filed #1872 about this, and I suspect whichever PR we...
Should this be closed now that #1872 is closed?
A few things came up during a discussion about this with some members of the team: 1. There are probably a few other places that we'd need to consider adding...
I don't think it's a bug, _per se_, as while read-only transactions don't need to be committed, the penalty for committing them is also low. (The client basically validated that...
At this point, we've had the new API in a bit, and so regaining backwards compatibility is probably not as big a priority here. I'll go ahead and close this...
Closing this for now. We may want to do something like this for the RocksDB storage engine, so we may need to re-open this at a later date.