removing comment

This commit is contained in:
James Cor
2022-06-03 16:12:34 -07:00
parent c34a4d9b46
commit 439c90a4df

View File

@@ -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)