mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 18:49:14 -06:00
removing comment
This commit is contained in:
@@ -134,7 +134,6 @@ 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