Skip to content

Commit

Permalink
implement hilbert clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
weiluo-db committed Nov 15, 2023
1 parent 0d3b6e2 commit cfc37ff
Show file tree
Hide file tree
Showing 10 changed files with 1,147 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@ class OptimizeExecutor(
MultiDimClustering.cluster(
input,
approxNumFiles,
zOrderByColumns)
zOrderByColumns,
"zorder")
} else {
val useRepartition = sparkSession.sessionState.conf.getConf(
DeltaSQLConf.DELTA_OPTIMIZE_REPARTITION_ENABLED)
Expand Down
Loading

0 comments on commit cfc37ff

Please sign in to comment.