Skip to content

Commit 00f5341

Browse files
authored
Apply suggestions from code review
1 parent cacd73d commit 00f5341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/RocksDBStateEncoder.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@ object TimestampKeyStateEncoder {
17221722

17231723
def finalKeySchema(keySchema: StructType): StructType = {
17241724
StructType(keySchema.fields)
1725-
.add(name = "__event_time", dataType = LongType, nullable = false)
1725+
.add(name = INTERNAL_TIMESTAMP_COLUMN_NAME, dataType = LongType, nullable = false)
17261726
}
17271727

17281728
def getByteBufferForBigEndianLong(): ByteBuffer = {

0 commit comments

Comments
 (0)