Skip to content

Commit f4ba1c0

Browse files
authored
docs: Add changelog entry for #696 (#698)
* docs: Add changelog entry for #696 * Remove leftover property
1 parent cb5467f commit f4ba1c0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
1111
### Fixed
1212

1313
- Application template merging should not ignore "*Overrides" fields ([#680]).
14+
- Correctly propagate user arguments to the Spark Connect server ([#696]).
1415

1516
### Changed
1617

@@ -30,6 +31,7 @@ All notable changes to this project will be documented in this file.
3031
[#684]: https://github.com/stackabletech/spark-k8s-operator/pull/684
3132
[#687]: https://github.com/stackabletech/spark-k8s-operator/pull/687
3233
[#689]: https://github.com/stackabletech/spark-k8s-operator/pull/689
34+
[#696]: https://github.com/stackabletech/spark-k8s-operator/pull/696
3335

3436
## [26.3.0] - 2026-03-16
3537

tests/templates/kuttl/spark-connect/20-run-connect-client.yaml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ data:
4747
.remote(remote)
4848
# Must be (and already is) set on the SparkConnectServer
4949
# .config("spark.sql.extensions", "org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions")
50-
.config("spark.sql.catalog.iceberg", "org.apache.iceberg.spark.SparkSessionCatalog")
5150
.config("spark.sql.catalog.lakehouse", "org.apache.iceberg.spark.SparkCatalog")
5251
.config("spark.sql.catalog.lakehouse.type", "hive")
5352
.config("spark.sql.catalog.lakehouse.uri", "thrift://hive-metastore:9083")

0 commit comments

Comments
 (0)