apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
615 stars 138 forks source link

Tracking: Reading iceberg tables. #123

Open liurenjie1024 opened 9 months ago

liurenjie1024 commented 9 months ago

Now we have finished rest catalog to load table, reading/writing table metadata. The next step is to read iceberg tables using these apis.

sdd commented 7 months ago

If you are aiming just to have table reads working first, and optimizing them afterwards, then #124 is not completely necessary to do at this stage?

liurenjie1024 commented 7 months ago

Hi, @sdd

If you are aiming just to have table reads working first, and optimizing them afterwards, then #124 is not completely necessary to do at this stage?

Yes, I think currently it's a relatively low priority task compared with others. But it's not that far away since this doesn't require huge effort, but careful design.

Xuanwo commented 2 months ago

Is this tracking issue still relevant? Should we start a new one to better reflect the current status?

liurenjie1024 commented 2 months ago

Is this tracking issue still relevant? Should we start a new one to better reflect the current status?

Most of them are closed, but size based planning still not finished.