github-actions[bot] commented on issue #220:
URL: https://github.com/apache/iceberg-python/issues/220#issuecomment-2276929391
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 Apac
github-actions[bot] closed issue #220: Slowness when loading table from S3
URL: https://github.com/apache/iceberg-python/issues/220
--
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 commen
github-actions[bot] commented on issue #220:
URL: https://github.com/apache/iceberg-python/issues/220#issuecomment-2251616092
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity oc
itaise commented on issue #220:
URL: https://github.com/apache/iceberg-python/issues/220#issuecomment-1913088810
Hi,
Actually i didnt. Will love to hear if there is a way. We would like to get
only table metadata in the fastest way possible (for user facing UIs)
בתאריך יום ו׳, 26
anechii commented on issue #220:
URL: https://github.com/apache/iceberg-python/issues/220#issuecomment-1911858579
@itaise currently facing the same issue, but on a larger scale (bigger
table, bigger metadata).
Did you find a way to speed this up ?
Thanks.
--
This is an automated mes
itaise commented on issue #220:
URL: https://github.com/apache/iceberg-python/issues/220#issuecomment-1862509468
Hi,
The PyIceberg version that we use is 0.5.1..
Sorry I wrote the wrong one when opening the ticket.
BTW Our iceberg version is 1.3.0.
Any other way to make the rea
Fokko commented on issue #220:
URL: https://github.com/apache/iceberg-python/issues/220#issuecomment-1860766872
@itaise Thanks for reaching out. We're constantly improving on performance,
and I would suggest bumping to a later version of PyIceberg. In 0.5.x we use
Cython to parse the Avro f
itaise opened a new issue, #220:
URL: https://github.com/apache/iceberg-python/issues/220
### Apache Iceberg version
0.3.0
### Please describe the bug 🐞
Hi,
I am trying to read a table schema. for our use case - we need only field
names and types
The operation of