GitHub user geserdugarov edited a comment on the discussion: Spark DataSource V2 read and write benchmarks?
For queries, when we read and write in the same table: ```sql INSERT INTO hudi_tbl SELECT * FROM hudi_tbl WHERE ... ``` looks like it's not possible to combine V1 write and V2 read. I suppose we should look for the way to full migration on V2 without performance drop (read and write) instead of trying to support V1 write and V2 read simultaneously. GitHub link: https://github.com/apache/hudi/discussions/13955#discussioncomment-15059073 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
