You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -457,7 +457,7 @@ The property is set to `true` by default.
457
457
458
458
With the `s3.delete.tags` config, objects are tagged with the configured key-value pairs before deletion.
459
459
Users can configure tag-based object lifecycle policy at bucket level to transition objects to different tiers.
460
-
For example, to add S3 delete tags with Spark 3.3, you can start the Spark SQL shell with:
460
+
For example, to add S3 delete tags with Spark 3.5, you can start the Spark SQL shell with:
461
461
462
462
```
463
463
sh spark-sql --conf spark.sql.catalog.my_catalog=org.apache.iceberg.spark.SparkCatalog \
@@ -473,7 +473,7 @@ Users can also use the catalog property `s3.delete.num-threads` to mention the n
473
473
474
474
When the catalog property `s3.write.table-tag-enabled` and `s3.write.namespace-tag-enabled` is set to `true` then the objects in S3 will be saved with tags: `iceberg.table=<table-name>` and `iceberg.namespace=<namespace-name>`.
475
475
Users can define access and data retention policy per namespace or table based on these tags.
476
-
For example, to write table and namespace name as S3 tags with Spark 3.3, you can start the Spark SQL shell with:
476
+
For example, to write table and namespace name as S3 tags with Spark 3.5, you can start the Spark SQL shell with:
477
477
```
478
478
sh spark-sql --conf spark.sql.catalog.my_catalog=org.apache.iceberg.spark.SparkCatalog \
Copy file name to clipboardexpand all lines: site/docs/multi-engine-support.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Each engine version undergoes the following lifecycle stages:
67
67
| 3.0 | End of Life | 0.9.0 | 1.0.0 |[iceberg-spark-runtime-3.0_2.12](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime-3.0_2.12/1.0.0/iceberg-spark-runtime-3.0_2.12-1.0.0.jar)|
68
68
| 3.1 | End of Life | 0.12.0 | 1.3.1 |[iceberg-spark-runtime-3.1_2.12](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime-3.1_2.12/1.3.1/iceberg-spark-runtime-3.1_2.12-1.3.1.jar)[1]|
69
69
| 3.2 | End of Life | 0.13.0 | 1.4.3 |[iceberg-spark-runtime-3.2_2.12](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime-3.2_2.12/1.4.3/iceberg-spark-runtime-3.2_2.12-1.4.3.jar)|
0 commit comments