DogeKing
DogeKing
@Aitozi In order to complete the first version as soon as possible, I agree to do so. However, I suggest stating in this issue (https://github.com/apache/paimon-rust/issues/3) that the parts we need...
@Xuanwo I see a lot of PRs are stagnant - for example, the developer doesn't continue to maintain it, or you don't have time to review it. I want to...
@Xuanwo Okay, I will start this part of the work as soon as possible. Although other things are relatively less important, I still look forward to discussing with you and...
Arrow format has been supported since Paimon 0.9. Do we need to support it in Paimon Rust 0.1.0?
I have read the relevant code (ArrowBatchReader), which uses the InternalRowSequencer class, which references some methods of the BinaryRowWriter and involves operations on the underlying memory. I plan to implement...
Although suffix matching can be used for implementation. But I still want to discuss whether this fix is reasonable? After all, the lack of an extension means that it is...
I thought of these changes: - ` src/query/ast/src/ast/statements/copy.rs` for CopyIntoLocationStmt grammar definition - `src/query/sql/src/planner/plans/copy_into_table.rs` and `src/query/sql/src/planner/plans/copy_into_location.rs` support new keywords - `src/query/service/src/interpreters/interpreter_copy_into_location.rs` prepare physical plan - `src/query/service/src/physical_plans/physical_copy_into_location.rs` use PipelineBuilder to write...
I noticed that there is an operation involving snapshot_rocation in the `alter_table.rs` logic. Do we have any expected behavior regarding this? @dantengsky