will need go mod update to work, but it is working!

This commit is contained in:
James Cor
2022-06-02 01:19:07 -07:00
parent ebcf84a9d4
commit ce001d89d3
@@ -133,6 +133,7 @@ func (dt *DiffTable) Schema() sql.Schema {
}
func (dt *DiffTable) Partitions(ctx *sql.Context) (sql.PartitionIter, error) {
// TODO: if this were in parallel it can't always start at HEAD
cmItr := doltdb.CommitItrForRoots(dt.ddb, dt.head)
sf, err := SelectFuncForFilters(dt.ddb.Format(), dt.partitionFilters)