Kritsada Limpawatkul
Kritsada Limpawatkul
Do we have a plan to apply the Scala 2.13 support for older Spark versions?
> > Do we have a plan to apply the Scala 2.13 support for older Spark versions? > > We can add Scala 2.13 support for older Spark versions. Which...
One question after looking into the code, should the upsert operation produce 1 snapshot or 2 snapshots? I looked into the Spark integration test in [iceberg](https://github.com/apache/iceberg/blob/c4e480da64e516d712055c5f16e13773b4b5b8a8/spark/v3.4/spark-runtime/src/integration/java/org/apache/iceberg/spark/TestRoundTrip.java#L44-L96) repo and found that...