Skip to content

Spark 3.4, 3.5: Backport #14894 - #15725

Merged
nastra merged 1 commit into
apache:mainfrom
RussellSpitzer:debug-ci-testTimestampAsOf
Mar 23, 2026
Merged

Spark 3.4, 3.5: Backport #14894#15725
nastra merged 1 commit into
apache:mainfrom
RussellSpitzer:debug-ci-testTimestampAsOf

Conversation

@RussellSpitzer

@RussellSpitzer RussellSpitzer commented Mar 22, 2026

Copy link
Copy Markdown
Member

@singhpk234 singhpk234 left a comment

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.

LGTM, Thanks @RussellSpitzer


// using DataFrameReader with the 'branch' option should return the table's schema
Dataset<Row> df =
spark.read().format("iceberg").option(SparkReadOptions.BRANCH, branchName).load(tableName);

@ebyhr ebyhr Mar 23, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

.orderBy("id") looks missing here.

https://github.com/apache/iceberg/pull/14894/changes#diff-3f3739bcdfdd6c4f2c0476682d0271a6f41cb624536749c7983879ca1e8c2bb2R450

I don't think it's a problem, though. The subsequent assertion uses containsExactlyInAnyOrder anyway.

@nastra
nastra merged commit 65869bf into apache:main Mar 23, 2026
24 checks passed
@RussellSpitzer
RussellSpitzer deleted the debug-ci-testTimestampAsOf branch March 23, 2026 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flaky Test: TestRemoteScanPlanning > testTimestampAsOf()

5 participants