Skip to content

Spark: Bump Spark 3.5 to 3.5.5#12396

Merged
nastra merged 1 commit intoapache:mainfrom
manuzhang:upgrade-spark3.5
Feb 28, 2025
Merged

Spark: Bump Spark 3.5 to 3.5.5#12396
nastra merged 1 commit intoapache:mainfrom
manuzhang:upgrade-spark3.5

Conversation

@manuzhang
Copy link
Copy Markdown
Member

@manuzhang manuzhang commented Feb 24, 2025

Fixes #11945

Comment thread build.gradle Outdated
for (int i = 0; i < actual.numFields(); i += 1) {
StructField field = struct.fields()[i];
DataType type = field.dataType();
// ColumnarRow.get doesn't support TimestampNTZType, causing tests to fail. the representation
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for removing this. This also fixes #11945

Comment thread gradle/libs.versions.toml
@manuzhang manuzhang marked this pull request as ready for review February 27, 2025 23:49
@manuzhang manuzhang requested review from nastra and pan3793 February 28, 2025 01:07
@nastra nastra merged commit 5f33b61 into apache:main Feb 28, 2025
@manuzhang manuzhang deleted the upgrade-spark3.5 branch May 7, 2025 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove workaround for TimestampNTZType in TestHelpers

4 participants