Skip to content

Conversation

@OussamaSaoudi
Copy link
Collaborator

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Description

How was this patch tested?

Does this PR introduce any user-facing changes?

if (workloadSpec.getVersion() != null) {
builder.atVersion(workloadSpec.getVersion());
}
return builder.build(engine);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should you call snapshot.getVersion, or cast it to SnapshotImpl and then call .getMetadata or .getProtocol? and maybe even print it out as a simple validation? or is that out of scope?

Copy link
Collaborator

@scottsand-db scottsand-db left a comment

Choose a reason for hiding this comment

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

LGTM -- Asked a question about some tiny validation. I defer to you. And clean up as needed. Thanks!

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