Skip to content

Commit

Permalink
Fix TTLState bug from master rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
neilramaswamy committed Apr 8, 2024
1 parent 6f32df7 commit f6efa6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ abstract class SingleKeyTTLStateImpl(
UnsafeProjection.create(Array[DataType](NullType)).apply(InternalRow.apply(null))

store.createColFamilyIfAbsent(ttlColumnFamilyName, TTL_KEY_ROW_SCHEMA, TTL_VALUE_ROW_SCHEMA,
RangeKeyScanStateEncoderSpec(TTL_KEY_ROW_SCHEMA, 1), isInternal = true)
RangeKeyScanStateEncoderSpec(TTL_KEY_ROW_SCHEMA, Seq(0)), isInternal = true)

def upsertTTLForStateKey(
expirationMs: Long,
Expand Down

0 comments on commit f6efa6d

Please sign in to comment.