Aaron Son

Results 9 comments of Aaron Son

In general seems reasonable. Table currently doesn't have a RowIter() method. Seems like this should be `IndexedPartitions(*Context, IndexLookup) (PartitionIter, error)`, and `PartitionRows()` gets used for both types of partitions?

It's still the behavior, but we need to design a more ergonomic behavior before we fix it. Should we just tell you who you're logged in as if you're already...

Yes, we definitely want to provide this. Dropping signatures into commits when they're generated is probably pretty straight forward, but there's potentially large surface area regarding things like verification in...

Going to iterate here: https://github.com/dolthub/go-mysql-server/pull/1169

This is interesting. The repository URL on GitHub is actually a fully-fledged HTTP git remote, so it supports `clone` and being used as a remote without any special processing. If...

It's very surprising to me that this wouldn't regress perf on large indexed joins, at least on LD_1. Can we perf test this against some turbine queries?

I just independently implemented this after needing the missing functionality and realizing external-dns did not support it. I searched issues before I implemented it but I only searched PRs as...

> @johngmyers I wonder why we need this at all, because if ALIAS would return A/AAAA, then CNAME to the ALIAS would just work. Of course it would depend on...

@cbf305 This is a totally legitimate request. I agree it would be nice to deploy this way in certain environments, particularly in environments where SSH access is already a solved...