mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-20 03:00:43 -05:00
will need go mod update to work, but it is working!
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user