kevinjqliu commented on issue #2775: URL: https://github.com/apache/iceberg-python/issues/2775#issuecomment-3560595366
Thanks @geruh, super excited to see this. I was able to prototype a client against the `iceberg-rest-fixture` docker image using the openapi spec and LLM. The api response look very similar to [pyiceberg's FileScanTask](https://github.com/apache/iceberg-python/blob/36baca9fc4c0862c4ed5c7d74168ab29585777da/pyiceberg/table/__init__.py#L1783-L1791) (likely by design!) Working on the "core sync planning" first makes sense to me; as i dont think the REST of the apis are implemented yet in the `iceberg-rest-fixture`. From an user-facing api standpoint, today we use `table.scan().to_arrow()`. Perhaps we can expose this remote scan planning functionality like `table.scan(remote=true).to_arrow()` or `table.remote_scan().to_arrow()` Just my initial thoughts, would love to hear what others think regarding how to expose this functionality -- 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]
