👋 not really a question but mainly feedback: on the delta lake documentation for
table optimization it wasn't clear to me that z-ordering will also perform compaction as part of the operation. after reading that page i was thinking that i'd have to run compaction and z-ordering as two separate commands, but after looking at the code i realized that they both perform compaction and use mostly the same logic under the hood (with the exception of multidimensional clustering). this might be worth clarifying 🙂