Skip to content

Commit ae9f1a2

Browse files
authored
main: bump to 1.2.0-incubating-SNAPSHOT (#2624)
* bump version.txt to 1.2.0-incubating-SNAPSHOT
1 parent d91dbd0 commit ae9f1a2

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

client/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
[project]
2121
name = "polaris"
22-
version = "1.1.0"
22+
version = "1.2.0"
2323
description = "Apache Polaris"
2424
authors = [
2525
{name = "Apache Software Foundation", email = "dev@polaris.apache.org"}

helm/polaris/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ apiVersion: v2
2121
name: polaris
2222
description: A Helm chart for Apache Polaris (incubating)
2323
type: application
24-
version: 1.1.0-incubating-SNAPSHOT
25-
appVersion: 1.1.0-incubating-SNAPSHOT
24+
version: 1.2.0-incubating-SNAPSHOT
25+
appVersion: 1.2.0-incubating-SNAPSHOT
2626
home: https://polaris.apache.org/
2727
icon: https://raw.githubusercontent.com/apache/polaris/main/site/static/img/logos/polaris-brandmark.png
2828
sources:

helm/polaris/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ weight: 675
3030
helm-docs --chart-search-root=helm
3131
-->
3232

33-
![Version: 1.1.0-incubating-SNAPSHOT](https://img.shields.io/badge/Version-1.1.0--incubating--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0-incubating-SNAPSHOT](https://img.shields.io/badge/AppVersion-1.1.0--incubating--SNAPSHOT-informational?style=flat-square)
33+
![Version: 1.2.0-incubating-SNAPSHOT](https://img.shields.io/badge/Version-1.2.0--incubating--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0-incubating-SNAPSHOT](https://img.shields.io/badge/AppVersion-1.2.0--incubating--SNAPSHOT-informational?style=flat-square)
3434

3535
A Helm chart for Apache Polaris (incubating).
3636

plugins/spark/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ The Polaris version is defined in the `versions.txt` file located in the root di
6767
Assume the following values:
6868
- `spark_version`: 3.5
6969
- `scala_version`: 2.12
70-
- `polaris_version`: 1.1.0-incubating-SNAPSHOT
70+
- `polaris_version`: 1.2.0-incubating-SNAPSHOT
7171
- `catalog-name`: `polaris`
7272
The Spark command would look like following:
7373

7474
```shell
7575
bin/spark-shell \
76-
--packages org.apache.polaris:polaris-spark-3.5_2.12:1.1.0-incubating-SNAPSHOT,org.apache.iceberg:iceberg-aws-bundle:1.10.0,io.delta:delta-spark_2.12:3.3.1 \
76+
--packages org.apache.polaris:polaris-spark-3.5_2.12:1.2.0-incubating-SNAPSHOT,org.apache.iceberg:iceberg-aws-bundle:1.10.0,io.delta:delta-spark_2.12:3.3.1 \
7777
--conf spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions,io.delta.sql.DeltaSparkSessionExtension \
7878
--conf spark.sql.catalog.spark_catalog=org.apache.spark.sql.delta.catalog.DeltaCatalog \
7979
--conf spark.sql.catalog.polaris.warehouse=polaris \
@@ -90,7 +90,7 @@ bin/spark-shell \
9090
The polaris-spark project also provides a Spark bundle JAR for the `--jars` use case. The resulting JAR will follow this naming format:
9191
polaris-spark-<spark_version>_<scala_version>-<polaris_version>-bundle.jar
9292
For example:
93-
polaris-spark-bundle-3.5_2.12-1.1.0-incubating-SNAPSHOT-bundle.jar
93+
polaris-spark-bundle-3.5_2.12-1.2.0-incubating-SNAPSHOT-bundle.jar
9494

9595
Run `./gradlew assemble` to build the entire Polaris project without running tests. After the build completes,
9696
the bundle JAR can be found under: plugins/spark/v3.5/spark/build/<scala_version>/libs/.

plugins/spark/v3.5/getting-started/notebooks/SparkPolaris.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
"from pyspark.sql import SparkSession\n",
266266
"\n",
267267
"spark = (SparkSession.builder\n",
268-
" .config(\"spark.jars\", \"../polaris_libs/polaris-spark-3.5_2.12-1.1.0-incubating-SNAPSHOT-bundle.jar\") # TODO: add a way to automatically discover the Jar\n",
268+
" .config(\"spark.jars\", \"../polaris_libs/polaris-spark-3.5_2.12-1.2.0-incubating-SNAPSHOT-bundle.jar\") # TODO: add a way to automatically discover the Jar\n",
269269
" .config(\"spark.jars.packages\", \"org.apache.iceberg:iceberg-aws-bundle:1.10.0,io.delta:delta-spark_2.12:3.2.1\")\n",
270270
" .config(\"spark.sql.catalog.spark_catalog\", \"org.apache.spark.sql.delta.catalog.DeltaCatalog\")\n",
271271
" .config('spark.sql.iceberg.vectorization.enabled', 'false')\n",

site/content/in-dev/unreleased/helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ weight: 675
3030
helm-docs --chart-search-root=helm
3131
-->
3232

33-
![Version: 1.1.0-incubating-SNAPSHOT](https://img.shields.io/badge/Version-1.1.0--incubating--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0-incubating-SNAPSHOT](https://img.shields.io/badge/AppVersion-1.1.0--incubating--SNAPSHOT-informational?style=flat-square)
33+
![Version: 1.2.0-incubating-SNAPSHOT](https://img.shields.io/badge/Version-1.2.0--incubating--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0-incubating-SNAPSHOT](https://img.shields.io/badge/AppVersion-1.2.0--incubating--SNAPSHOT-informational?style=flat-square)
3434

3535
A Helm chart for Apache Polaris (incubating).
3636

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0-incubating-SNAPSHOT
1+
1.2.0-incubating-SNAPSHOT

0 commit comments

Comments
 (0)