Skip to content

Commit

Permalink
ddl, disttask: implement add index operators (#46414)
Browse files Browse the repository at this point in the history
ref #46258
  • Loading branch information
tangenta authored Aug 29, 2023
1 parent d149379 commit 40c4a16
Show file tree
Hide file tree
Showing 16 changed files with 992 additions and 74 deletions.
2 changes: 2 additions & 0 deletions ddl/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ go_library(
name = "ddl",
srcs = [
"backfilling.go",
"backfilling_operator.go",
"backfilling_scheduler.go",
"callback.go",
"cluster.go",
Expand Down Expand Up @@ -73,6 +74,7 @@ go_library(
"//disttask/framework/handle",
"//disttask/framework/proto",
"//disttask/framework/scheduler",
"//disttask/operator",
"//domain/infosync",
"//domain/resourcegroup",
"//expression",
Expand Down
Loading

0 comments on commit 40c4a16

Please sign in to comment.