You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/11/26 19:01:54 UTC

[GitHub] [iceberg] minjing0824 commented on pull request #5824: Spark: support hilbert curve when rewrite

minjing0824 commented on PR #5824:
URL: https://github.com/apache/iceberg/pull/5824#issuecomment-1328098037

   Hi, @linfey90 I have a question want to know, here how I use zorder in my code
   `actions().rewriteDataFiles(table).zOrder(columns).option("xxx","xxx")`
   if you add hilbert, it only to change zOrder to hilbert to use it like
   `actions().rewriteDataFiles(table).HilbertCurve(columns).options("xxx","xxx")` or something else? 


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org