anishshri-db commented on code in PR #48401:
URL: https://github.com/apache/spark/pull/48401#discussion_r1837384870
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/StateStoreSuite.scala:
##########
@@ -1847,6 +1847,12 @@ object StateStoreTestsHelper {
rangeScanProj.apply(new GenericInternalRow(Array[Any](ts,
UTF8String.fromString(s)))).copy()
}
+ def dataToKeyRowWithRangeScan(s: String, ts: Long, otherLong: Long):
UnsafeRow = {
+ UnsafeProjection.create(Array[DataType](StringType, LongType, StringType,
LongType))
Review Comment:
maybe add a int-type with different length
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]