chaoqin-li1123 commented on code in PR #47805:
URL: https://github.com/apache/spark/pull/47805#discussion_r1744203178
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/python/TransformWithStateInPandasExec.scala:
##########
@@ -133,7 +133,7 @@ case class TransformWithStateInPandasExec(
val data = groupAndProject(dataIterator, groupingAttributes,
child.output, dedupAttributes)
val processorHandle = new StatefulProcessorHandleImpl(store,
getStateInfo.queryRunId,
- groupingKeyExprEncoder, timeMode)
+ groupingKeyExprEncoder, timeMode, true, batchTimestampMs, metrics)
Review Comment:
batchTimeMs wasn't necessary before we introduce TTL to state v2 python API.
--
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]