kevinjqliu commented on PR #3436: URL: https://github.com/apache/iceberg-python/pull/3436#issuecomment-4845349999
> details = "[SQL_CONF_NOT_FOUND] The SQL...rk.sql.session.localRelationChunkSizeRows\" cannot be found. Please verify that the config exists. SQLSTATE: 42K0I"}" yea looks like Spark 4.0 -> 4.1 contains this breaking change grepping for `spark.sql.session.localRelationChunkSizeRows` in https://spark.apache.org/docs/latest/configuration.html <img width="934" height="234" alt="Screenshot 2026-06-30 at 8 42 10 AM" src="https://github.com/user-attachments/assets/df49a667-11cf-4f65-bf69-c45e3ab9ecff" /> We'd have to update the base spark image version to 4.1 https://github.com/apache/iceberg-python/blob/9d36e2361493a7f582490519edac848a376ac913/dev/spark/Dockerfile#L16 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
