GGraziadei commented on PR #16827: URL: https://github.com/apache/iceberg/pull/16827#issuecomment-5402048757
Hi @nssalian, thanks for your comment—it helped clarify the feature for me. Here are the next steps I’m planning: * **Spark:** Backport Hilbert-curve sort compaction to Spark 4.0 and 3.5 — #17805 * **ZOrderByteUtils:** `interleaveBits` currently interleaves one bit at a time; using a bit-spreading table is 7–9× faster (in practice, ~10×) — #17758 *(1 approval)* * **Z-order:** Fix NPEs on null booleans and case-insensitive column resolution — #17669 *(1 approval)* * **Shared multi-column term:** Introduce a shared term to de-duplicate Z-order and Hilbert clustering — #17657 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
