Skip to content
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
Next Next commit
feedback
  • Loading branch information
ericm-db committed Jul 9, 2024
commit 6c90c9f035fd4cf65653c8348f52ae22216c83a2
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class IncrementalExecution(
.map(SQLConf.SHUFFLE_PARTITIONS.valueConverter)
.getOrElse(sparkSession.sessionState.conf.numShufflePartitions)

private val STATE_SCHEMA_DEFAULT_VERSION: Int = 2
/**
* This value dictates which schema format version the state schema should be written in
* for all operators other than TransformWithState.
Expand Down