Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Spark] Extend coordinated commit changes to other suites #3305

Merged

Conversation

junlee-db
Copy link
Contributor

Which Delta project/connector is this regarding?

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

Description

Extends various existing Delta suite with coordinated commits. This helps to add more coverage with coordinated commit changes.

How was this patch tested?

This is test PR.

Does this PR introduce any user-facing changes?

No

// a few properties will be automatically populated, and this method will take care of it.
protected def getPropertiesJson(extraProperty: Option[Map[String, String]] = None): String = {
val coordinatedCommitsProperty = if (coordinatedCommitsEnabledInTests) {
getCoordinatedCommitsDefaultProperties()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is this call-site needs withICT as false while the other one in DescribeDeltaDetailSuite.scala passes it as true?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

DESCRIBE DETAIL returns ICT information as well, but HISTORY doesn't. The helper just evolves to cover both cases.

@junlee-db junlee-db force-pushed the junlee-db/coordinated_commit_units branch from ffbf71c to ae0582a Compare July 4, 2024 00:24
@junlee-db junlee-db force-pushed the junlee-db/coordinated_commit_units branch from ae0582a to f59d7a1 Compare July 18, 2024 21:51
@vkorukanti vkorukanti merged commit 4fefba1 into delta-io:master Jul 25, 2024
10 checks passed
EstherBear pushed a commit to EstherBear/delta that referenced this pull request Jul 31, 2024
)

## Description
Extends various existing Delta suite with coordinated commits. This
helps to add more coverage with coordinated commit changes.

## How was this patch tested?
This is test PR.
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.

None yet

3 participants