Skip to content

Commit cd64f38

Browse files
committed
minor comment update clarification
1 parent 997619e commit cd64f38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyspark/sql/tests/pandas/helper/helper_pandas_transform_with_state.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,7 @@ def close(self) -> None:
18401840
pass
18411841

18421842

1843-
# A Pandas stateful processor with composite output schema:
1843+
# A Pandas stateful processor with a simple ValueState computation and composite output schema:
18441844
#
18451845
# primitiveValue: StringType
18461846
# listOfPrimitive: ArrayType(StringType)
@@ -1904,7 +1904,7 @@ def handleInputRows(self, key, rows, timerValues) -> Iterator[pd.DataFrame]:
19041904
def close(self) -> None:
19051905
pass
19061906

1907-
# A Row stateful processor with composite output schema:
1907+
# A Row stateful processor with a simple ValueState computation and composite output schema:
19081908
#
19091909
# primitiveValue: StringType
19101910
# listOfPrimitive: ArrayType(StringType)

0 commit comments

Comments
 (0)