ZENOTME
ZENOTME
This PR is ready to review. cc @liurenjie1024 @Fokko @Xuanwo @sdd
Hi, I think this PR is ready to review. cc @liurenjie1024 @Xuanwo @Fokko @kevinjqliu @sdd
Using RawLiteral as an indirection layer to convert iceberg value to Avro value is not convenient, we should infer how to convert from looking at how Avro Serializer works. I'm...
Hi, recently I'm trying to investigate support rewrite manifest in iceberg-rust. And the design of iceberg-rust is following iceberg-python, basically, but for now, rewrite manifest is not supported in iceberg-python...
> Looks like @amitgilad3 has already started a PR for Rewrite manifests in https://github.com/apache/iceberg-python/pull/1661 Thanks @kevinjqliu! It's a good reference.
Hi @CTTY, I'm curious how write node and commit node Interact in this path🤔? Actually I have a draft in previous and it implement integration via DataSink trait. #833
> Hi [@ZENOTME](https://github.com/ZENOTME) , > > > how write node and commit node Interact in this path > > Write node will need to serialize `Vec` and send it to...
Also +1 for this and I'm glad to send the PR to do this later if we decide.
I create an init PR #502 for this. I hope it can be a starting point to discuss what's going on if we simplify PrimitiveLiteral. So feel free for any...
> This would make a lot of sense. I was also never keen on the names. Maybe we could rename Datum to `LogicalValue` and have `PhysicalValue` for primitive, similar to...