Re: [I] Add samples for listing table.files and table.partitions [iceberg-python]
github-actions[bot] commented on issue #578: URL: https://github.com/apache/iceberg-python/issues/578#issuecomment-2415381894 This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale' -- 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
Re: [I] Add samples for listing table.files and table.partitions [iceberg-python]
github-actions[bot] closed issue #578: Add samples for listing table.files and table.partitions URL: https://github.com/apache/iceberg-python/issues/578 -- 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
Re: [I] Add samples for listing table.files and table.partitions [iceberg-python]
moryachok commented on issue #578: URL: https://github.com/apache/iceberg-python/issues/578#issuecomment-2037890575 Hey @Fokko, that would be awesome, let me know when it merged and I will test it on my side. -- 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
Re: [I] Add samples for listing table.files and table.partitions [iceberg-python]
Fokko commented on issue #578: URL: https://github.com/apache/iceberg-python/issues/578#issuecomment-2037863395 @moryachok It looks like someone else is already working on files, how about partitions? I'll merge https://github.com/apache/iceberg-python/pull/551 later today and then it should be relative straightforward. -- 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
Re: [I] Add samples for listing table.files and table.partitions [iceberg-python]
Fokko commented on issue #578: URL: https://github.com/apache/iceberg-python/issues/578#issuecomment-2036498291 Hey @moryachok Thanks for raising this. This is currently being worked on in https://github.com/apache/iceberg-python/issues/511 The files one should be rather straightforward since that's also supported through the CLI: `pyiceberg files database.table` -- 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
[I] Add samples for listing table.files and table.partitions [iceberg-python]
moryachok opened a new issue, #578: URL: https://github.com/apache/iceberg-python/issues/578 ### Question After examining your documentation, I couldn't locate the methods to list a table's partitions or its data files. Could you please provide relevant examples or consider adding this capability if it's not currently available? -- 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.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