File tree Expand file tree Collapse file tree
tests/templates/kuttl/spark-connect Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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")
You can’t perform that action at this time.
0 commit comments