ZENOTME
ZENOTME
> Your talking about a case where the query engine doesn't know what kind of entity its dealing with. In that case I think it should just use load_entity and...
> Hi @ZENOTME, can I take on either this task or #341? Sure! Thanks! Before we move to more writers, maybe we can complete #345 first so that we can...
I'm working the draft so that we can have more clear discussion above it. Blocked by #277 now.
Thanks for raising this discussion @marvinlanhenke! The basic idea for the integration is to provide the wrap struct using type in iceberg-rust so that users can use them to connect...
I can send a PR for this later.
Actually the user can custom their own file writer. But I think that it's a good suggestion. How do you think? @liurenjie1024
I'm glad to take this work if no one start it yet.
We have not yet implemented partition summary. And partition sumary should implemented after #138 completed.
How did this api used to by compute engines? Such as: ``` // Create a writer to write data file let task_writer = table.data_writer(); task_writer.write() let data_files = task_writer.close(); //...
This issue can be close now