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-49032][SS] Add schema path in metadata table entry, verify expected version and add operator metadata related test for operator metadata format v2 #47510

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update comment
  • Loading branch information
anishshri-db committed Jul 27, 2024
commit 273e594a13a39daa9d372aeabb15f8012852847b
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class StateMetadataPartitionReader(
}
}

// From v2, we also need to populate the operatorProperties and stateSchemaPath fields
// From v2, we also need to populate the operatorProperties and stateSchemaFilePath fields
// for use with the state data source reader
private[sql] lazy val stateMetadata: Iterator[StateMetadataTableEntry] = {
allOperatorStateMetadata.flatMap { operatorStateMetadata =>
Expand Down