Skip to content
Closed
Show file tree
Hide file tree
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
removing unnecessary files
  • Loading branch information
ericm-db committed Jul 16, 2024
commit 405eb555957c22f41d4b5719493ef8ca569e8ca3

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ case class TransformWithStateExec(
initialStateDataAttrs: Seq[Attribute],
initialStateDeserializer: Expression,
initialState: SparkPlan)
extends BinaryExecNode with StateStoreWriter with WatermarkSupport with ObjectProducerExec
with Logging {
extends BinaryExecNode with StateStoreWriter with WatermarkSupport with ObjectProducerExec {

override def shortName: String = "transformWithStateExec"

Expand Down