Skip to content

Conversation

kerwin-zk
Copy link
Contributor

Purpose

Add currentSnapshotId to the description in paimon scan

image

Tests

CI

@kerwin-zk kerwin-zk force-pushed the current-snapshot branch 3 times, most recently from 2354976 to 9135d40 Compare September 24, 2025 09:05
s"PaimonScan: [${table.name}]" + latestSnapshotIdStr + pushedFiltersStr + pushedTopNFilterStr +

val currentSnapshot =
try {
Copy link
Contributor

Choose a reason for hiding this comment

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

 try {
      table match {
        case dataTable: DataTable =>
          TimeTravelUtil.tryTravelToSnapshot(
          coreOptions.toConfiguration,
          dataTable.snapshotManager(),
          dataTable.tagManager())
        case _ =>
          Optional.empty()
      }
    } catch {
      case _: Exception => Optional.empty()
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants