frankliee commented on issue #548:
URL: https://github.com/apache/iceberg-python/issues/548#issuecomment-2019248895

   I have considered this, `.plan_files()` will get all files, and cannot 
distinguish which files are in the same bucket.
   
   For Iceberg-Spark, there is a helpful system function expression like this, 
   
   `SELECT * FROM test1 WHERE system.bucket(4, id) == 2`
   
    Iceberg-Python seems to be missing some things like `bucket(n, ref)`.
   
   @Fokko 


-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to