Skip to content

Remove workaround for TimestampNTZType in TestHelpers #11945

@nastra

Description

@nastra

Apache Iceberg version

1.7.1 (latest release)

Query engine

Spark

Please describe the bug 🐞

Once https://issues.apache.org/jira/browse/SPARK-50624 has been released, the workaround in

// ColumnarRow.get doesn't support TimestampNTZType, causing tests to fail. the representation
// is identical to TimestampType so this uses that type to validate.
if (type instanceof TimestampNTZType) {
type = TimestampType$.MODULE$;
}
can be removed

Willingness to contribute

  • I can contribute a fix for this bug independently
  • I would be willing to contribute a fix for this bug with guidance from the Iceberg community
  • I cannot contribute a fix for this bug at this time

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions